From root@server.t-hosting.hu  Mon Jul 11 20:14:04 2005
Return-Path: <root@server.t-hosting.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1077816A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Jul 2005 20:14:04 +0000 (GMT)
	(envelope-from root@server.t-hosting.hu)
Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6F243D48
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Jul 2005 20:14:03 +0000 (GMT)
	(envelope-from root@server.t-hosting.hu)
Received: from localhost (localhost [127.0.0.1])
	by server.t-hosting.hu (Postfix) with ESMTP id 0B9AA997792;
	Mon, 11 Jul 2005 22:14:02 +0200 (CEST)
Received: from server.t-hosting.hu ([127.0.0.1])
 by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 61678-03; Mon, 11 Jul 2005 22:13:55 +0200 (CEST)
Received: by server.t-hosting.hu (Postfix, from userid 0)
	id BAE3A997779; Mon, 11 Jul 2005 22:13:55 +0200 (CEST)
Message-Id: <20050711201355.BAE3A997779@server.t-hosting.hu>
Date: Mon, 11 Jul 2005 22:13:55 +0200 (CEST)
From: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Reply-To: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Subject: EXTPORTSDIR feature for src/release/Makefile
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         83287
>Category:       misc
>Synopsis:       [patch] EXTPORTSDIR feature for src/release/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nyan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 11 20:20:16 GMT 2005
>Closed-Date:    Tue Jan 10 13:45:35 GMT 2006
>Last-Modified:  Tue Jan 10 13:45:35 GMT 2006
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 5.3-RELEASE-p17 amd64
>Organization:
-
>Environment:
System: FreeBSD server.t-hosting.hu 5.3-RELEASE-p17 FreeBSD 5.3-RELEASE-p17 #0: Mon Jul 4 20:23:15 CEST 2005 root@server.t-hosting.hu:/usr/src/sys/amd64/compile/FREEBSD amd64

>Description:

There are the EXTSRCDIR and EXTDOCDIR macros in the release builder
Makefile under src/release to build install discs from checked-out sources
instead of checking out the sources from a local CVS repository, but there
isn't such feature for the ports collection, it would be useful, however.

There is an example: I have a machine can be built on, and have the sources,
docs and ports checked out on that builder machine. I would like to make
release disc from 5.4-RELEASE-p4 to set up multiple machines, thus I don't
need to individually upgrade them. I would like to have the whole ports
collection on that disc, too. I can specify the location of my checked out
source with EXTSRCDIR and my checked out docs with EXTDOCSDIR, but as for
port collection there isn't such feature. I have to mirror the whole CVS
repository if I really wanted to have it on my custom disc.

>How-To-Repeat:

>Fix:

I've modified that file to add this feature, and I've put the diff file
to my homepage:

http://tux.t-hosting.hu/Makefile.diff

This patch is against today's -current. I'd be glad if I could see it
merged. This feature is really useful for me. It can be useful for others
either. Btw, I've tested it. Works.
>Release-Note:
>Audit-Trail:

From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu>
To: bug-followup@FreeBSD.org,  gabor.kovesdan@t-hosting.hu
Cc:  
Subject: Re: misc/83287: [patch] EXTPORTSDIR feature for src/release/Makefile
Date: Sat, 19 Nov 2005 13:24:19 +0100

 I sent this more than 4 months ago. Since then FreeBSD 6 has come out. 
 Does somebody now have time to take a look at and maybe commit it or if 
 that's not possible close this PR?
 
 Thanks in advance,
 
 Gabor Kovesdan
State-Changed-From-To: open->patched 
State-Changed-By: nyan 
State-Changed-When: Mon Jan 2 13:35:45 UTC 2006 
State-Changed-Why:  
committed to current. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83287 
State-Changed-From-To: patched->closed 
State-Changed-By: nyan 
State-Changed-When: Tue Jan 10 13:42:36 UTC 2006 
State-Changed-Why:  
committed to RELENG_6 and RELENG_5. 


Responsible-Changed-From-To: freebsd-bugs->nyan 
Responsible-Changed-By: nyan 
Responsible-Changed-When: Tue Jan 10 13:42:36 UTC 2006 
Responsible-Changed-Why:  
committed to RELENG_6 and RELENG_5. 

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