Date: Wed, 14 Jul 2004 08:18:16 +0000 (UTC) From: Kris Kennaway <kris@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports Makefile ports/Mk bsd.port.mk bsd.port.subdir.mk ports/Tools make_index Message-ID: <200407140818.i6E8IGns096438@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407140818.i6E8IGns096438>