summaryrefslogtreecommitdiff
path: root/ports-mgmt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Catch up with master 1.589:Mark Linimon2007-11-021-4/+4
| | | | Approved by: portmgr (self)
* Update for version 1.25Doug Barton2007-10-311-1/+1
| | | | Approved by: portmgr (marcus)
* Small bug fixesDoug Barton2007-10-311-3/+6
| | | | | | | | | | | | | | =============== 1. In delete_all_distfiles(), $distdir already contains a trailing slash 2. Only print the "no new versions" message for -L, not -l Big bug fix =========== 1. cd back to the port directory before trying to run 'make install' pointy_hat_supply++ Approved by: portmgr (marcus)
* Update for version 1.24Doug Barton2007-10-301-1/+1
|
* These changes are the result of some regression testing, plus a topDoug Barton2007-10-301-35/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to bottom read through prompted by a user reporting bug #1 below. Fortunately I only found that one additional instance of forgetting to virtualize a value we derive from bsd.port.mk, but I did find and fix a few more things as well. Bug Fixes ========= 1. Virtualize an occurrence of $distdir instead of using $pd/distfiles 2. Make all variables in read_distinfos() local 3. When specifying multiple ports on the command line, the test for PARENT_PID to start read_distinfos() would always fail, so start it in the initial PARENT_PID block instead. This also implies pulling the DI_FILES creation up into that same block. Non-Functional Changes ====================== 1. Adjust whitespace in the code, and the script output in a few places 2. Use a shell expansion instead of sed to trim multiple results 3. Remove one redundant error check 4. Replace the name find_contents_distfiles() with find_dl_distfiles() since the info is not in +CONTENTS anymore 5. Add/update comments to the existing code Small changes to actual behavior ================================ 1. When dealing with unrecorded dependencies pipe the results to 'less -F' 2. Minor optimization: In read_distinfos(), check to see if we're upgrading an existing port, and if so do that port first so we're sure the right distfiles will be in DI_FILES even if the function doesn't complete before the port is done building/installling 3. Add a message to -L to indicate when there are no new versions 4. Move the checks for run-depends after installation of the parent port so that if a run-depends port has a build-depends on the parent, it will work. This is a supported, but apparently not recommended configuration. To make this work do the install with -DNO_DEPENDS so that we can take charge of the run-depends installs.
* - Fix buildMartin Wilke2007-10-262-0/+4
| | | | | Submitted by: pointyhat via pav Approved by: common sense
* - Mark BROKEN: touches filesystem before make installPav Lucistnik2007-10-261-1/+3
| | | | | | - While here, fix typo in COMMENT Reported by: pointyhat
* - Add support for FreeBSD 8.X.Martin Wilke2007-10-256-0/+50
| | | | | | | - Bump PORTREVISION Approved by: maintainer via irc Obtained from: marcuscom cvs
* - Make this port self-contained.Stefan Walter2007-10-214-19/+478
| | | | | | - Update to the latest version. The only change is accepting 'yes' as valid input where previously only a 'y' was accepted. (Patch by Feargal Reilly <feargal@fbi.ie>)
* Update for version 1.23Doug Barton2007-10-211-1/+1
|
* Two small bug fixesDoug Barton2007-10-211-2/+3
| | | | | | | | | | | | =================== 1. When I changed how the MOVED file was treated in version 1.19 I accidentally typed a literal /usr/ports/. Change that to the variable for PORTSDIR as it should be. [1] 2. When using the --show-work feature and the port has no dependencies, exit immediately instead of recursing. Submitted by: Jason C. Wells <jcw@highperformance.net> [1]
* Migration from bison 1.x to 2.xAde Lovett2007-10-172-4/+26
| | | | | PR: 117086 Tested by: -exp runs
* Fix braino.Mark Linimon2007-10-172-2/+2
| | | | Hat: portmgr
* Update for version 1.22Doug Barton2007-10-151-1/+1
|
* Bug FixesDoug Barton2007-10-151-31/+50
| | | | | | | | | | | | | | ========= 1. For all values derived from bsd.port.mk, assert that they are not empty. This helps prevent problems when running 'find $value ...' 2. Don't try to append to the master list of distfiles if we're using -D Refinements for /var/db/ports/$name/distfiles ============================================= 1. Only create a distfiles file if the port has distfiles 2. Delete the distfiles list and try to delete PORT_DBDIR when we pkg_delete. (The latter will fail if there is an options file present.) 3. Define the distfiles list even if we are using -D
* Reset .@babolo.ru due to maintainer-timeouts and no response to email.Mark Linimon2007-10-111-2/+2
| | | | Hat: portmgr
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-072-0/+2
| | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
* Spelling fix.Edwin Groothuis2007-10-041-1/+1
|
* - Update to 1.6.1Martin Wilke2007-10-042-4/+4
| | | | | PR: 116705 Submitted by: Andy Kosela <andy.kosela@gmail.com> (maintainer)
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-042-8/+0
|
* Incorporate changes from master 1.588.Mark Linimon2007-10-031-25/+46
|
* Add missing pkgsearch portEdwin Groothuis2007-10-031-0/+1
|
* Improve examples.Alex Dupre2007-10-021-0/+1
|
* Bump PORTVERSION for latest commit.Alex Dupre2007-10-021-1/+1
|
* Update for version 1.21Doug Barton2007-10-021-1/+1
|
* New FeaturesDoug Barton2007-10-021-37/+75
| | | | | | | | | | | | | | | | | | | | | | | | | ============ 1. Switch to saving distfile info in /var/db/ports/$name/distfiles ala PR http://www.freebsd.org/cgi/query-pr.cgi?pr=106483 2. Keep track of distfiles we've already examined so we won't have to do them again (or print the "keeping" message for -v more than once). This has more benefit the more distfiles a port has. 3. Add all distfiles for the new port to DI_FILES after install. This only makes a difference in a few cases, but it's easy to do. Bug Fixes ========= 1. Make sure that $distdir always has a trailing slash in case it is a symlink. [1] 2. In delete_stale(), test whether or not a file is in the _current_ distfile list to make sure that it is not auto_deleted by mistake. [1] 3. When building DI_FILES, only use lines starting with MD5 to avoid adding every file > 1 time. 4. Only run read_distinfos() when we really need it. [1] Inspired by ... PR: ports/116298 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* - Update to 0.2.7.Marcelo Araujo2007-09-273-15/+40
| | | | | | | | | - Fixed the Ignore trailing slash in port globs. - Optionally narrow selected ports by grepping the pkg-descr files. PR: ports/116512 Submitted by: Martin Kammerhofer <dada@pluto.tugraz.at> (maintainer) Approved by: stas (mentor)
* Add another anti-foot-shooting measure that will be necessary for finishingMark Linimon2007-09-271-0/+4
| | | | the work on bsd.perl.mk.
* [NEW PORT]sysutils/pkgsearch : find your packagesEdwin Groothuis2007-09-273-0/+49
| | | | | | | | | | | pkgsearch find packages in ports in any place from your computer , and find also packages installeds in your system, pkgsearch use c++, boost and sqlite3 for search packages more fast and is compiled with cmake PR: ports/116404 Submitted by: "Diego Rocha" <diegorocha1987@gmail.com>
* The patch has now been incorporated into the mainstream file.Mark Linimon2007-09-261-270/+0
|
* Add a test to detect ports that do not not set USE_PERL5 (or derivatives),Mark Linimon2007-09-251-0/+270
| | | | | PERL_CONFIGURE, PERL_MODBUILD, or the upcoming WANT_PERL. This patch is currently being tested on the cluster.
* Throw the switch that only includes bsd.perl.mk if the port reallyMark Linimon2007-09-251-4/+5
| | | | | | requires it. This is guaranteed to break quite a number of ports; email linimon if you find one. This patch is currently being tested on pointyhat to help identify them.
* Catch up with master 1.586.Mark Linimon2007-09-251-7/+0
|
* 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)
* [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
* - Update to 1.6Rong-En Fan2007-09-233-7/+103
| | | | | PR: ports/116545 Submitted by: Andy Kosela <andy.kosela at gmail.com> (maintainer)
* Catch up with master 1.585.Mark Linimon2007-09-171-6/+7
|
* - Update to 1.5Martin Wilke2007-09-142-12/+12
| | | | | PR: 116254 Submitted by: Andy Kosela <andy.kosela@gmail.com> (maintainer)
* Track master: unconditionally include bsd.perl.mk for now.Mark Linimon2007-09-091-4/+4
|
* Catch up with master 1.581.Mark Linimon2007-09-081-66/+27
|
* 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
* Add missing alias for the logs in httpd config.Ion-Mihai Tetcu2007-09-052-6/+8
| | | | | PR: 116124 Submitted by: chinsan@
* 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@
* Update for version 1.20Doug Barton2007-08-271-1/+1
|
* 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]
* Fix building of autotools after the large rename earlierEdwin Groothuis2007-08-191-5/+5
| | | | Reviewed by: miwi
* 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]
* - Update to 1.4Martin Matuska2007-08-173-3/+20
| | | | | PR: ports/115587 Submitted by: Andy Kosela <andy.kosela at gmail.com> (maintainer)
* - 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)