The pkgtools.conf.sample file included with portupgrade does not make it immediately obvious, to users without a Ruby background, how to pass more than one argument to a portinstall/portupgrade build via the MAKE_ARG mechanism. Fix: The following simple patch includes such an example.
Responsible Changed From-To: freebsd-ports-bugs->knu Over to maintainer
Hi, At Sat, 19 Jul 2003 00:27:28 +0100 (BST), Bruce M Simpson wrote: > + # To specify multiple arguments for each port, use the following syntax: > + # MAKE_ARGS = { > + # 'databases/mysql41-*' => [ > + # 'WITH_LINUXTHREADS=1', > + # 'SKIP_DNS_CHECK=1', > + # ], > + # } Actually, you can just say: 'databases/mysql41-*' => 'WITH_LINUXTHREADS=1 SKIP_DNS_CHECK=1', Instead of composing an array for them. Anyway I'll add something to make it clear. Thanks. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "It seems to me as we make our own few circles 'round the sun We get it backwards and our seven years go by like one"
State Changed From-To: open->closed Comments updated, thanks! (I just forgot to close this PR)