Re: Building Pine with PASSFILE option

2007-08-07 Thread Doug Barton
Scot Hetzel wrote: > Attached is the patch for the ports Makefile, and files/patch-ac. The > only thing missing is your change for the warning message when the > PASSFILE option is enabled. Thanks, I'll take a look at this one. Doug -- This .signature sanitized for your protection __

Re: Building Pine with PASSFILE option

2007-08-07 Thread Scot Hetzel
On 8/7/07, Rakhesh Sasidharan <[EMAIL PROTECTED]> wrote: > RW wrote: > >> But it will work from /etc/make.conf (using either "=" or "+="), as > >> long as you don't select LDAP support. > > > > Have you actually tried this? A few years ago I couldn't get it, nor > > several variations on it, to wor

Re: Building Pine with PASSFILE option

2007-08-07 Thread Rakhesh Sasidharan
RW wrote: But it will work from /etc/make.conf (using either "=" or "+="), as long as you don't select LDAP support. Have you actually tried this? A few years ago I couldn't get it, nor several variations on it, to work. IIRC there were a lot of other people who had problems with it on vario

Re: Building Pine with PASSFILE option

2007-08-07 Thread Rakhesh Sasidharan
Ignore this one please ... I figured a way out! In Makefile --- pre-fetch: .if !defined(BATCH) && !defined(PACKAGE_BUILDING) && !defined(WITH_PASSFILE) ${SH} pkg-install .endif .if !defined(BATCH) && !defined(PACKAGE_BUILDING) && defined(WITH_PASSFILE) ${SH} pkg-inst

Re: Building Pine with PASSFILE option

2007-08-07 Thread Rakhesh Sasidharan
You would then need to add a warning when this option is enabled, as according to doc/tech-notes.txt this option is dangerous: PASSFILE _WARNING!_ Turning this on is very dangerous and should probably not be done, except on single user systems! For : I'm stuck here! I wen

Re: Building Pine with PASSFILE option

2007-08-07 Thread Rakhesh Sasidharan
Scot Hetzel wrote: I used the "+=" coz I got the got the impression that adds onto the existing extra options. And if I want to make this permanent, can I define it in /etc/make.conf accordingly? .if ${.CURDIR:M*/mail/pine4} EXTRA_OPTS+=PASSFILE=.pine.pwd .endif But it will work from /et

Re: Building Pine with PASSFILE option

2007-08-07 Thread RW
On Tue, 7 Aug 2007 08:56:39 -0500 "Scot Hetzel" <[EMAIL PROTECTED]> wrote: > On 8/7/07, Rakhesh Sasidharan <[EMAIL PROTECTED]> wrote: > > I understand one can compile the email client Pine with an option > > PASSFILE= to enable the option of saving your mail > > account passwords. The Pine website

Re: Building Pine with PASSFILE option

2007-08-07 Thread Scot Hetzel
On 8/7/07, Rakhesh Sasidharan <[EMAIL PROTECTED]> wrote: > I understand one can compile the email client Pine with an option > PASSFILE= to enable the option of saving your mail account > passwords. The Pine website talks about it and so do many sites all over > the net. > > FreeBSD's ports do not