summaryrefslogtreecommitdiff
path: root/Tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to reflect recent world order. In particular, you need /dev/bpf0Satoshi Asami1999-05-122-18/+10
| | | | | | | to build some ports. Notes: svn path=/head/; revision=18801
* Correctly deal with the http field in index lines.Satoshi Asami1999-05-051-3/+3
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=18488
* (1) Make it clear that only I am allowed to commit to bsd.port.mk.Satoshi 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 Notes: svn path=/head/; revision=18174
* We are now in 3.1-STABLE.Satoshi Asami1999-03-221-2/+2
| | | | Notes: svn path=/head/; revision=17346
* Various updates.Satoshi Asami1999-03-2210-16/+80
| | | | Notes: svn path=/head/; revision=17343
* a print statement was added where it wasn't supposed to be, in a file thatMarc G. Fournier1999-03-131-2/+1
| | | | | | | I hadn't meant to change... Notes: svn path=/head/; revision=17158
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-111-1/+2
| | | | Notes: svn path=/head/; revision=17142
* Note that makeinfo and install-info also needs to be updated.Satoshi Asami1999-01-262-0/+2
| | | | Notes: svn path=/head/; revision=16336
* (1) Do not delete and recreate the chroot dir for every new packageSatoshi Asami1999-01-265-26/+113
| | | | | | | | | | | | | | | | | | | | that is built. This saves a lot of time, especiall when the parallelism (the number of jobs per machine, not the number of machines) is low. However, the build script only blows away /usr/local and /usr/X11R6, so if there is a port that does some nasty things outside that area, all bets are off. (2) Better load balancing. Now, each machine reports its own load in a form of a text file, which the master merely aggregates to pick the lowest-loaded machine(s). Other than generally running faster (and more up-to-date) under loaded conditions, the master script will no longer hold up until a timeout when a machine goes down. Notes: svn path=/head/; revision=16334
* The build root is now one directory up from here.Satoshi Asami1999-01-221-1/+1
| | | | Notes: svn path=/head/; revision=16260
* Moved the scripts into subdirectory "scripts" with repository copy.Satoshi Asami1999-01-221-1/+1
| | | | Notes: svn path=/head/; revision=16258
* By defining NOCLEAN in the environment, you can have the chroot dir leftSatoshi Asami1999-01-222-6/+22
| | | | | | | | | | | | | behind. Useful for debugging. Touch package on master after copying it back. This will avoid synchronization problems when the machines' clocks are wildly skewed. Remove log from master when build is successful. No need to keep around transient error logs. Notes: svn path=/head/; revision=16257
* Print out maintainer.Satoshi Asami1999-01-221-0/+2
| | | | Notes: svn path=/head/; revision=16256
* Sync this with my private copy.Satoshi Asami1999-01-223-6/+12
| | | | Notes: svn path=/head/; revision=16255
* Add /usr/libexec/elf/ld to list of files to update.Satoshi Asami1999-01-082-0/+2
| | | | Notes: svn path=/head/; revision=15928
* Typo in echo statement.Satoshi Asami1999-01-071-1/+1
| | | | Notes: svn path=/head/; revision=15907
* Add sys.mk to list of files you need to update.Satoshi Asami1999-01-051-0/+1
| | | | Notes: svn path=/head/; revision=15849
* The scripts to allow parallel package building. See the README file inSatoshi Asami1998-12-2823-0/+679
| | | | | | | | | | | Tools/portbuild for details. Note that this is still a major work in progress. I probably forgot something but I need to go to sleep. At least it works here (most of the time :). Notes: svn path=/head/; revision=15682
* Make this require perl version 5.002 or later to run.Steve Price1998-12-151-1/+3
| | | | | | | Noticed by: John Baldwin <jobaldwi@vt.edu> Notes: svn path=/head/; revision=15360
* Fast INDEX generation. See bsd.port.mk rev. 1.300 for details.Satoshi Asami1998-12-121-0/+117
Submitted by: steve Notes: svn path=/head/; revision=15302