From owner-freebsd-ports Sun Jan 3 19:30:15 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15618 for freebsd-ports-outgoing; Sun, 3 Jan 1999 19:30:15 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15600 for ; Sun, 3 Jan 1999 19:30:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA04531; Sun, 3 Jan 1999 19:30:01 -0800 (PST) Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14819 for ; Sun, 3 Jan 1999 19:23:42 -0800 (PST) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.9.1/8.8.6) id WAA30568; Sun, 3 Jan 1999 22:23:16 -0500 (EST) Message-Id: <199901040323.WAA30568@istari.home.net> Date: Sun, 3 Jan 1999 22:23:16 -0500 (EST) From: sjr@home.net Reply-To: sjr@home.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9303: Enhancement for bsd.port.mk to add MASTER_SITE_COMP_SOURCES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9303 >Category: ports >Synopsis: Enhancement for bsd.port.mk to add MASTER_SITE_COMP_SOURCES >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 3 19:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 3.0-CURRENT i386 >Organization: >Environment: >Description: In a previous discussion with Bill Fenner, he suggested the following modification for the bsd.port.mk file. This patch allows one to say: MASTER_SITE= ${MASTER_SITE_COMP_SOURCES} MASTER_SITE_SUBDIR= unix/foo/bar or MASTER_SITE= ${MASTER_SITE_COMP_SOURCES} MASTER_SITE_SUBDIR= x/bar/baz to reference the various portions of comp.sources.{unix,misc,x} on the master sites for ports. >How-To-Repeat: >Fix: --- src/share/mk/bsd.port.mk.orig Fri Jan 1 04:45:12 1999 +++ src/share/mk/bsd.port.mk Sun Jan 3 22:14:37 1999 @@ -818,6 +818,11 @@ ftp://ftp.dataplus.se/pub/linux/kde/%SUBDIR%/ \ ftp://ftp.caldera.com/pub/mirrors/kde/%SUBDIR%/ +MASTER_SITE_COMP_SOURCES+= \ + ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ \ + ftp://ftp.uu.net/usenet/comp.sources.%SUBDIR%/ \ + ftp://rtfm.mit.edu/pub/usenet/comp.sources.%SUBDIR%/ + # Empty declaration to avoid "variable MASTER_SITES recursive" error MASTER_SITES?= PATCH_SITES?= >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message