From hsw@generalresources.com  Sun Oct 12 19:12:15 2003
Return-Path: <hsw@generalresources.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9AB4F16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Oct 2003 19:12:15 -0700 (PDT)
Received: from mail.generalresources.com (adsl-211-78-137-219.NH.sparqnet.net [211.78.137.219])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B7ACE43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Oct 2003 19:12:12 -0700 (PDT)
	(envelope-from hsw@generalresources.com)
Received: from mail.generalresources.com (localhost [127.0.0.1])
	by mail.generalresources.com (8.12.10/8.12.9) with ESMTP id h9D1dupr029937
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org.procmail>; Mon, 13 Oct 2003 09:39:56 +0800 (CST)
	(envelope-from hsw@generalresources.com)
Received: (from root@localhost)
	by mail.generalresources.com (8.12.10/8.12.9/Submit) id h9D1duXa029936
	for FreeBSD-gnats-submit@freebsd.org.procmail; Mon, 13 Oct 2003 09:39:56 +0800 (CST)
	(envelope-from hsw@generalresources.com)
Received: from server.tucheng.generalresources.com (client-253.lan.generalresources.com [192.168.1.253])
	by mail.generalresources.com (8.12.10/8.12.9) with ESMTP id h9D1dupr029932
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Oct 2003 09:39:56 +0800 (CST)
	(envelope-from hsw@generalresources.com)
Received: from x4.tucheng.generalresources.com (sv [192.168.2.4])
	by server.tucheng.generalresources.com (8.12.9/8.12.9) with ESMTP id h9D1durL045720
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Oct 2003 09:39:56 +0800 (CST)
	(envelope-from hsw@generalresources.com)
Received: from x4.tucheng.generalresources.com (localhost [127.0.0.1])
	by x4.tucheng.generalresources.com (8.12.9/8.12.9) with ESMTP id h9D1duTf001962
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Oct 2003 09:39:56 +0800 (CST)
	(envelope-from hsw@x4.tucheng.generalresources.com)
Received: (from hsw@localhost)
	by x4.tucheng.generalresources.com (8.12.9/8.12.9/Submit) id h9D1dtql001961;
	Mon, 13 Oct 2003 09:39:55 +0800 (CST)
	(envelope-from hsw)
Message-Id: <200310130139.h9D1dtql001961@x4.tucheng.generalresources.com>
Date: Mon, 13 Oct 2003 09:39:55 +0800 (CST)
From: Christopher Hall <freebsd@generalresources.com>
Reply-To: Christopher Hall <freebsd@generalresources.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Document package-recursive in bsd.ports.mk
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57928
>Category:       ports
>Synopsis:       Document package-recursive in bsd.ports.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 12 19:20:22 PDT 2003
>Closed-Date:    Fri Nov 07 00:56:35 PST 2003
>Last-Modified:  Fri Nov 07 00:56:35 PST 2003
>Originator:     Christopher Hall
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD 4.9-PRERELEASE Fri Sep 19 11:56:38 CST 2003

>Description:
	package-recursive needs a comment in ports/Mk/bsd.ports.mk

>How-To-Repeat:

>Fix:
--- bsd.port.mk.ORIG	Mon Oct 13 09:21:51 2003
+++ bsd.port.mk	Mon Oct 13 09:29:28 2003
@@ -601,6 +601,8 @@
 # deinstall		- Remove the installation.
 # deinstall-all	- Remove all installations with the same PKGORIGIN.
 # package		- Create a package from an _installed_ port.
+# package-recursive	- Create a packages for all dependancies referenced in
+#				  the *_DEPENDS variables.
 # describe		- Try to generate a one-line description for each port for
 #				  use in INDEX files and the like.
 # checkpatch	- Do a "patch -C" instead of a "patch".  Note that it may

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: kris 
Responsible-Changed-When: Sun Oct 12 22:39:21 PDT 2003 
Responsible-Changed-Why:  
Over to maintainers 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57928 

From: Colin Percival <colin.percival@wadham.ox.ac.uk>
To: freebsd-gnats-submit@FreeBSD.org, freebsd@generalresources.com
Cc:  
Subject: Re: ports/57928: Document package-recursive in bsd.ports.mk
Date: Tue, 14 Oct 2003 23:05:50 +0100

    I'm not sure what package-recursive does, and "Create a packages" 
 doesn't really help to explain it.  Should this be "Create a package", or 
 "Create packages"?  (Either way, the patch needs to be changed.)
 
 Colin Percival
 

From: Christopher Hall <freebsd@generalresources.com>
To: Colin Percival <colin.percival@wadham.ox.ac.uk>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/57928: Document package-recursive in bsd.ports.mk
Date: Wed, 15 Oct 2003 08:59:03 +0800

 In message <5.0.2.1.1.20031014230444.03198088@popserver.sfu.ca>,
   Colin Percival writes:
 >   I'm not sure what package-recursive does, and "Create a packages"
 >doesn't really help to explain it.  Should this be "Create a package", or
 >"Create packages"?  (Either way, the patch needs to be changed.)
 >
 >Colin Percival
 >
 
 Attempt a better explanation of package-recursive
 New patch:
 
 --- bsd.port.mk.ORIG	Mon Oct 13 09:21:51 2003
 +++ bsd.port.mk	Wed Oct 15 08:56:06 2003
 @@ -601,6 +601,7 @@
  # deinstall		- Remove the installation.
  # deinstall-all	- Remove all installations with the same PKGORIGIN.
  # package		- Create a package from an _installed_ port.
 +# package-recursive - Create packages for a port and _all_ of its dependancies.
  # describe		- Try to generate a one-line description for each port for
  #				  use in INDEX files and the like.
  # checkpatch	- Do a "patch -C" instead of a "patch".  Note that it may
 
 ---
 Christopher Hall <hsw@generalresources.com>         Fax: +886-2-2795-3030
 Christopher Hall <hsw@acm.org>                    Phone: +886-2-2795-5799
 
State-Changed-From-To: open->analyzed 
State-Changed-By: marcus 
State-Changed-When: Sat Nov 1 12:38:11 PST 2003 
State-Changed-Why:  
This is currently being tested on bento. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57928 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21885 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51588 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55325 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57778 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55674 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Fixed with the comment made in the follow-up.  Thanks for reporting. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56096 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56355 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56533 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57272 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed with the additional check of INSTALL_AS_USER.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57378 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57403 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57438 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57488 
State-Changed-From-To: analyzed->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Nov 7 00:52:50 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57928 
>Unformatted:
