aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Strip svn:executable just in case it's been setChris Rees2012-12-101-0/+4
* Document tool which converts from old style header to new styleEitan Adler2012-11-291-0/+1
* - Fix runtime utf-8 problems using codec encoder and system localeSofian Brabez2012-11-061-3/+6
* Use the 'Created by:' header option per default rather than the RCS onlyEmanuel Haupt2012-10-301-5/+6
* Add convert-makefile-header.pl, a perl script that converts old style MakefileEmanuel Haupt2012-10-291-0/+111
* Freefall doesn't have LWP::Simple, so use /usr/bin/fetch to reduce dependenciesChris Rees2012-10-291-3/+2
* - Fix reference to the Additional Contributors' list due to renamingGuido Falsi2012-10-261-1/+1
* Silence svn update commands.Erwin Lansing2012-10-211-4/+4
* - Sync with the versions currently running on pointyhatBeat Gaetzi2012-10-202-105/+42
* Sync with the version that's currently running on pointyhat:Erwin Lansing2012-10-191-2/+5
* Add MOVEDLint checks for some of the other formatting problemsEitan Adler2012-10-161-0/+7
* Clean-up command-line options.Alex Dupre2012-10-091-7/+3
* Make the removal diff nicer to read by not showing the line-by-line removal a...Eitan Adler2012-09-241-1/+1
* - prefix saved files (PR/patches) with PR_$numOlli Hauer2012-09-241-6/+9
* bsd.port.mk handles getting the primary category for usChris Rees2012-09-211-5/+4
* - Fix bytes problem returned by urlopen when using Python 3.xSofian Brabez2012-09-181-4/+4
* Accepts the new svn_revision tag in the removed ports xml database.Chris Rees2012-09-161-5/+11
* - Set fbsd:nokeywords property value to the one recommended by the PortsBeat Gaetzi2012-09-101-1/+1
* - Support Python 3.xSofian Brabez2012-09-061-1/+4
* By request, move dialogwrapper to the main folder and fix the readme.Eitan Adler2012-09-013-8/+2
* Now that the headers have been removed, we no longer get the Whom line fromChris Rees2012-09-011-3/+3
* Add $FreeBSD$ linesEitan Adler2012-09-012-0/+4
* By request, add dialog wrapper used to give the ports options dialogEitan Adler2012-09-012-0/+150
* - Fix documentationSofian Brabez2012-08-303-27/+27
* Fix the -y option to test for possible duplicate ports; use INDEX instead ofChris Rees2012-08-251-6/+7
* Use "exec" when executing SVN with user-provided arguments,Matthias Andree2012-08-251-2/+2
* - Add getpatch script to download patch attachments on bug tracking systemsSofian Brabez2012-08-233-0/+275
* - Look for older versions of ports to copy over before committing.Chris Rees2012-08-211-13/+75
* Changes over original script:Matthias Andree2012-08-211-49/+94
* Don't replace - with _ in category variable.Chris Rees2012-08-101-3/+2
* - Remove duplicate execution of svn info [1]Beat Gaetzi2012-07-191-4/+13
* Support svn tooEitan Adler2012-07-161-1/+1
* Remove support for CVS from MOVEDLintEitan Adler2012-07-161-3/+1
* - Add a svn wrapper which does sanity checking and handles svn propertiesBeat Gaetzi2012-07-161-0/+136
* - Update addport and rmport to work with SubversionBeat Gaetzi2012-07-162-74/+56
* s/X11BASE/LOCALBASE/, or equivalent.Doug Barton2012-06-251-1/+1
* Support conversion of make.conf-style files.Chris Rees2012-06-091-21/+91
* Add script to convert old-style OPTIONS database files to new format.Chris Rees2012-06-041-0/+30
* - Modify Additional Contributors path to match svnChris Rees2012-05-311-2/+3
* - Restore getpr, i still use it and i believe few other committers as wellMartin Wilke2012-05-291-0/+93
* Remove obsolete PR handling scripts. These had hardcoded /home/ncvsChris Rees2012-05-253-159/+0
* Take maintainership-- thanks to vd for his past work on this scriptChris Rees2012-05-031-6/+11
* Spell plural LATEST_LINKs with a lowercase s to avoid confusionErwin Lansing2012-04-081-1/+1
* Document MOVEDlint in READMEEitan Adler2012-02-171-0/+1
* - fix interpreter path for pythonPhilip M. Gollucci2012-02-124-4/+4
* If you have not yet run this script, I feel sorry for you.Eitan Adler2012-01-161-156/+0
* Better wording to clarify the previous two commits.Wesley Shields2011-12-281-1/+2
* Revert part of the previous commit, and make things a little more clear withWesley Shields2011-12-281-1/+1
* - Remove some old duplicate words. They were getting in way of finding newer ...Eitan Adler2011-12-273-3/+3
* - Fixed missing end-quote in sed commandGreg Larkin2011-12-101-3/+3
* INDEX-6 -> INDEX-8Doug Barton2011-09-281-1/+1
* Add support from FreeBSD 10.xErwin Lansing2011-09-271-2/+6
* Add option (-y) to check for similarly named ports.Chris Rees2011-08-291-1/+35
* - Use optparse instead of old deprecated method.Stanislav Sedov2011-08-231-14/+10
* - Fix options processing (optparse puts options into hash indexed by strings,Stanislav Sedov2011-08-231-3/+3
* - Make it work with ruby 1.9.Stanislav Sedov2011-08-231-6/+17
* - Back out category check for nowSteve Wills2011-08-161-6/+0
* - Remove obfuscation of submitter email at request of dougbSteve Wills2011-08-161-1/+6
* Fix readme building.Emanuel Haupt2011-08-121-10/+10
* Change shebang to #!/usr/bin/env perl, as required by bapt@Renato Botelho2011-07-281-1/+1
* Remove duplicate words in comment.Erwin Lansing2011-05-021-1/+1
* Remove portbuild scripts from pcvs, as they now live in svn/projects.Florent Thoumie2011-04-2572-9079/+0
* Add some definitions to try to limit the number of times we let buildsMark Linimon2011-04-231-0/+7
* Allow the top-level build to be destroyed. This is useless forMark Linimon2011-03-241-9/+27
* - Stop caring about src-6 snaps and expire checkout snaps rather morePav Lucistnik2011-03-221-6/+4
* Add an error entry for gmake.Mark Linimon2011-03-091-0/+6
* Add a test for gmake 3.82 regressions. (3.82 is not in the tree yet).Mark Linimon2011-03-091-2/+4
* Add an alternate spelling for a link.Mark Linimon2011-03-041-1/+1
* Add an overly-large regexp to isolate "packages that fail to build withMark Linimon2011-02-271-0/+3
* One more pass through this file to bring it up to the latest processonelog:Mark Linimon2011-02-271-53/+70
* For efficiency's sake, deprecate the following error types, which we no longe...Mark Linimon2011-02-271-34/+13
* Sheesh. The errors "f77" and "uname" were never even documented. AddMark Linimon2011-02-271-0/+11
* Move some of the error types that were removed from the script some timeMark Linimon2011-02-271-26/+26
* Add the following new error classifications, to sync with upcoming workMark Linimon2011-02-251-4/+30
* Remove 6.x links since it is EOL. (For now, the error logs remain).Mark Linimon2011-02-221-66/+13
* Make table headers more selfexplanatoryErwin Lansing2011-02-061-1/+1
* 7.1 runs EOL today, start building against 7.3Erwin Lansing2011-01-311-1/+1
* Change the "unclean build" handling case to not retry. Previously, itMark Linimon2011-01-261-1/+1
* Fix typo in fixed-up tar command to suppress a whoooole lot of junkMark Linimon2011-01-241-1/+1
* Add an entry for the 'dirent' error.Mark Linimon2011-01-241-0/+6
* Add anti-foot-shooting measure.Mark Linimon2011-01-231-1/+1
* Export BACKUP_FTP_SITE for the generalized make.conf files inMark Linimon2011-01-231-0/+3
* Add CLIENT_BACKUP_FTP_SITE as part of a generalization push betweenMark Linimon2011-01-231-0/+3
* Force the copy of portbuild.* files as files, not symlinks. AdjustMark Linimon2011-01-231-2/+5
* Revert to RELENG_7_1 after consultation with re@Erwin Lansing2011-01-181-1/+1
* Bump 7-stable to RELENG_7_4 due to a major library version increaseErwin Lansing2011-01-151-1/+1
* rmdir(1) does not take -f.Erwin Lansing2011-01-061-1/+1
* Drop support for 6.x and bump 8.x to 8.1-RELEASEErwin Lansing2010-12-211-3/+2
* Remove debugging code that crept in.Mark Linimon2010-12-171-1/+1
* Refactor the client-side. It turns out that the evaluation of param.hMark Linimon2010-12-161-20/+21
* If the logfile was not correctly copied from the client back to the server,Mark Linimon2010-12-161-10/+15
* Make sure that PKGSUFFIX and LOCALBASE are really defined. (Things workMark Linimon2010-12-161-6/+8
* Drop support for FreeBSD 6.x.Erwin Lansing2010-12-141-7/+2
* common.conf has to be copied over as well as client.conf.Mark Linimon2010-12-091-4/+4
* Refactor some variables that need to be in sync between the server-sideMark Linimon2010-12-012-6/+3
* It turns out that some variables have to be shared between the server-sideMark Linimon2010-12-011-0/+21
* Canonicalize the use of SRC_BASE to fix INDEX and duds builds on headMark Linimon2010-12-011-24/+38
* Canonicalize the use of SRC_BASE to fix INDEX and duds builds on headMark Linimon2010-12-013-9/+16
* Make an rm command quieter; add some debug comments.Mark Linimon2010-12-011-1/+3
* Although I was going to try to avoid it, it turns out that it isMark Linimon2010-12-019-0/+9
* Rename internal variables to correspond to their actual uses; automaticallyMark Linimon2010-12-011-4/+23
* Add some debug code to attempt to work around the "too many stale chroots"Mark Linimon2010-12-011-0/+7
* Add a debug setting (commented out).Mark Linimon2010-11-291-0/+3
* Move the override of PKG_DBDIR to the right place. This keeps INDEXMark Linimon2010-11-291-3/+3
* - Switch to SHA256 checksumsPav Lucistnik2010-11-181-11/+11
* Retire the broken fenner distfile survey in favor of the new oneMark Linimon2010-10-071-6/+2
* Attempt to shut down some whining when the resultant script is run.Mark Linimon2010-10-071-1/+1
* - s/make/may/Philip M. Gollucci2010-09-241-1/+1
* -use a tab not a spacePhilip M. Gollucci2010-09-231-1/+1
* /8/9/ as the defaultPhilip M. Gollucci2010-09-231-1/+1
* blanket approvalPhilip M. Gollucci2010-09-231-0/+1
* check for repocopy snafusPhilip M. Gollucci2010-09-141-0/+43
* Fix it for real this time.Mark Linimon2010-08-171-7/+13
* Restore the display of statistics for non-mainline runs.Mark Linimon2010-08-161-1/+1
* Add some missing error handling.Mark Linimon2010-08-161-0/+4
* Handle yet another error case.Mark Linimon2010-08-151-0/+3
* Correct some misleading documentation.Mark Linimon2010-08-101-3/+3
* Fix braino from production.Mark Linimon2010-08-022-2/+2
* Fix mishandling of root/all case.Mark Linimon2010-07-302-12/+10
* Push PACKAGE_BUILDING and MALLOC_OPTIONS up a level.Mark Linimon2010-06-301-4/+2
* Remove now-redundant setting of PACKAGE_BUILDING.Mark Linimon2010-06-302-2/+0
* Fix up usage of buildenv.client to deal with overenthusiasticMark Linimon2010-06-301-3/+5
* Add CLIENT_MALLOC_OPTIONS.Mark Linimon2010-06-301-0/+3
* The previous refactoring was too agressive. SRCBASE and friends are usedMark Linimon2010-06-301-15/+20
* Correct the URLs; 'http://' is not included in MASTER_URL.Mark Linimon2010-06-281-7/+7
* Document some hard-coded stuff in the scripts.Mark Linimon2010-06-261-0/+22
* A script that can be remotely run on package build clients to attempt toMark Linimon2010-06-261-0/+10
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-262-4/+8
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-262-62/+37
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-3/+5
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-2/+2
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-19/+22
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-3/+8
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-29/+46
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-9/+11
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-4/+16
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-21/+6
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-2/+3
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-0/+5
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-1/+10
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-45/+51
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-15/+30
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-46/+82
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-0/+3
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-1/+6
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-11/+17
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-9/+15
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-262-10/+22
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-76/+80
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-261-31/+34
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-262-7/+13
* Generalize the packge building scripts to be able to be run on more thanMark Linimon2010-06-2611-12/+34
* Variant of the allgohans script that does locking. This has been inMark Linimon2010-06-261-0/+58
* Note the files that shouldn't be checked into the repository (theyMark Linimon2010-06-261-0/+3
* Remove obsolete cruft that has not been used in several years.Mark Linimon2010-06-237-256/+0
* A new file to document some generalization of scripts on a packageMark Linimon2010-06-231-0/+32
* Some configuration information that is shipped to the clients of aMark Linimon2010-06-231-0/+16
* A new file to centralize definitions that apply to the the package nodesMark Linimon2010-06-231-0/+40
* A new file to centralize definitions that apply to the server-side ofMark Linimon2010-06-231-0/+97
* Catch up with master copy on pointyhat.Mark Linimon2010-06-223-14/+40
* These appear to no longer be used.Mark Linimon2010-06-222-104/+0
* - Unbreak the -n flag;Romain Tartière2010-06-061-6/+5
* Restore line dropped in revision 1.21.Mark Linimon2010-06-031-0/+1
* Sigh. This had already been done, just not checked out on production.Mark Linimon2010-06-016-7/+1
* Get rid of the remnants of X11BASE.Mark Linimon2010-06-016-1/+7
* Remove some hardcoding.Mark Linimon2010-06-011-5/+5
* Add a comment.Mark Linimon2010-06-011-0/+2
* Eliminate some more hardcoding. Expand the pattern for "non-mainstream"Mark Linimon2010-05-261-5/+9
* Remove the hard-coding of '-exp'. While here, factor out some otherMark Linimon2010-05-251-6/+9
* Remove obsolete cruft.Mark Linimon2010-05-231-8/+0
* Cronjob that runs on pointyhat to cleanup stale chroots on clients.Mark Linimon2010-05-221-0/+11
* Trim backup files a bit; make the emails a bit more verbose.Mark Linimon2010-05-202-12/+24
* Refactor things a bit.Mark Linimon2010-05-201-4/+5
* Improve error handling a bit.Mark Linimon2010-05-202-1/+6
* Revert the clang part of rev 1.12, which is now default in clangbsd.Erwin Lansing2010-05-101-6/+0
* Add a case to detect a transient problem that shows up on all packageMark Linimon2010-03-311-0/+3
* Add an entry for the "truncated distfiles" problem; improve one other entry.Mark Linimon2010-03-311-1/+7
* - allow addport to work in ports-mgnt againDirk Meyer2010-03-251-1/+1
* Catch up with production.Mark Linimon2010-02-201-0/+14
* Bring this up to date with what is in production: add 'queue length'Mark Linimon2010-02-201-3/+20
* Bah, another few references to "8-current", which no longer exists.Mark Linimon2010-02-061-12/+12
* - Add a script to check unneeded dependencies for perl modules.Jun Kuriyama2010-01-292-0/+107
* Add some new error cases to handle regressions in -current. (Not yetMark Linimon2010-01-201-0/+14
* Note that we are at 9-CURRENT now. Also, ia64 builds have resumed.Mark Linimon2009-12-191-1/+19
* - Remove use of X11BASE from pointyhat scriptsPav Lucistnik2009-12-188-16/+9
* Correct depreciation warning with Python 2.6 and fix several warningsMaxim Sobolev2009-11-211-19/+19
* A few more loose ends.Mark Linimon2009-11-191-2/+2
* Make the create command more robust by making even more directoriesMark Linimon2009-11-191-20/+27
* Properly supppress empty buildenvs.Mark Linimon2009-11-171-36/+36
* Refactor this to minimize hard-coding. When our support for branchesMark Linimon2009-11-161-23/+15
* Harden these a bit: make them identify on which host they were running;Mark Linimon2009-11-162-7/+9
* Fix up the problems that can happen when 2 copies of makeworld areMark Linimon2009-11-132-10/+12
* Make more robust.Mark Linimon2009-11-131-1/+4
* Parameterize.Mark Linimon2009-11-131-7/+13
* Harden this script so it will DTRT if any subdirectories of a new build,Mark Linimon2009-11-101-12/+45
* Remove a trailing slash on a directory name, that merely gets doubledMark Linimon2009-11-101-1/+1
* Finally fix the 'build create' command to DTRT by reusing some already-Mark Linimon2009-11-101-38/+32
* Reflect the fact that src-HEAD is now just a symlink to src-9. ThisMark Linimon2009-11-101-1/+1
* Fix permissions and 'latest' link.Mark Linimon2009-11-091-3/+14
* Remove a doubled slash.Mark Linimon2009-11-091-2/+2
* Implement the "build create" command.Mark Linimon2009-11-091-5/+36
* Remove cruft.Mark Linimon2009-11-081-3/+0
* Allow for the possibility of powerpc builds. Since these are not yetMark Linimon2009-11-082-4/+16
* Allow for the possibility of powerpc builds.Mark Linimon2009-11-081-1/+1
* Remove dead code.Mark Linimon2009-11-081-9/+1
* Reflect reality on pointyhat. While here, clean up a bit.Mark Linimon2009-11-081-2/+3
* - Fixed "permission denied" errorGreg Larkin2009-10-061-2/+2
* Correctly bump PORTREVISION?= instead of always resetting to 1 in this case.Gerald Pfeifer2009-09-151-1/+1
* Add links for 9-current. (note: 8-current is not 8-stable ... yet.)Mark Linimon2009-08-241-2/+69
* Generalize this script to remove the necessity of editing it every timeMark Linimon2009-08-241-13/+11
* I believe that this script is obsolete. Retire it.Mark Linimon2009-08-231-75/+0
* Add 9 and 9-exp to this sample file. Delete 6-exp2.Mark Linimon2009-08-231-1/+1
* Add support for RELENG_8Erwin Lansing2009-08-231-0/+7
* Reflect RELENG_9.Mark Linimon2009-08-231-1/+1
* Add support for INDEX-9Erwin Lansing2009-08-231-3/+8
* Reflect the fact that RELENG_9 has been created, and that there is someMark Linimon2009-08-234-4/+16
* Turn off the 'show latest log' feature. While handy, this thrashes theMark Linimon2009-08-231-21/+27
* Add a timeout to the qmanager connection.Erwin Lansing2009-08-131-0/+1
* Make sure that some options to dopackages are passed to the environmentErwin Lansing2009-08-131-7/+11
* Also put bzipped and checksums of INDEX, UPDATING and MOVED on the mirrorsErwin Lansing2009-08-121-0/+5
* - Upload MOVED and UPDATING to the packages directory to make itErwin Lansing2009-08-111-10/+10
* 5 and 5-exp are no longer supported.Mark Linimon2009-07-201-1/+1
* Explicitly override LOCALBASE to make sure we don't getErwin Lansing2009-07-142-0/+2
* - Seems magic slash stopped working on -CURRENT zfs, so do without itPav Lucistnik2009-07-081-1/+1
* Force cleaning of the environment from customized local settings.Erwin Lansing2009-06-061-0/+5
* Switch the 'skipped' column to point to duds.verbose instead of duds,Mark Linimon2009-06-031-1/+1
* Use zfs snapshots that are periodically updated on pointyhat for theErwin Lansing2009-05-281-27/+78
* - Update to reflect a reality on pointyhatPav Lucistnik2009-05-2217-716/+989
* - Separate ports tree updating to use cvsup from cvsup-master instead of cvsPav Lucistnik2009-05-222-6/+56
* note mark_safe.plPhilip M. Gollucci2009-05-171-0/+1
* o don't set anything in ports with NO_BUILDPhilip M. Gollucci2009-05-171-3/+3
* Do not mark rubygem ports, its a NO-OPPhilip M. Gollucci2009-05-161-0/+2
* Make previous commit work for both context and unified input patches.Ion-Mihai Tetcu2009-05-111-1/+1
* When naming the split patch files, replace the original path '/' with '__'Ion-Mihai Tetcu2009-05-111-1/+1
* - fix --port supportPhilip M. Gollucci2009-04-301-1/+3
* - Start some docsPhilip M. Gollucci2009-04-301-11/+93
* Script to set MAKE_JOBS_(UN)SAFE= yes for a MAINTAINERs ports.Philip M. Gollucci2009-04-221-0/+191
* Fix bug where number of error logs was incorrect.Mark Linimon2009-03-261-8/+9
* Rewrite of processlog by kris.Mark Linimon2009-03-261-84/+147
* - Add a new case 'nested-declaration' to catch errors on -current.Mark Linimon2009-03-251-2/+4
* Use diff -p both when first creating and when updating a patch.Christian Weisgerber2009-02-161-1/+1
* Remove 6-exp2 builds, they haven't been used in a whilePav Lucistnik2009-01-222-6/+3
* Factor out the code that performs the PORTREVISION bump for one port.Gerald Pfeifer2009-01-081-42/+47
* Reduce per branch code duplicationErwin Lansing2008-12-281-41/+16
* Make sure we don't add ${WRKDIR}.Maxim Sobolev2008-10-221-4/+4
* Handle the rest of the edge cases; drop 5 as obsolete; cleanup.Mark Linimon2008-09-181-23/+35
* Bring this into the new portbuild world order. While here, try toMark Linimon2008-09-181-27/+94
* RELENG_5 is desupported.Mark Linimon2008-09-121-3/+3
* Major overhaul:Mark Linimon2008-09-071-349/+172
* Add a new script for performing high-level administration of a build.Kris Kennaway2008-08-091-518/+496