aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/make_index
Commit message (Collapse)AuthorAgeFilesLines
* Fix bogus comments. No code change.linimon2006-02-021-5/+5
|
* Remove traling spaces.krion2005-01-091-3/+3
|
* * Be even more explicit about partial ports trees being unsupportedkris2004-07-141-13/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* Do a better job of stating which port we had problems with whilesteve2003-02-251-4/+4
| | | | mapping directories to package names.
* Check for duplicate entries in INDEX and warn about them.kris2002-08-311-7/+12
| | | | | Submitted by: Martin Heinen <martin@sumuk.de> PR: ports/33196 (based on)
* Tweak to catch missing directories from the Makefiles in the varioussteve2001-03-081-1/+5
| | | | | | categories which were failing to be mapped from directory to port name because 'make index' can't know to run 'make describe' in directories it doesn't know exist.
* Id->FreeBSD rename take 2obrien1999-08-251-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Correctly deal with the http field in index lines.asami1999-05-051-3/+3
| | | | Submitted by: steve
* (1) Make it clear that only I am allowed to commit to bsd.port.mk.asami1999-04-281-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | (2) New variable USE_ZIP -- will change EXTRACT_SUFX to ".zip" and extract commands/arguments accordingly. Submitted by: jseger (3) Use ${GREP} in some places where grep was used. (4) A little update to the MASTER_SITES_GNU list. Submitted by: cpiazza@home.net (5) New target clean-for-cdrom-list and clean-restricted-list -- will print out commands to delete un-cdromable or unredistributable files. Save them into a shell script for later use. (6) Add CXXFLAGS="${CXXFLAGS}" to configure's environment. Submitted by: reg@shale.csir.co.za PR: 11353 (part 3/3) (7) Print out a warning if you try to install without being root. Abort if ${PREFIX} is not writable. (8) Add web site to INDEX as tenth field. Reviewed by: wosch, steve, scrappy
* a print statement was added where it wasn't supposed to be, in a file thatscrappy1999-03-131-2/+1
| | | | I hadn't meant to change...
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-121-1/+2
|
* Make this require perl version 5.002 or later to run.steve1998-12-161-1/+3
| | | | Noticed by: John Baldwin <jobaldwi@vt.edu>
* Fast INDEX generation. See bsd.port.mk rev. 1.300 for details.asami1998-12-121-0/+117
Submitted by: steve