aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Add two utilties for listing and stashing away package files obtainedPeter Pentchev2003-01-082-0/+110
| | | | | | | | | | | | | | | from recursive dependency builds a la: make DEPENDS_TARGET='install package clean' all install package clean The pkg-list script obtains a list of the packages in the dependency directories; the pkg-stash script moves them away to a predefined directory, adding a timestamp to the package file name. This is convenient for keeping ready-built packages for system rescue activities. Notes: svn path=/head/; revision=72748
* unbroke addport by petefAlan Eldridge2002-11-191-1/+2
| | | | Notes: svn path=/head/; revision=70490
* Convert this to buildenv to make it actually work properly.Kris Kennaway2002-11-181-38/+7
| | | | Notes: svn path=/head/; revision=70391
* Use 'cvs ci -F ...' instead of setting the log file with EDITOR="cp ...".Pete Fritchman2002-11-131-3/+1
| | | | | | | | | | This fixes addport for me on -stable (cvs was erroring out), and also fixes addport when you have the EDITOR environment variable set. Approved by: will Notes: svn path=/head/; revision=70035
* Fix the html output of this script. There was neither a closingKris Kennaway2002-11-101-15/+21
| | | | | | | | | | | | | | body tag nor a closing html tag. In general, browsers work without these, but Konqueror in particular was displaying some artifacts. Also make sure empty cells have an nbsp directive; eliminate a bogus case for Aff.; and change Date build to Build date. Submitted by: Mark Linimon <linimon@lonesome.com> PR: www/45021 Notes: svn path=/head/; revision=69806
* Catch up to lots of changes from bento/beta:Kris Kennaway2002-11-081-144/+180
| | | | | | | | | | | | | | | | | | | | | | | * Update list of quickports to include kde3 * Add ability to restart builds (-restart) * Change default to build packages for non-cdrom use (associated option name inverted from -nocdrom to -cdrom) * Cope with .tgz or .tbz packages * Use buildenv framework * Use cvs update -PdA instead of -Pd when updating ports/docs tree * Always delete restricted packages after a build run, since they are published on the website. * Minor cosmetic changes Notes: svn path=/head/; revision=69756
* Revamp this script:Kris Kennaway2002-11-031-64/+243
| | | | | | | | | | | | | | | | | | | * generate an interim .logs file containing the data to be presented in the html files (also useful for other consumers, like fenner's per-maintainer error logs) * Generate 5 different summaries of the error data, sorted by port name, maintainer, category, build error, builddate * Improve the table html code so it renders faster * Add a few new failure reasons Submitted by: edwin (based on) PR: ports/43927 Notes: svn path=/head/; revision=69384
* Add C versions of the pnohang and ptimeout scripts (previously written inKris Kennaway2002-11-032-0/+192
| | | | | | | | | perl). Thanks to all those who submitted versions of these. Submitted by: marcus (based on) Notes: svn path=/head/; revision=69315
* Use the correct filename for the FreeBSD version string used by theKris Kennaway2002-11-021-14/+2
| | | | | | | | | uname script. Mount the docs from the correct location. Remove the hack to pkg_add perl into the chroot environment, now that the scripts no longer rely on it. Notes: svn path=/head/; revision=69289
* Read FTP url from ${ftpurl}. Remove hack to fetch perl package into theKris Kennaway2002-11-021-8/+2
| | | | | | | bindist now that it is no longer required. Notes: svn path=/head/; revision=69288
* Support either .tgz or .tbz packagesKris Kennaway2002-11-021-2/+2
| | | | Notes: svn path=/head/; revision=69287
* Add FTP_PASSIVE_MODE. Build tgz packages on 4 and 4-exp, and tbz on 5.Kris Kennaway2002-11-021-2/+8
| | | | Notes: svn path=/head/; revision=69286
* I never thought I'd change this code, but a change was required to makeWill Andrews2002-10-141-0/+107
| | | | | | | | sure cvs -R is enforced for freefall !=n cvs. And it's a Bad Thing(TM) that a piece of code addport depended on wasn't in the CVS tree anyway. Notes: svn path=/head/; revision=68022
* Modifications to support ncvs.freebsd.org != freefall.freebsd.org. ThisWill Andrews2002-10-141-13/+14
| | | | | | | | | | actually simplifies some of the code and makes other parts more complicated. Tested by: www/mod_filter && (after bugfixes) sysutils/sjog Noticed by: ijliao (by way of peter) Notes: svn path=/head/; revision=68021
* Add 650MB for the 4th CD since it's all just packages.Will Andrews2002-10-081-1/+1
| | | | Notes: svn path=/head/; revision=67588
* Increase the available space for packages on disc #1 of the packageMurray Stokely2002-10-081-1/+1
| | | | | | | | | split. Approved by: portmgr (will), re Notes: svn path=/head/; revision=67587
* Correct a messageKris Kennaway2002-09-151-1/+1
| | | | Notes: svn path=/head/; revision=66390
* Conditionalize one more thing on i386Kris Kennaway2002-09-151-1/+1
| | | | Notes: svn path=/head/; revision=66389
* Optimize the html output by putting multiple missing files in the sameKris Kennaway2002-09-151-7/+9
| | | | | | | | | | | table row, instead of making a new row for every single file. This cuts down the generated page size drastically, improving rendering times. Submitted by: Edwin Groothuis <edwin@mavetju.org> PR: ports/40962 Notes: svn path=/head/; revision=66388
* Add a bunch of new failure modes (mostly to do with ports failing on 5.0)Kris Kennaway2002-09-151-2/+14
| | | | Notes: svn path=/head/; revision=66387
* Use PKGSUFFIX from buildenvKris Kennaway2002-09-151-1/+5
| | | | Notes: svn path=/head/; revision=66386
* Add PKG_PATH so packages can be found automatically (not sure what causedKris Kennaway2002-09-151-1/+3
| | | | | | | this to break). Support both .tgz and .tbz packages. Notes: svn path=/head/; revision=66385
* .tbz packages are now standardKris Kennaway2002-09-151-2/+2
| | | | Notes: svn path=/head/; revision=66384
* * XFREE86_VERSION=4 is now standardKris Kennaway2002-09-151-3/+4
| | | | | | | * Add PKGSUFFIX and PKGZIPCMD variables Notes: svn path=/head/; revision=66383
* * Support multiple arches and conditionalize i386-only stuffKris Kennaway2002-09-151-2/+12
| | | | | | | * Fetch perl package on -current Notes: svn path=/head/; revision=66382
* * Catch up to .tbz packagesKris Kennaway2002-09-151-6/+11
| | | | | | | | * Hack to use perl package on -current (needs to be done better somehow) * Use buildenv Notes: svn path=/head/; revision=66380
* Check for duplicate entries in INDEX and warn about them.Kris Kennaway2002-08-311-7/+12
| | | | | | | | Submitted by: Martin Heinen <martin@sumuk.de> PR: ports/33196 (based on) Notes: svn path=/head/; revision=65355
* Correct usage example.Maxim Sobolev2002-07-161-1/+2
| | | | Notes: svn path=/head/; revision=63075
* Add l10n prefix to default module name.Hye-Shik Chang2002-07-071-2/+14
| | | | | | | Approved by: will Notes: svn path=/head/; revision=62540
* Allow packages to be installed in the build chroot; this is neededKris Kennaway2002-06-061-1/+9
| | | | | | | | for 5.x package builds since the pnohang script is written in perl, which was removed from the base OS. Notes: svn path=/head/; revision=60723
* Only run ldconfig -aout commands on i386Kris Kennaway2002-06-061-6/+16
| | | | | | | | Correct some build environment variables Exit with code 255 if the port build failed uncleanly Notes: svn path=/head/; revision=60722
* Use correct variable for symlinking src scripts.Will Andrews2002-06-011-1/+1
| | | | Notes: svn path=/head/; revision=60443
* Support PATCH_WRKSRC. SeeTrevor Johnson2002-05-251-3/+3
| | | | | | | | | | http://people.freebsd.org/~trevor/ports/update-patches-1.411.diff for the accompanying patch to bsd.port.mk. PR: 24292 Notes: svn path=/head/; revision=59983
* Track setup.sh usage.Will Andrews2002-05-202-2/+7
| | | | Notes: svn path=/head/; revision=59522
* Use the right variable name.Will Andrews2002-05-201-1/+1
| | | | Notes: svn path=/head/; revision=59517
* Use a RE to find the X dependency instead of hardcoding.Will Andrews2002-05-201-2/+2
| | | | Notes: svn path=/head/; revision=59516
* Streamline instructions a little more.Will Andrews2002-05-201-4/+12
| | | | Notes: svn path=/head/; revision=59515
* Add this makefile to help people who are performing package splits toWill Andrews2002-05-201-0/+48
| | | | | | | generate the correct environment in which to do them. Notes: svn path=/head/; revision=59514
* Add CD configs for use by these scripts.Will Andrews2002-05-201-0/+16
| | | | Notes: svn path=/head/; revision=59513
* More useful exit if dir not passed.Will Andrews2002-05-161-0/+4
| | | | Notes: svn path=/head/; revision=59223
* Accept dir as argument instead of hardcoding.Will Andrews2002-05-161-1/+5
| | | | Notes: svn path=/head/; revision=59222
* - Catch up to buildenv changes.Kris Kennaway2002-05-131-12/+21
| | | | | | | | - Always update UNAME_TARGET with each build - Populate mtree hierarchies better Notes: svn path=/head/; revision=58991
* Comment out the kernel building and just link to kernel.GENERIC.Kris Kennaway2002-05-131-5/+6
| | | | Notes: svn path=/head/; revision=58990
* Zap some unused code. Catch up to buildenv changes.Kris Kennaway2002-05-131-7/+1
| | | | Notes: svn path=/head/; revision=58989
* - Switch default to XFree86-4.x for all branchesKris Kennaway2002-05-131-3/+6
| | | | | | | | - buildenv() takes extra argument of the portbuild directory - Add a todo comment Notes: svn path=/head/; revision=58988
* Fix breakage introduced in the previous commit.Maxim Sobolev2002-05-101-6/+3
| | | | Notes: svn path=/head/; revision=58865
* - Make ${DISTDIR} auto-detection actually working;Maxim Sobolev2002-05-101-2/+5
| | | | | | | - unbroke when either ${PORTSDIR} or ${DISTDIR} is symlink. Notes: svn path=/head/; revision=58853
* Allow overriding ${PORTSDIR} and respect ${DISTDIR} settings.Maxim Sobolev2002-05-071-5/+15
| | | | | | | Submitted by: Stijn Hoop <stijn@win.tue.nl> Notes: svn path=/head/; revision=58658
* * Change path directory separator character back to _. The problem is "::"David E. O'Brien2002-04-181-1/+3
| | | | | | | | | | | is it makes patch names longer, and many shells autoexpand it to "\:\:" which makes them even longer. * Note that this file uses ts=4. Approved by: sobomax Notes: svn path=/head/; revision=57860
* Fix breakage introduced in previous commit when EXTRA_PATCHES isn't defined.Maxim Sobolev2002-04-171-1/+1
| | | | Notes: svn path=/head/; revision=57795