cvs commit: ports Makefile ports/Mk bsd.port.mk bsd.port.subdir.mk
ports/Tools make_index
Kris Kennaway
kris at FreeBSD.org
Wed Jul 14 01:18:17 PDT 2004
kris 2004-07-14 08:18:16 UTC
FreeBSD ports repository
Modified files:
. Makefile
Mk bsd.port.mk bsd.port.subdir.mk
Tools make_index
Log:
* Be even more explicit about partial ports trees being unsupported
for INDEX builds [1]
* Remove the parallel target from Makefile; this is heavily tied to
the package build cluster and can be better done in the makeparallel
script (commit to follow) [2]
* Extend the format of INDEX to separately list the
EXTRACT/PATCH/FETCH_DEPENDS instead of lumping them all in together
with BUILD_DEPENDS. The three new fields are appended to the end of
the record in that order. [2]
* Change BROKEN to IGNORE in BROKEN_WITH_MYSQL failure code [3]
* Support non-default PREFIX for perl 5.00503 [5]
* Use pkg_info -I instead of ls when searching for conflicts [6]
* Allow local customization of the port subdirectories by including
${.CURDIR}/Makefile.local in bsd.subdir.mk if it exists [7]
* Fix 'make search' when ${PORTSDIR} is a symlink to a directory name
containing extended regexp metacharacters [8]
Submitted by: linimon [1] [3], kris [2], lth [4], sem [5], eik [5] [6],
Roman Neuhauser <neuhauser at chello.cz> [7]
PR: 68299 [1], 67705 [3], 67264 [4], 59696 [5], 66568 [6],
68072 [7]
Revision Changes Path
1.86 +12 -17 ports/Makefile
1.492 +48 -40 ports/Mk/bsd.port.mk
1.55 +10 -3 ports/Mk/bsd.port.subdir.mk
1.11 +63 -14 ports/Tools/make_index
More information about the cvs-all
mailing list