ports/56355: [patch] add more info about "Default targets and their behaviors"

Edwin Groothuis edwin at mavetju.org
Wed Sep 3 02:10:22 UTC 2003


>Number:         56355
>Category:       ports
>Synopsis:       [patch] add more info about "Default targets and their behaviors"
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 02 19:10:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Sun Aug 17 16:04:25 EST 2003 edwin at k7.mavetju:/usr/src/sys/compile/k7 i386

>Description:

The "Default targets and their behaviors:" of bsd.port.mk is not
complete (not even after this patch, but this patch has the commands
I consider important in it.

>How-To-Repeat:

make depends-list
make depend-list
make list-depends
make list-depend
make list-depends-all
make list-depen-all
less /usr/ports/Mk/bsd.port.mk
make all-depends-list

>Fix:

Index: bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.466
diff -u -r1.466 bsd.port.mk
--- bsd.port.mk	29 Aug 2003 02:26:02 -0000	1.466
+++ bsd.port.mk	3 Sep 2003 02:02:57 -0000
@@ -590,6 +590,14 @@
 # fetch-required - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined),
 #				  for port and dependencies that are not already installed
 #				  into ${DISTDIR}.
+# all-depends-list - Show all directories which are dependencies
+#				  for this port.
+# build-depends-list - Show all directories which are build-dependencies
+#				  for this port.
+# package-depends-list - Show all directories which are
+#				  package-dependencies for this port.
+# run-depends-list - Show all directories which are run-dependencies
+#				  for this port.
 # extract		- Unpacks ${DISTFILES} into ${WRKDIR}.
 # patch			- Apply any provided patches to the source.
 # configure		- Runs either GNU configure, one or more local configure
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list