summaryrefslogtreecommitdiff
path: root/ports-mgmt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-1/+1
| | | | | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav) Notes: svn path=/head/; revision=200037
* [PATCH] ports-mgmt/portconf: support multiple ports per lineEdwin Groothuis2007-09-231-5/+6
| | | | | | | | | | | | | | | | | This patch adds support to allow multiple ports on a single line. Instead of having to do: port1: WITH_COOL_FEATURE port2: WITH_COOL_FEATURE you can do this: port1 port2: WITH_COOL_FEATURE PR: ports/115733 Submitted by: "Sean C. Farley" <scf@freebsd.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=199978
* - Update to 1.6Rong-En Fan2007-09-233-7/+103
| | | | | | | | PR: ports/116545 Submitted by: Andy Kosela <andy.kosela at gmail.com> (maintainer) Notes: svn path=/head/; revision=199943
* Catch up with master 1.585.Mark Linimon2007-09-171-6/+7
| | | | Notes: svn path=/head/; revision=199591
* - Update to 1.5Martin Wilke2007-09-142-12/+12
| | | | | | | | PR: 116254 Submitted by: Andy Kosela <andy.kosela@gmail.com> (maintainer) Notes: svn path=/head/; revision=199483
* Track master: unconditionally include bsd.perl.mk for now.Mark Linimon2007-09-091-4/+4
| | | | Notes: svn path=/head/; revision=199144
* Catch up with master 1.581.Mark Linimon2007-09-081-66/+27
| | | | Notes: svn path=/head/; revision=199123
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-082-17/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Add missing alias for the logs in httpd config.Ion-Mihai Tetcu2007-09-052-6/+8
| | | | | | | | PR: 116124 Submitted by: chinsan@ Notes: svn path=/head/; revision=198867
* The Tinderbox team is pleased to announce the release of TinderboxIon-Mihai Tetcu2007-09-054-8/+8
| | | | | | | | | | | | | | | | | | | | | | | 2.4.1. This is a primarily a bug-fix release for 2.4.0, and all users are encouraged to upgrade. The changes in 2.4.1 are as follows: * Sync with the latest applicable pointyhat changes. This includes extraneous UID and GID checking. * Support for creating per-Jail make.conf and src.conf files is supported. These files should live in ${tb}/jails/JAIL, and are used for the Jail builds. You will still need to use Hooks to populate custom make.conf files in your Builds. * Sorting now works properly in the www-exp frontend. * Hooks that contain arguments with spaces can now be properly executed. * Various other bug fixes have gone in as well. This release would not have been possible without the contributions by Dmitriy Kirhlarov and Alexander Logvinov (and, of course, pointyhat and Kris). Tested by: miwi@ Notes: svn path=/head/; revision=198806
* Update for version 1.20Doug Barton2007-08-271-1/+1
| | | | Notes: svn path=/head/; revision=198410
* ImprovementDoug Barton2007-08-271-13/+21
| | | | | | | | | | | | | | | | | | | =========== 1. Before calling pkg_create for the installed version of the port, cd into the PKGREPOSITORY directory. This not only simplifies the code, it helps handle the problems of ports trees mounted read-only. [1] 2. Factor out initialization of the $pkgrep directory into a function. Bug fixes ========= 1. Before calling 'find ${pkgrep}/ ... -delete' assert that $pkgrep is not empty. 2. Make sure that $pkgrep is initialized everywhere it's needed. Suggested by: Hans Lambermont <hans@lambermont.dyndns.org> [1] Notes: svn path=/head/; revision=198409
* Fix building of autotools after the large rename earlierEdwin Groothuis2007-08-191-5/+5
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=197897
* Update to 2.9.5.Joe Marcus Clarke2007-08-172-7/+34
| | | | | | | | | | | | | | | | | | | | | * Consolidate lines that end in a '\' followed by an empty line into one newline prior to splitting the Makefile into sections. This will more properly catch section-related errors [1] * Properly check pkg-config files when they contain an embedded '.' [2] * Allow pkg-plist directive @cwd by itself which means to change the working directory back to the original PREFIX [3] * Beef up the warnings around DOCSDIR, EXAMPLESDIR, and DATADIR so that users don't just use these macros without knowing if they are safe [3] * Check for use of --mandir and --infodir [4] PR: 112332 [1] 115455 [4] Submitted by: rafan [4] sat [2] Requested by: pav [3] Notes: svn path=/head/; revision=197845
* - Update to 1.4Martin Matuska2007-08-173-3/+20
| | | | | | | | PR: ports/115587 Submitted by: Andy Kosela <andy.kosela at gmail.com> (maintainer) Notes: svn path=/head/; revision=197832
* - Update maintainer's e-mail address in port and in distfileAndrew Pantyukhin2007-08-152-4/+6
| | | | | | | | PR: ports/115131 Submitted by: Kim Naim Lesmer <kim@usebsd.com> (maintainer) Notes: svn path=/head/; revision=197765
* * Upgrade ports-mgmt/portsearch from 1.3.0 to 1.3.1Vasil Dimov2007-08-122-5/+6
| | | | | | | | | * Add http://people.freebsd.org/~vd/portsearch/ to MASTER_SITES because ~/public_distfiles is distributed soo slow to the cluster or not distributed at all. Notes: svn path=/head/; revision=197495
* - Update to 1.3Rong-En Fan2007-08-113-178/+109
| | | | | | | | PR: ports/115268 Submitted by: Andy Kosela <andy.kosela at gmail.com> (maintainer) Notes: svn path=/head/; revision=197453
* Catch up with master 1.72. While here, remove the usual test code thatMark Linimon2007-08-101-67/+61
| | | | | | | creeps in. Notes: svn path=/head/; revision=197438
* Catch up with master 1.580.Mark Linimon2007-08-101-464/+194
| | | | Notes: svn path=/head/; revision=197437
* - Update to 2.0Martin Wilke2007-08-052-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Now tracks changes to OPTIONS settings, and the effect those have on port dependencies. * Cleanup of warning and error messages -- new 'Warnings' configuration variable to turn them on/off * New 'Strict' configuration option -- at the moment this just enforces a check that all ports are referenced from the category Makefile in the directory above. May be extended to other items later. * New 'CrunchWhitespace' configuration option -- emulate the way that 'make index' collapses multiple whitespace into single in port description lines. * Internal changes to data structures, cache file locking etc. which will be needed to support multithreaded cache initialization / update (It is coming... eventually). One consequence is that there is no longer a dependency on Storable.pm * Mk/bsd.commands.mk and Mk/bsd.destdir.mk added to the list of Makefiles where changes are not expected to affect the INDEX. * Bugfix -- correct programming error when picking out changes to lists of SUBDIRs in category Makefiles. Note: You will have to reinitialize the ports cache when updating. Unfortunately, due to the changes in BerkeleyDB locking / concurrent access, version 2.0 code cannot even open the version 1.9 data cache. PR: 115222 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=197188
* Update for version 1.19Doug Barton2007-08-051-1/+1
| | | | Notes: svn path=/head/; revision=197097
* 1. Change to 'make -f/usr/share/mk/bsd.port.mk' in several places due toDoug Barton2007-08-051-19/+27
| | | | | | | | | | the DESTDIR changes today. 2. Export pd, pdb, and distdir to avoid having to look them up each time 3. Streamline find_moved() by grepping for lines, and then recursing 4. Further streamline by using variable stripping instead of cut Notes: svn path=/head/; revision=197096
* Reset bouncing maintainer email:Kris Kennaway2007-08-041-1/+1
| | | | | | | | | | <tom-freebsdorg@hukins.freeserve.co.uk>: host mail-in.freeserve.com[193.252.22.141] said: 550 Error: Message content rejected <565a4052e34b8ddc44ec45458da4b976> (in reply to end of DATA command) Notes: svn path=/head/; revision=197084
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-043-5/+5
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Update master site.Marcelo Araujo2007-07-301-2/+2
| | | | | | | | | | | - Update maintainer's email address. PR: ports/114956 Submitted by: Kim Naim Lesmer <kim@usebsd.com> (maintainer) Approved by: pav (portmgr, in mentor's absence) Notes: svn path=/head/; revision=196661
* Retire obsolete PARALLEL_PACKAGE_BUILD in favour of PACKAGE_BUILDING.Kris Kennaway2007-07-291-1/+1
| | | | Notes: svn path=/head/; revision=196627
* Sync with master 1.577.Mark Linimon2007-07-281-65/+113
| | | | Notes: svn path=/head/; revision=196435
* - Update to 1.2.Chin-San Huang2007-07-233-137/+153
| | | | | | | | | PR: ports/114675 Submitted by: Andy Kosela Approved by: rafan (mentor) Notes: svn path=/head/; revision=196115
* Add back the DEVELPORTSDIR definition, which was lost in the last merge.Mark Linimon2007-07-221-0/+1
| | | | | | | | | This, um, turned off the portmk functionality. Pointy hat to: linimon Notes: svn path=/head/; revision=196040
* Fix one-line mismerge.Mark Linimon2007-07-181-0/+1
| | | | Notes: svn path=/head/; revision=195866
* Sync with master 1.70.Mark Linimon2007-07-181-3/+30
| | | | Notes: svn path=/head/; revision=195865
* sync with master 1.575.Mark Linimon2007-07-181-60/+481
| | | | Notes: svn path=/head/; revision=195864
* - Update to 1.1Martin Wilke2007-07-103-402/+855
| | | | | | | | PR: 114463 Submitted by: Andy Kosela <spear@aegis.um.lublin.pl> (maintainer) Notes: svn path=/head/; revision=195347
* 1. Update for version 1.18Doug Barton2007-07-081-4/+1
| | | | | | | 2. I'm told if DISTFILES is empty, the fake do-fetch target is not needed Notes: svn path=/head/; revision=195206
* Bug FixesDoug Barton2007-07-081-3/+4
| | | | | | | | | | | | | | | | | ========= 1. If we are doing --show-work, don't launch background processes that are only useful for real builds. 2. Fix a rather obscure bug that can only happen: IFF you are doing an install of a new port, and IFF you have a dependency "early" in the list with an +IGNOREME file, and IFF you have one or more dependencies "late" in the list that are not installed. The bug is a false positive on the +IGNOREME for the uninstalled ports. The solution is to reset the "port to test for +IGNOREME file" variable each time through the loop. This will usually be a noop, but it costs almost nothing in any case. Notes: svn path=/head/; revision=195205
* - Connect the lost ports-mgmt/bpkg.Chin-San Huang2007-07-051-0/+1
| | | | | | | | | | It's a mystery.. :~ Noticed by: erwin Approved by: rafan (mentor) Notes: svn path=/head/; revision=195020
* - Remove unused target.Chin-San Huang2007-07-041-3/+0
| | | | | | | | Noticed by: sat Approved by: maintainer, rafan (mentor) Notes: svn path=/head/; revision=194897
* - Remove scared sentence from pkg-messageSergey Matveychuk2007-07-031-4/+0
| | | | | | | Asked by: krion Notes: svn path=/head/; revision=194793
* Add bpkg 1.0, simple tool for managing FreeBSD packages/ports.Chin-San Huang2007-07-034-0/+889
| | | | | | | | | PR: ports/114064 Submitted by: Andy Kosela <andy.kosela at gmail.com> Apporved by: rafan (mentor) Notes: svn path=/head/; revision=194791
* - Sync with portupgrade port version till a new devel version will appear.Sergey Matveychuk2007-07-035-121/+4
| | | | Notes: svn path=/head/; revision=194782
* - Update to 2.3.1. Many people test it and it looks good.Sergey Matveychuk2007-07-034-37/+10
| | | | | | | | To upgrade back from portupgrade-devel use the command: portupgrade -o ports-mgmt/portupgrade portupgrade-devel Notes: svn path=/head/; revision=194774
* - Fix a bug with -o optionSergey Matveychuk2007-06-282-3/+3
| | | | | | | Reported by: many Notes: svn path=/head/; revision=194372
* Update to 0.5.20050618.Hiroki Sato2007-06-253-12/+29
| | | | Notes: svn path=/head/; revision=194231
* Tindy lives in ports-mgmt, not misc.Ion-Mihai Tetcu2007-06-252-2/+2
| | | | | | | Submitted by: "Gabor Tjong A Hung" <g.v.tjongahung@gmail.com>, linimon@ Notes: svn path=/head/; revision=194218
* - Make portconf work when /usr/ports is a symlink. When the link is changed,Rong-En Fan2007-06-221-1/+2
| | | | | | | | | | | | | | | | | you have to reinstall portconf to get make.conf right. As this does not affect most people, PORTREVISION is not bumped. The patch in the PR does not work: we can not use variable in substitution. So, the only way to do is to detect the real path of /usr/ports at installation time. PR: ports/104838 Submitted by: rafan Approved by: maintainer timeout (8 months) Notes: svn path=/head/; revision=194058
* Tinderbox 2.4.0 - New feature release:Ion-Mihai Tetcu2007-06-196-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Hooks : A hook is a "callout" which gives Tinderbox the ability to run custom code at pre-determined times. For example, you can establish a Hook to run just before a Port is built, after a Build is extracted, before a PortsTree is updated, etc. Pre-condition hooks can even cause an operation to terminate if so desired. The new commands to manipulate Hooks are tc listHooks and tc updateHookCmd. - OPTIONS processing : If you enable OPTIONS support in Tinderbox, you can have tc addPort automatically prompt you to configure OPTIONS. Just run tc addPort with the new -o argument, and you will be prompted with the usual dialog(1) screen to configure OPTIONS. OPTIONS configuration will happen recursively if the -r argument is specified, and non-recursively otherwise. - Failed dependents tracking : If a port fails to build, it will update the datastore for all of its dependents so that they will be reported as pseudo-failed. That is, they will have a unique appearance in the www-exp frontend to indicate that they were not built because a dependency failed. - Port build duration is tracked and an estimated time to completion is now shown in the www-exp frontend. - The /usr/X11R6 symlink is now ignored and not treated as a leftover. Note: This release comes with a pretty hefty schema change, so one must run upgrade.sh to add the new schema elements. Notes: svn path=/head/; revision=193851
* - Update to 0.7.3, which fixes several minor bugs.Shaun Amott2007-06-152-6/+15
| | | | | | | | - Add some preliminary switches for other databases. - Add a MASTER_SITES mirror. Notes: svn path=/head/; revision=193605
* Update to 2.9.4.Joe Marcus Clarke2007-06-092-7/+6
| | | | | | | | | | | | | * bsd.php.mk can now be included after bsd.port.pre.mk [1] * Tighten the check on *_DEPENDS so that it only looks at BUILD, FETCH, PATCH, LIB, and RUN DEPENDS [2] PR: 110461 [1] Submitted by: Alexander Logvinov <ports@logvinov.com> [1] Reported by: Alexander Logvinov <ports@logvinov.com> [2] Notes: svn path=/head/; revision=193121