From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 19 04:20:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E47E237B404 for ; Sat, 19 Jul 2003 04:20:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB8EC43FBD for ; Sat, 19 Jul 2003 04:20:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6JBKIUp098435 for ; Sat, 19 Jul 2003 04:20:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6JBKIai098434; Sat, 19 Jul 2003 04:20:18 -0700 (PDT) Resent-Date: Sat, 19 Jul 2003 04:20:18 -0700 (PDT) Resent-Message-Id: <200307191120.h6JBKIai098434@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce M Simpson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2083E37B401 for ; Sat, 19 Jul 2003 04:16:48 -0700 (PDT) Received: from bigboy.spc.org (bigboy.spc.org [195.206.69.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 333AE43F75 for ; Sat, 19 Jul 2003 04:16:47 -0700 (PDT) (envelope-from bms@spc.org) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by bigboy.spc.org (Postfix) with ESMTP id A34F2316E for ; Sat, 19 Jul 2003 12:16:55 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 7B72B47D; Sat, 19 Jul 2003 00:27:28 +0100 (BST) Message-Id: <20030718232728.7B72B47D@saboteur.dek.spc.org> Date: Sat, 19 Jul 2003 00:27:28 +0100 (BST) From: Bruce M Simpson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/54631: [PATCH] sysutils/portupgrade: fix pkgtools.conf.sample MAKE_ARG example X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bruce M Simpson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2003 11:20:20 -0000 >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@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: