aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portbuilder
Commit message (Collapse)AuthorAgeFilesLines
* - Update to my new FreeBSD addressdbn2013-01-171-1/+1
| | | | | | | - Trim header - Add myself as creator of devel/svn2git (see r272261) Approved by: eadler|bdrewery (mentor)
* - Fix regression which prevented make.conf to be read.avilla2012-10-272-0/+12
| | | | | | | - Bump PORTREVISION. Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Feature safe: yes
* - Update to 0.1.5.4.avilla2012-10-272-8/+5
| | | | | | | | | | | | | | | | - Fix LICENSE mispelling. - Trim Makefile header. Fixes: * ordering of jobs * auto (dependency) flag for pkgng * deadlock between OS pipes and wait() * options detection (track changes in Port's infrastructure) * detection of pkgng mode (aka ${OSVERSION} > 1000017) PR: 173121 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Feature safe: yes
* Update to 0.1.5.3 - 2012 August 19.tj2012-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)
* - adopt new options frameworkjgh2012-07-101-1/+3
| | | | | | PR: ports/169743 Submitted by: jgh@ Approved by: maintainer, naylor.b.david@gmail.com
* - Update to 0.1.5.2culot2012-07-092-3/+3
| | | | | | Changes: https://raw.github.com/DragonSA/portbuilder/master/ChangeLog PR: ports/169715 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
* - Update to 0.1.5.1scheidell2012-06-162-3/+3
| | | | | PR: ports/169147 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
* - Update to 0.1.5miwi2012-05-293-3/+25
| | | | | PR: 168422 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
* - Update to 0.1.4.1jgh2012-04-244-21/+19
| | | | | | | | | | | | | | | | 0.1.4 - 2012 April 22: * Support pkgng as an alternative package manager * Support installing packages from a repository * Support port pre-cleaning * Support dynamic defaults from /etc/make.conf (i.e. DEPENDS_(PRE)CLEAN) * Major code cleanup and refactor effort * Switch to a revised milestone schedule * Fixes: * Fix assertion when using PKGINSTALL builder * If kevent fails with EINTR then retry command again PR: ports/167210 Submitted by: maintainer, naylor.b.david@gmail.com
* Fix assertion when using PKGINSTALL builder (-DUSE_PACKAGE_DEPENDS)zi2011-08-022-0/+12
| | | | | | PR: ports/159268 Submitted by: David Naylor <naylor.b.david@gmail.com> [maintainer] Approved by: wxs (mentor)
* Update to 0.1.3.1zi2011-07-253-7/+17
| | | | | | PR: ports/159073 Submitted by: David Naylor <naylor.b.david@gmail.com> [maintainer] Approved by: wxs (mentor)
* - Update to 0.1.3dhn2011-06-203-6/+3
| | | | | PR: ports/158025 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
* Add new port ports-mgmt/portbuilder:makc2011-04-304-0/+82
A concurrent ports building tool. Although FreeBSD ports supports building a single port using multiple jobs (via MAKE_JOBS) however it cannot build multiple ports concurrently. This tool accomplishes just that. Some of its key features: * Concurrent port building * Load control * Top like UI * Persistent builds (by default) WWW: http://github.com/DragonSA/portbuilder/ PR: ports/156441 Submitted by: David Naylor <naylor.b.david at gmail.com>