ports/54631: [PATCH] sysutils/portupgrade: fix pkgtools.conf.sample MAKE_ARG example

Bruce M Simpson bms at spc.org
Sat Jul 19 11:20:20 UTC 2003


>Number:         54631
>Category:       ports
>Synopsis:       [PATCH] sysutils/portupgrade: fix pkgtools.conf.sample MAKE_ARG example
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 19 04:20:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Bruce M Simpson
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD saboteur.dek.spc.org 5.1-RELEASE FreeBSD 5.1-RELEASE #3: Mon Jun 23 06:55:01 BST 2003 root at saboteur.dek.spc.org:/usr/src/sys/i386/compile/SABOTEUR i386


	
>Description:
	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.
>How-To-Repeat:
	
>Fix:
	The following simple patch includes such an example.

--- pkgtools.col.patch begins here ---
Generated by diffcoll on Sat 19 Jul 2003 00:24:20 BST

diff -uN local/etc/pkgtools.conf.sample.orig local/etc/pkgtools.conf.sample
--- /usr/local/etc/pkgtools.conf.sample.orig	Sat Jul 19 00:22:14 2003
+++ /usr/local/etc/pkgtools.conf.sample	Sat Jul 19 00:23:55 2003
@@ -262,6 +262,14 @@
   #     'ruby18-*' => 'RUBY_VER=1.8',
   #     'ruby16-*' => 'RUBY_VER=1.6',
   #   }
+  #
+  # To specify multiple arguments for each port, use the following syntax:
+  #   MAKE_ARGS = {
+  #     'databases/mysql41-*' => [
+  #             'WITH_LINUXTHREADS=1',
+  #             'SKIP_DNS_CHECK=1',
+  #     ],
+  #   }
 
   MAKE_ARGS = {
   }
--- pkgtools.col.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list