From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 25 10:30:12 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEEC016A41F for ; Wed, 25 Jan 2006 10:30:12 +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 C98EF43D5A for ; Wed, 25 Jan 2006 10:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0PAUB4J089161 for ; Wed, 25 Jan 2006 10:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0PAUBSp089160; Wed, 25 Jan 2006 10:30:11 GMT (envelope-from gnats) Resent-Date: Wed, 25 Jan 2006 10:30:11 GMT Resent-Message-Id: <200601251030.k0PAUBSp089160@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erwin Lansing Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7502016A41F for ; Wed, 25 Jan 2006 10:28:57 +0000 (GMT) (envelope-from erwin@node2.virascan.dk) Received: from node2.virascan.dk (node2.virascan.dk [80.82.99.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5AE543D49 for ; Wed, 25 Jan 2006 10:28:56 +0000 (GMT) (envelope-from erwin@node2.virascan.dk) Received: from node2.virascan.dk (localhost [127.0.0.1]) by node2.virascan.dk (8.13.3/8.13.3) with ESMTP id k0LKTV6X045684 for ; Sat, 21 Jan 2006 21:29:31 +0100 (CET) (envelope-from erwin@node2.virascan.dk) Received: (from erwin@localhost) by node2.virascan.dk (8.13.3/8.13.3/Submit) id k0LKTUY6045683; Sat, 21 Jan 2006 21:29:30 +0100 (CET) (envelope-from erwin) Message-Id: <200601212029.k0LKTUY6045683@node2.virascan.dk> Date: Sat, 21 Jan 2006 21:29:30 +0100 (CET) From: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/92301: Document ALWAYS_KEEP_DISTFILES in bsd.port.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Erwin Lansing List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2006 10:30:13 -0000 >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: