| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Trim header
- Add myself as creator of devel/svn2git (see r272261)
Approved by: eadler|bdrewery (mentor)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
Changes:
* Dynamically work around python issue 11973
PR: ports/170767
Subbmitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by: eadler (mantainer)
|
|
|
|
|
|
| |
PR: ports/169743
Submitted by: jgh@
Approved by: maintainer, naylor.b.david@gmail.com
|
|
|
|
|
|
| |
Changes: https://raw.github.com/DragonSA/portbuilder/master/ChangeLog
PR: ports/169715
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/169147
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 168422
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: ports/159268
Submitted by: David Naylor <naylor.b.david@gmail.com> [maintainer]
Approved by: wxs (mentor)
|
|
|
|
|
|
| |
PR: ports/159073
Submitted by: David Naylor <naylor.b.david@gmail.com> [maintainer]
Approved by: wxs (mentor)
|
|
|
|
|
| |
PR: ports/158025
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
|
|
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>
|