Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2006 21:29:30 +0100 (CET)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92301: Document ALWAYS_KEEP_DISTFILES in bsd.port.mk 
Message-ID:  <200601212029.k0LKTUY6045683@node2.virascan.dk>
Resent-Message-ID: <200601251030.k0PAUBSp089160@freefall.freebsd.org>

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

>Number:         92301
>Category:       ports
>Synopsis:       Document ALWAYS_KEEP_DISTFILES in bsd.port.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 25 10:30:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 5.4-RELEASE-p7 amd64
>Organization:
>Environment:
System: FreeBSD node2.virascan.dk 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #1: Tue Oct 11 09:16:47 CEST 2005 root@node2.virascan.dk:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:

Document that ALWAYS_KEEP_DISTFILES macro that was added on the pointyhat cluster
for GPL compliance.

>How-To-Repeat:
	
>Fix:

	

--- always_keep_distfiles.diff begins here ---
Index: bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.520
diff -u -r1.520 bsd.port.mk
--- bsd.port.mk	21 Jan 2006 18:55:02 -0000	1.520
+++ bsd.port.mk	21 Jan 2006 20:27:47 -0000
@@ -120,6 +120,10 @@
 #				  ${MASTER_SITE_OVERRIDE})
 # EXTRACT_ONLY	- If set, a subset of ${DISTFILES} you want to
 #				  actually extract.
+# ALWAYS_KEEP_DISTFILES - If set, the package building cluster will save the distfiles along
+#				  with the packages. This may be required to comply with some
+#				  licenses, e.g. GPL in some cases.
+#				  Default: not set.
 #
 # (NOTE: by convention, the MAINTAINER entry (see above) should go here.)
 #
--- always_keep_distfiles.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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