From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 11 20:20:18 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8040916A41C for ; Mon, 11 Jul 2005 20:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E3D143D49 for ; Mon, 11 Jul 2005 20:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6BKKHdh081712 for ; Mon, 11 Jul 2005 20:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6BKKHG9081711; Mon, 11 Jul 2005 20:20:17 GMT (envelope-from gnats) Resent-Date: Mon, 11 Jul 2005 20:20:17 GMT Resent-Message-Id: <200507112020.j6BKKHG9081711@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1077816A41C for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: misc/83287: EXTPORTSDIR feature for src/release/Makefile X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 20:20:18 -0000 >Number: 83287 >Category: misc >Synopsis: EXTPORTSDIR feature for src/release/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 11 20:20:16 GMT 2005 >Closed-Date: >Last-Modified: >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 gald 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: >Unformatted: