Date: Tue, 9 May 2006 09:07:08 -0400 From: Robert Huff <roberthuff@rcn.com> To: freebsd-ports@freebsd.org Subject: Re: ports structure and improvement suggestions Message-ID: <17504.37884.90967.706198@jerusalem.litteratus.org> In-Reply-To: <20060509061026.GA14039@pentarou.parodius.com> References: <20060508200926.GA6005@daemons.gr> <20060509061026.GA14039@pentarou.parodius.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Jeremy Chadwick writes: > What I proposed in the aforementioned thread was to have an > actual BIND-like configuration file (e.g. a tree) which contains > individual options which are set to yes/no per port. There is a > global scope which applies to all ports, while individual ports > can be adjusted individually -- or overwride the global scope > settings. I'm confused: how is this different in principle from the "MAKE_ARGS" section of (/usr/local/etc/)pkgtools.conf? E.g.: MAKE_ARGS = { 'www/mozilla-devel' => 'BUILD_OFFICIAL=1', 'graphics/gimp' => [ 'WITH_PYTHON=yes', 'WITH_HTML_HELP_BROWSER=yes'], 'www/apache22' => [ '-DWITH_LDAP_MODULES', '-DWITH_MISC_MODULES', '-DWITH_CACHE_MODULES', '-DWITH_SSL_MODULES'], 'editors/xemacs-devel-mule' => [ '-DDISABLE_CONFLICTS'], 'editors/emacs' => [ '-DDISABLE_CONFLICTS'], 'multiledia/mplayer' => [ 'WITH_GTK1=yes', 'WITH_REALPLAYER=yes', 'WITHOUT_RUNTIME_CPUDETECTION=yes', 'WITH_OPTIMIZED_CFLAGS=yes', 'WITHOUT_MENCODER=yes'], etc.. Robert Huff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17504.37884.90967.706198>