Bug 54631 - [PATCH] sysutils/portupgrade: fix pkgtools.conf.sample MAKE_ARG example
Summary: [PATCH] sysutils/portupgrade: fix pkgtools.conf.sample MAKE_ARG example
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Akinori MUSHA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-19 12:20 UTC by Bruce M Simpson
Modified: 2004-03-04 17:39 UTC (History)
0 users

See Also:


Attachments
pkgtools.col.patch (633 bytes, patch)
2003-07-19 12:20 UTC, Bruce M Simpson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bruce M Simpson 2003-07-19 12:20:18 UTC
	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.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-07-19 20:21:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->knu

Over to maintainer
Comment 2 Akinori MUSHA 2003-07-19 22:32:37 UTC
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"
Comment 3 Akinori MUSHA freebsd_committer freebsd_triage 2004-03-04 17:38:22 UTC
State Changed
From-To: open->closed

Comments updated, thanks! (I just forgot to close this PR)