ports/66568: [PATCH] bsd.port.subdir.mk: enable local customization of the ports tree
Oliver Eikemeier
eikemeier at fillmore-labs.com
Wed May 12 14:30:17 UTC 2004
>Number: 66568
>Category: ports
>Synopsis: [PATCH] bsd.port.subdir.mk: enable local customization of the ports tree
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed May 12 07:30:16 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Oliver Eikemeier
>Release: FreeBSD 4.10-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 4.10-STABLE
>Description:
This patch enables local cutomizations of the ports tree, to
add or delete ports and categories that are not in CVS and to
be able to add new targets (like search-ng or check-xx) locally.
>How-To-Repeat:
>Fix:
diff -u -r1.53 bsd.port.subdir.mk
--- bsd.port.subdir.mk 2 Apr 2004 07:25:23 -0000 1.53
+++ bsd.port.subdir.mk 10 May 2004 00:27:11 -0000
@@ -82,6 +81,11 @@
ECHO_MSG?= echo
+# local customization of the ports tree
+.if exists(${.CURDIR}/Makefile.local)
+.include "${.CURDIR}/Makefile.local"
+.endif
+
TARGETS+= all
TARGETS+= build
TARGETS+= checksum
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list