Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2004 08:02:24 GMT
From:      Mark Linimon <linimon@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74710: [patch] fix incorrect 'make describe' documentation in bsd.port.mk
Message-ID:  <200412050802.iB582OGF099637@freefall.freebsd.org>
Resent-Message-ID: <200412050810.iB58AG3V004055@freefall.freebsd.org>

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

>Number:         74710
>Category:       ports
>Synopsis:       [patch] fix incorrect 'make describe' documentation in bsd.port.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 05 08:10:16 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
FreeBSD
>Environment:
System: FreeBSD freefall.freebsd.org 4.10-STABLE FreeBSD 4.10-STABLE #14: Sun Nov 21 01:22:46 GMT 2004 kensmith@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386
>Description:
	revision 1.492 changed the behavior of 'make describe'.  The checkin
	message claims that the newly separated dependencies fields were
	appended at the end but that is not correct.
>How-To-Repeat:
	Wonder why portsmon's URLs for individual ports no longer display
	anything interesting (it is actually displaying the contents of
	the fetch dependencies, but since portsmon is smart enough not to
	rescan ports until their Makefile changes, the drift has been slow
	to be noticed.)
>Fix:
	The following patch merely corrects the documentation of the
	existing practice.

Index: bsd.port.mk
===================================================================
RCS file: /home/FreeBSD/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.500
diff -u -r1.500 bsd.port.mk
--- bsd.port.mk	19 Nov 2004 13:45:07 -0000	1.500
+++ bsd.port.mk	5 Dec 2004 07:52:53 -0000
@@ -4447,7 +4447,8 @@
 # a large index.  Format is:
 #
 # distribution-name|port-path|installation-prefix|comment| \
-#  description-file|maintainer|categories|build deps|run deps|www site
+#  description-file|maintainer|categories|extract-depends| \
+#  patch-depends|fetch-depends|build-depends|run-depends|www site
 
 .if !target(describe)
 describe:
>Release-Note:
>Audit-Trail:
>Unformatted:



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