Re: portupgrade / arguments for make

2007-09-07 Thread Zbigniew Szalbot
Hello,

> > When using portupgrade -fr I need to specify an argument that I do not
> > want X11 binaries installed during the upgrade process. Now from man I
> > read it is the -m switch. But how do I pass the argument:
> >
> > portupgrade -fr -m WITHOUTX11 php4
> >
> > but this does not do the trick. Many thanks for the correct switch. I
> > could not find it in man make.
> >
>
>
> -m '-DWITHOUT_X11'
>
> You missed the -D and the underscore
>
> But very likely this should be defined globally in make.conf as
>
>
> WITHOUT_X11=yes

I set it in /etc/make.conf
Thank you very much. I am impressed how friendly and helpful FBSD community is.

All the best!

Zbigniew Szalbot
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade / arguments for make

2007-09-07 Thread RW
On Fri, 7 Sep 2007 18:10:13 +0200
"Zbigniew Szalbot" <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> When using portupgrade -fr I need to specify an argument that I do not
> want X11 binaries installed during the upgrade process. Now from man I
> read it is the -m switch. But how do I pass the argument:
> 
> portupgrade -fr -m WITHOUTX11 php4
> 
> but this does not do the trick. Many thanks for the correct switch. I
> could not find it in man make.
> 


-m '-DWITHOUT_X11'

You missed the -D and the underscore

But very likely this should be defined globally in make.conf as


WITHOUT_X11=yes
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade / arguments for make

2007-09-07 Thread Mel
On Friday 07 September 2007 18:10:13 Zbigniew Szalbot wrote:

> When using portupgrade -fr I need to specify an argument that I do not
> want X11 binaries installed during the upgrade process. Now from man I
> read it is the -m switch. But how do I pass the argument:
>
> portupgrade -fr -m WITHOUTX11 php4

portupgrade -fr -m WITHOUT_X11=yes php4

See: /usr/ports/lang/php4/Makefile.ext
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


portupgrade / arguments for make

2007-09-07 Thread Zbigniew Szalbot
Hello,

When using portupgrade -fr I need to specify an argument that I do not
want X11 binaries installed during the upgrade process. Now from man I
read it is the -m switch. But how do I pass the argument:

portupgrade -fr -m WITHOUTX11 php4

but this does not do the trick. Many thanks for the correct switch. I
could not find it in man make.

Have a nice weekend.

Zbigniew Szalbot
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"