aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* - Update to checkin 98a87680a1Bryan Drewery2012-10-172-4/+4
| | | | | | | | | | | | | Changes: * jail -cu: Support PARALLEL_JOBS/-J for buildworld * jail -u: Fix svn method crashing on 'delete-old' * jail -cu: Enable ccache support, requires host have devel/ccache * jail -u: Fix OSVERSION not being updated/populated in /etc/login.conf Feature safe: yes Notes: svn path=/head/; revision=306013
* - Update ZSH completions with pkgng support [1]Bryan Drewery2012-10-162-1/+37
| | | | | | | | | | | - Enable the PKGNG patch by default if WITH_PKGNG is defined. Submitted by: ume [1] Feature safe: yes Notes: svn path=/head/; revision=305945
* - Update to check 5ab5434469 to sync with 2.2 releaseBryan Drewery2012-10-152-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305927
* - Update to 2.2Bryan Drewery2012-10-152-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Lots of bug fixes * Support JAILNAME-make.conf and PTNAME-make.conf * Updated ZSH completions * The 'pbi' subcommand has been removed * New "SET" feature. bulk, options, testport now all support a '-z SET' option that allows for extra customization of make.conf and options. See CUSTOMISATION section in poudriere(8) for more information. * Improved compatibility with older FreeBSD versions * Poudriere itself can be jailed, see website for more details. * Any ZFS dataset can now be used as a ports tree. Just set poudriere:type=ports and define poudriere:name to use as a ports tree. * ports: - No longer create port tress in ports/ subdirectory when using SVN or git * options: - Fix improperly using options-JAILNAME instead of JAILNAME-options directory, resulting in options not being used. - Fix the specified ports tree not being used * bulk: - Support for building the entire ports tree with the -a option - Support for overriding WRKDIR_ARCHIVE_FORMAT, see new poudriere.conf.sample - Summary output updates - SIGINFO improvements - Improved output during startup, explaining which files/directories are being used for the build. - Fix skipped ports causing incorrect counts - Logs are now only cleared on -c again - New '-C' option that deletes any existing packages, but only for the ones listed. This works well with '-t' for bulk testing. * jail: - Better version detection on new jails via newvers.sh * testport: - Lots of leftovers improvements - When using pkgng, DEVELOPER_MODE is now enabled by default, which will run extra plist checks. Feature safe: yes Notes: svn path=/head/; revision=305926
* - Add ports-mgmt/pkg as a RUN_DEPENDS if enabling pkgng supportBryan Drewery2012-10-152-1/+15
| | | | | | | | | - Add UPDATING entry and pkg-message to assist in converting Feature safe: yes Notes: svn path=/head/; revision=305920
* - Rename PKGNG option to PKGNGPATCH to fixBryan Drewery2012-10-151-4/+4
| | | | | | | | | | | | this port confusing bsd.pkgng.mk into thinking that WITH_PKGNG is defined and pkg(8) shoul be used to register. Pointyhat to: bdrewery Feature safe: yes Notes: svn path=/head/; revision=305916
* - Add backup non-https mirrorBryan Drewery2012-10-152-1/+12
| | | | | | | | | | | | | | | - Add PKGNG option to apply pkgng support patch. This will be fully integrated upstream in the next version. This functionality is only enabled when WITH_PKGNG is defined in make.conf (or a recent CURRENT by default, see UPDATING 20121010). Due to the compat OPTION handling, defining WITH_PKGNG will also apply the patch by default. The pkgng patch is contributed by avilla@ Feature safe: yes Notes: svn path=/head/; revision=305904
* - 2.4.10 releaseBryan Drewery2012-10-153-18/+18
| | | | | | | | | | | | | | | | | - Trim header Changes: * Pkgng support when WITH_PKGNG=yes is defined in /etc/make.conf Portupgrade does not yet support pkgng packages or `pkgdb -F`, just building/upgrading ports using pkgng. Be sure to run `pkgdb -fu` to convert any existing pkgdb. * Move all files out of global ruby namespace * manpage cleanups Feature safe: yes Notes: svn path=/head/; revision=305900
* - Update to checkin 9b00ac7Bryan Drewery2012-10-152-10/+6
| | | | | | | | | | | | | | - Sync with 2.4.10 release - Trim header Changes: * Prevent crashing when trying to use packages with pkgng * manpage cleanups Feature safe: yes Notes: svn path=/head/; revision=305898
* - Update to checkin 01f1e98450Bryan Drewery2012-10-142-4/+4
| | | | | | | | | | | | Changes: * options: Fix not using the proper ports tree * testport/bulk -t: Leftovers fixes * ports -d: Fix on ZFS 28 Feature safe: yes Notes: svn path=/head/; revision=305884
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - Update to checkin a71cb01551Bryan Drewery2012-10-122-4/+4
| | | | | | | | | | | | | | | Changes: * options: Show usage with no arguments * bulk: Support building entire tree with -a * testport/bulk -t: Enable PKGNG DEVELOPER_MODE to catch more plist errors * Show which PORTSDIR is being used during builds * queue: Fix syntax error with no arguments Feature safe: yes Notes: svn path=/head/; revision=305781
* - Update to checkin da583db283Bryan Drewery2012-10-112-4/+4
| | | | | | | | | | | | | Changes: * bulk: Show which make.conf, PKGDIR and OPTIONS directory is being used for the build. * testport: Add -z SETNAME support * Support PTNAME-make.conf Feature safe: yes Notes: svn path=/head/; revision=305696
* - Move to new home, http://github.com/portmasterBryan Drewery2012-10-103-24/+29
| | | | | | | | | | | | | - Take maintainership - Convert to new options framework - Use USE_GITHUB for fetching - Add DISTNAME to avoid conflict with existing distfile as the checksum of the distfile has changed now that it is no longer modified for release. - Remove use of bsd.port.pre.mk Notes: svn path=/head/; revision=305653
* - update to checkin 06e052c2c9Baptiste Daroussin2012-10-092-4/+4
| | | | | | | | | | | | | | - changes: * Add explicit check-config phase to detect invalid OPTIONS * Fix finding run-depends packages as leftovers * Search for eligible ports trees on all ZFS pools * Fix '[: die: bad number' error in testport * bulk: If given -C, clean any previous packages only for the ports provided * Switch back to github for ports git as it is the preferred source * Call leftovers phase 'leftovers' instead of 'fscheck' Notes: svn path=/head/; revision=305593
* Update to 2.13.13.Joe Marcus Clarke2012-10-082-16/+13
| | | | | | | | | | | | | | | | | | | * Reduce false alarms when checking for MAN* and MAN*PREFIX. [1] * Don't over-warn when using PORT_OPTIONS:MDOCS with ${PREFIX}/share/doc/${PORTNAME}. [2] * Remove spurious warnings about CPPFLAGS and LDFLAGS. [3] * Make sure we do not throw a warning if USE_GCC=any is used. [4] PR: 169745 [1] 171535 [2] 172335 [3] Submitted by: sunpoet [1] Hung-te Liang <lhd@cs.nctu.edu.tw> [2] glarkin [3] Suggested by: eadler [4] Notes: svn path=/head/; revision=305554
* Add a temporary mirrorCarlo Strub2012-10-081-1/+1
| | | | Notes: svn path=/head/; revision=305529
* Throw my ports back in the pool, and make my intentions clear for theDoug Barton2012-10-082-4/+2
| | | | | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you? Notes: svn path=/head/; revision=305526
* Convert to OptionsNGEitan Adler2012-10-061-9/+6
| | | | | | | Approved by: zi (maintainer) Notes: svn path=/head/; revision=305411
* Trim the headers in the ports I maintain.Eitan Adler2012-10-062-10/+1
| | | | Notes: svn path=/head/; revision=305369
* - Update to 1.11Alex Kozlov2012-10-062-3/+3
| | | | Notes: svn path=/head/; revision=305346
* - update to checkin: 86c7d4bd7cBaptiste Daroussin2012-10-042-5/+5
| | | | | | | | | | | | | - changes: * bulk: only destroy old logs in case of -c * general: fix running when the BASEFS contains a symlink * ports: do not install the ports tree in a "/ports" subdirectory for svn and git method (this also allow to use the same ports tree for both host and poudriere) * document in poudriere.conf.sample how to use proxies Notes: svn path=/head/; revision=305260
* Mark as not ccache safeBaptiste Daroussin2012-10-011-0/+1
| | | | | | | Reported by: Piotr Kubaj <pkubaj@gmail.com> Notes: svn path=/head/; revision=305135
* - update to 1.0.1Baptiste Daroussin2012-10-012-3/+3
| | | | | | | | | | | | | | | - changes: * Allow extra space for environment and command when piping to /bin/sh for scripts * Improved DEVELOPER_MODE output * Error when neither www or desc is defined in the manifest * pkg help now have the same level of informations as usage() * Lots of fixes in manpages * Only try to get checksum on regular files * pkg2ng: Preserve files under $PKG_DBDIR that don't belong to pkg_tools * add dry-run to pkg autoremove Notes: svn path=/head/; revision=305123
* Fix the problem of background fetches hanging forever when the backgroundDoug Barton2012-10-012-10/+6
| | | | | | | process to read the distinfo files encounters a fatal error. Notes: svn path=/head/; revision=305098
* - Update to checkin bf773c11a9Bryan Drewery2012-10-012-4/+4
| | | | | | | | Changes: * jail: Fix creation when using SVN,CSUP,FTP Notes: svn path=/head/; revision=305092
* - Update to 0.93Jason E. Hale2012-09-302-3/+3
| | | | | | | | | | | | Changes: - Fix segmentation fault on i386 PR: ports/172170 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Approved by: avilla (mentor) Notes: svn path=/head/; revision=305087
* - Update to checkin be9b1ebfdeBryan Drewery2012-09-282-4/+4
| | | | | | | | | | Changes: * bulk: Fix compatibility with FreeBSD 8.1's pgrep(1) which fixes children builders running out of control Notes: svn path=/head/; revision=305001
* - Update to checkin 68465cb21eBryan Drewery2012-09-252-4/+4
| | | | | | | | | Changes: * Fix typo in conf.sample: NO_PACKAGE_BUILD -> NO_PACKAGE_BUILDING Notes: svn path=/head/; revision=304844
* - Revert commitThomas Abthorpe2012-09-251-2/+6
| | | | | | | - Tested wrong email address Notes: svn path=/head/; revision=304813
* - Reassign to the heap due to mail bouncesThomas Abthorpe2012-09-251-6/+2
| | | | Notes: svn path=/head/; revision=304811
* Mark as job safeBaptiste Daroussin2012-09-241-5/+1
| | | | | | | Submitted by: Adam McDougall <mcdouga9@egr.msu.edu> Notes: svn path=/head/; revision=304805
* - Update to 1.0Kris Moore2012-09-243-3/+13
| | | | Notes: svn path=/head/; revision=304780
* - update to 0.92Ruslan Makhmatkhanov2012-09-222-10/+6
| | | | | | | | | | | | | | This release features pkgng support. while here: - convert Makefile header into two-line format - remove shlib versions PR: 171860 Submitted by: Grzegorz Blach <magik at roorback dot net> (maintainer) Notes: svn path=/head/; revision=304669
* - Update to checkin 53ee9ef7a2Bryan Drewery2012-09-212-4/+4
| | | | | | | | | Changes: * options: Fix creating invalid options-JAILNAME dir instead of proper JAILNAME-options dir Notes: svn path=/head/; revision=304638
* - Remove USE_STAGE as it is not readyBryan Drewery2012-09-211-1/+0
| | | | Notes: svn path=/head/; revision=304630
* - Update to checkin 7a6500c64bBryan Drewery2012-09-202-5/+4
| | | | | | | | | | | | | | | | | | | | | Changes: * Remove pbi subcommand * Fix skipped ports causing incorrect counts * Updated ZSH completions * Manpage updates * testport: Fix leftover detection when not using -n * bulk: Allow overriding the archive format for WRKDIR via WRKDIR_ARCHIVE_FORMAT * bulk: More readable summary output * bulk: Quicker determination of next port to build from queue * bulk/options: Add "-z SET" support to allow more customization per jail (see poudriere(8)) * bulk: SIGINFO now shows the jailname * jail: Better version detection on new jails via newvers.sh * NEWS: Poudriere master can be jailed, see main site for howto. Notes: svn path=/head/; revision=304589
* - Switch to USE_GITHUB/GH as the primary MASTER_SITE as itBryan Drewery2012-09-143-7/+10
| | | | | | | | | does properly work on non-tagged commits - Fix plist for packages by creating %%RUBY_SITELIBDIR%%/pkgtools in PREFIX Notes: svn path=/head/; revision=304278
* - Update to checkin: 0095aaa08eBryan Drewery2012-09-132-6/+6
| | | | | | | | | | | | | - Pet portlint some Changes: * Fixes crash on first bulk build of a fresh jail * Updated ZSH completions Notes: svn path=/head/; revision=304176
* - Update to 2.1.2Bryan Drewery2012-09-132-3/+3
| | | | | | | | | | | Changes: * Fixes error creating logdir on first bulk build of new jail Reported By: Sergey V. Dyatko <sergey.dyatko@gmail.com> Notes: svn path=/head/; revision=304175
* Add a note to specify that this ports is also maintained by bdreweryBaptiste Daroussin2012-09-112-0/+2
| | | | Notes: svn path=/head/; revision=304107
* - Update to checkin: a766128118Bryan Drewery2012-09-112-4/+4
| | | | | | | | | | | | | | Changes: * Fix jail creation resulting in jail being removed * Fix SIGINFO handler causing error during jail creation * Fix 'jail -i' to build calculation * Support JAILNAME-PTNAME-make.conf in poudriere.d dir Approved by: bapt (implicit) Notes: svn path=/head/; revision=304103
* - Update to 2.1.1Bryan Drewery2012-09-112-3/+3
| | | | | | | | | | | | | Changes: * Fix jail creation resulting in jail being removed * Fix SIGINFO handler causing error during jail creation * Fix 'jail -i' to build calculation Approved by: bapt (implicit) Notes: svn path=/head/; revision=304102
* Update to 0.1.5.3 - 2012 August 19.Tom Judge2012-09-112-3/+3
| | | | | | | | | | | | Changes: * Dynamically work around python issue 11973 PR: ports/170767 Subbmitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Approved by: eadler (mantainer) Notes: svn path=/head/; revision=304069
* - update to checkin: 53e6561d62 (this branch will become 2.2)Baptiste Daroussin2012-09-102-4/+4
| | | | Notes: svn path=/head/; revision=304036
* - update to 2.1.0Baptiste Daroussin2012-09-102-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | - changes: * new poudriere options command to be able to configure options interractively * bulk can now take list of ports to build via command line * html build stats * ability to disable linux support * ability to disable PACKAGE_BUILDING * native support for ccache * deprecated csup for ports * Set HOME to fix some port builds (erlang for example) * Fix pool being deleted during builds * Detect improper dependency on different ports for the same package * Cleanup build stats sooner when starting bulk * lots of performance improvements * lots of fixes and refactoring in error handling * allow to choose custom path on the pool for the zfs filesystems * now skip (and track as skipped ports dependening on a failing dependency) * siginfo support * new -d options for bulk and testport, to enable debugging mode Notes: svn path=/head/; revision=304034
* Welcome back Chris Petrik <c.petrik.sosa@gmail.com>Eitan Adler2012-09-091-1/+1
| | | | | | | PR: ports/171481 Notes: svn path=/head/; revision=303952
* - update to checkin: 7befeb3094Baptiste Daroussin2012-09-082-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | - changes: * Force creation of the distfile directory * lots of fixes and refactoring in error handling * allow to choose custom path on the pool for the zfs filesystems * allow to disable linux support * yet more speed up in dependency calculation * allow to disable activating PACKAGE_BUILDING * deprecate csup for the ports tree * Cleanup build stats sooner when starting bulk * Detect improper dependency on different ports for the same package * Fix pool being deleted during builds * Set HOME to fix some port builds (erlang for example) * Switch to ports native ccache support (no longer need bsd.local.mk) * Add html build stats * Fix some cases of too many arguments errors * jail -s now start a jail with network enable Huge thanks to bdrewery Notes: svn path=/head/; revision=303938
* - Mark deprecated. portmanager does not support needed ports featuresBryan Drewery2012-09-051-0/+4
| | | | | | | | | | | | | such as MOVED, modifying origins. It is lacking an upstream and active contributions. It also lacks support for pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng. Approved by: jsa (maintainer) Approved by: bapt (mentor) Notes: svn path=/head/; revision=303713
* Remove useless metadata from ports I created.Dag-Erling Smørgrav2012-09-051-7/+0
| | | | Notes: svn path=/head/; revision=303710