ports/74710: [patch] fix incorrect 'make describe' documentation in bsd.port.mk
Mark Linimon
linimon at FreeBSD.org
Sun Dec 5 08:10:17 UTC 2004
>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 at 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:
More information about the freebsd-ports-bugs
mailing list