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
__
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
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
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
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
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
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
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