From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 6 22:00:23 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 E5ACA16A420 for ; Mon, 6 Feb 2006 22:00:23 +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 1F09843D46 for ; Mon, 6 Feb 2006 22:00:23 +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 k16M0Mq9032880 for ; Mon, 6 Feb 2006 22:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k16M0Mkk032879; Mon, 6 Feb 2006 22:00:22 GMT (envelope-from gnats) Resent-Date: Mon, 6 Feb 2006 22:00:22 GMT Resent-Message-Id: <200602062200.k16M0Mkk032879@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, Edwin Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A69E16A420 for ; Mon, 6 Feb 2006 21:59:19 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15DE843D49 for ; Mon, 6 Feb 2006 21:59:19 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id 507CE7073FB; Tue, 7 Feb 2006 08:59:18 +1100 (EST) Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id 12E907073EC for ; Tue, 7 Feb 2006 08:59:18 +1100 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 712437073D0 for ; Tue, 7 Feb 2006 08:59:17 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 938D130; Tue, 7 Feb 2006 08:59:16 +1100 (EST) Message-Id: <20060206215916.938D130@k7.mavetju> Date: Tue, 7 Feb 2006 08:59:16 +1100 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/92923: [patch] bsd.port.mk - cleanup comments X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 22:00:24 -0000 >Number: 92923 >Category: ports >Synopsis: [patch] bsd.port.mk - cleanup comments >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: Mon Feb 06 22:00:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 6.0-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: Reformat paragraphs on the comment section of bsd.port.mk to have the same look+feel of the other paragraphs. >How-To-Repeat: >Fix: --- bsd.port.mk.orig Mon Feb 6 16:35:51 2006 +++ bsd.port.mk Tue Feb 7 08:57:59 2006 @@ -120,9 +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. +# 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.) @@ -176,6 +177,7 @@ # DISABLE_VULNERABILITIES # - If set, do not check if the port is listed in the # vulnerabilities database. +# # In addition to RESTRICTED or NO_CDROM, if only a subset of distfiles # or patchfiles have redistribution restrictions, set the following # to the list of such files. @@ -455,13 +457,15 @@ # - Set to yes to enable automatic packing list generation. # Currently has no effect unless USE_LINUX_RPM is set. # -# OVERRIDE_LINUX_BASE_PORT - This specifies the default linux base to use, for valid values -# have a look at the description of USE_LINUX. This is an user-only -# variable. Don't use it in any port, it's meant to be used in -# make.conf. -# -# LINUX_BASE_PORT - This is a read-only variable, it gets set to a value which -# is usable in *_DEPENDS (e.g. BUILD_DEPENDS=${LINUX_BASE_PORT}). +# OVERRIDE_LINUX_BASE_PORT +# - This specifies the default linux base to use, for valid +# values have a look at the description of USE_LINUX. This is +# an user-only variable. Don't use it in any port, it's meant +# to be used in make.conf. +# +# LINUX_BASE_PORT +# - This is a read-only variable, it gets set to a value which is +# usable in *_DEPENDS (e.g. BUILD_DEPENDS=${LINUX_BASE_PORT}). # It honors USE_LINUX=foo and OVERRIDE_LINUX_BASE_PORT. # USE_RC_SUBR - If set, the ports startup/shutdown script uses the common # routines found in etc/rc.subr and may need to >Release-Note: >Audit-Trail: >Unformatted: