aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* Script to set MAKE_JOBS_(UN)SAFE= yes for a MAINTAINERs ports.Philip M. Gollucci2009-04-221-0/+191
* Use diff -p both when first creating and when updating a patch.Christian Weisgerber2009-02-151-1/+1
* Factor out the code that performs the PORTREVISION bump for one port.Gerald Pfeifer2009-01-071-42/+47
* Reduce per branch code duplicationErwin Lansing2008-12-271-41/+16
* Make sure we don't add ${WRKDIR}.Maxim Sobolev2008-10-211-4/+4
* Have a different approach on how to check if the modules file has changed.Edwin Groothuis2008-07-141-9/+7
* Keep the sources of the CVSROOT-ports/modules update script safelyEdwin Groothuis2008-07-084-0/+361
* [PATCH] Tools/scripts: Some cleanups, additions to bump_version.plEdwin Groothuis2008-07-061-28/+33
* CVSROOT/modules no longer contains an entry per port, remove supportErwin Lansing2008-06-194-300/+9
* Add support for "PORTREVISION?=" and "PORTEPOCH"Edwin Groothuis2008-06-061-52/+62
* Remove support for FreeBSD 5.xErwin Lansing2008-06-011-21/+1
* Add a tiny sh hack - ardiff - compares two archives.Andrew Pantyukhin2008-05-062-0/+98
* Fix a problem when add new ports on ports-mgmt category. ports-mgmt/MakefileRenato Botelho2007-12-191-6/+13
* - Add support for FreeBSD 8.0Erwin Lansing2007-10-251-4/+25
* s/query-pr.real/query-pr/ to fix getpr after freefall migrationRenato Botelho2007-10-151-1/+1
* Replace two further instances of /var/db/pkg by $PKG_DBDIR.Gerald Pfeifer2007-09-161-2/+2
* Use PKG_DBDIR instead of hard-coding /var/db/pkg/. Do not silently revertGerald Pfeifer2007-09-081-3/+15
* explicit_lib_depends.sh:Alexander Leidinger2007-09-043-14/+120
* One more sanity check, else /+CONTENS will be searched.Alexander Leidinger2007-08-301-0/+5
* USE_FREETYPE is for v1, not for v2. Use a perfect match in the case statement.Alexander Leidinger2007-08-301-4/+5
* Do not list libs which come with the port itself.Alexander Leidinger2007-08-261-2/+5
* Add explicit_lib_depends.sh.Alexander Leidinger2007-08-261-0/+2
* - Add USE_FREETYPE.Alexander Leidinger2007-08-261-1/+5
* We should also look into sbin/ (not only bin/ and lib/).Alexander Leidinger2007-08-241-1/+1
* explicit_lib_depends.sh shows you the current explicit dependency list ofAlexander Leidinger2007-08-241-0/+115
* Teach about USE_ICONV, USE_GETTEXT, USE_GNOME and USE_XORG.Alexander Leidinger2007-08-241-1/+38
* Add 2 scripts which help in port maintenance to list all direct libraryAlexander Leidinger2007-08-123-0/+170
* - Extract command variable definitions from bsd.port.mk, they are now stored inGabor Kovesdan2007-08-041-40/+10
* ARCH may be set in the environment for cross building, so onlyErwin Lansing2007-06-121-2/+4
* Set default architecture to i386.Erwin Lansing2007-06-111-0/+3
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+156
* Fix addport to work correctly with ports-mgmt category.Renato Botelho2007-04-201-1/+1
* Use echo instead of printf because external commands cannot be executedVasil Dimov2007-03-281-3/+3
* * Run cvs update just before cvs commit to sync a potentially changed filesVasil Dimov2007-02-191-2/+5
* Retire PORTOBJFORMATKris Kennaway2007-02-011-1/+1
* Drop the build on RELENG_4Erwin Lansing2007-01-301-20/+1
* A bunch of cosmetic changes - add one empty line to make the output moreVasil Dimov2007-01-261-6/+7
* Make output messages more usefulVasil Dimov2007-01-261-1/+5
* * Make it possible to skip existing dependencies and ports references in LEGALVasil Dimov2007-01-191-39/+67
* Query Gnats for PRs by using the query-pr command on freefall instead of theVasil Dimov2006-12-201-2/+22
* Add check for existing non-closed PRs related to the port being removed.Vasil Dimov2006-12-131-1/+65
* Replace a simple call to localtime() to strftime() to include theErwin Lansing2006-11-231-1/+2
* eik@ has been inactive for quite some time and as I am runningErwin Lansing2006-11-234-3/+6
* Include a time when the script was started in the mail templates.Erwin Lansing2006-11-231-5/+16
* Add deprecated reason to the output of -FVasil Dimov2006-11-021-2/+6
* * Create custom commit message template and populate it with the portsVasil Dimov2006-11-011-16/+88
* When checking for dependencies of foocategory/barport also find constructsVasil Dimov2006-10-051-1/+1
* When checking dependencies also look for portname references in Mk/*.mkVasil Dimov2006-09-141-5/+5
* Remove grep's -w switch from the dependency check since it misses someVasil Dimov2006-09-121-1/+1
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-10/+40