Re: WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Daniel Bye
On Tue, Sep 09, 2008 at 11:02:28AM +0200, Zbigniew Szalbot wrote: > WITHOUT_MODULES=X11 This one is specific to kernel builds - it allows you to list by name kernel modules that you do not want to build. Compare with MODULES_OVERRIDE which allows you to name the modules you /do/ want to build. Th

Re: WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Zbigniew Szalbot wrote: | Hello, | | Matthew Seaman: |> | MAKE_ARGS = { 'WITHOUT_X11=yes', |> | } |> | | but it does not work |> | | $ portinstall |> | ** Error occured reading /usr/local/etc/pkgtools.conf: |> | /usr/local/etc/pkgto

Re: WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Zbigniew Szalbot
Hello, Matthew Seaman: | MAKE_ARGS = { 'WITHOUT_X11=yes', | } | | but it does not work | | $ portinstall | ** Error occured reading /usr/local/etc/pkgtools.conf: | /usr/local/etc/pkgtools.conf:390: odd number list for Hash | | Many thanks in advance! | Put it in /etc/make.conf -- tha

Re: WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Zbigniew Szalbot wrote: | Hello, | | How do I set a global WITHOUT_X11 in pkgtools.conf? (not for a specific | port but for all ports) | | I tried putting it under | MAKE_ARGS = { | } | and came up with | MAKE_ARGS = { 'WITHOUT_X11=yes'