Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 1999 22:23:16 -0500 (EST)
From:      sjr@home.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9303: Enhancement for bsd.port.mk to add MASTER_SITE_COMP_SOURCES
Message-ID:  <199901040323.WAA30568@istari.home.net>

next in thread | raw e-mail | index | archive | help

>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901040323.WAA30568>