From owner-cvs-all@FreeBSD.ORG Wed Jul 14 08:18:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE3316A4CE; Wed, 14 Jul 2004 08:18:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 030B043D3F; Wed, 14 Jul 2004 08:18:17 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6E8IGO9096439; Wed, 14 Jul 2004 08:18:16 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8IGns096438; Wed, 14 Jul 2004 08:18:16 GMT (envelope-from kris) Message-Id: <200407140818.i6E8IGns096438@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 08:18:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports Makefile ports/Mk bsd.port.mk bsd.port.subdir.mk ports/Tools make_index X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 08:18:17 -0000 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 [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