non port: ports-mgmt/portbuilder/Makefile |
SVNWeb
|
Number of commits found: 21 |
Sun, 11 Jan 2015
|
[ 15:18 dbn ]
Mark ports-mgmt/portbuilder as depreciated.
This port is no longer updated and no longer works properly with the Ports
Collection. Please use ports-mgmt/poudriere.
|
Sun, 19 Oct 2014
|
[ 17:45 mva ] (Only the first 10 of 20 ports in this commit are shown above. )
- Convert ports from german/, java/, japanese/ and ports-mgmt/ to new
USES=python
Approved by: portmgr (implicit)
|
Thu, 24 Apr 2014
|
[ 20:11 dbn ] (Only the first 10 of 14 ports in this commit are shown above. )
Update my ports to be compliant with new USES framework and fix other issues.
Changes:
* various: migrate USE_BZIP2 to USES=tar:bzip2
* various: migrate USE_XZ to USES=tar:xz
* multimedia/py-ffmpeg: add and prefer github (GH) as master site
* ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)
Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port.
|
Fri, 21 Feb 2014
|
[ 13:39 ehaupt ]
Remove trailing whitespaces from category ports-mgmt
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Mon, 18 Nov 2013
|
[ 18:12 dbn ]
Add stage support for ports-mgmt/portbuilder.
|
Fri, 20 Sep 2013
|
[ 22:36 bapt ] (Only the first 10 of 81 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt)
|
Wed, 16 Jan 2013
|
[ 20:15 dbn ] (Only the first 10 of 21 ports in this commit are shown above. )
- Update to my new FreeBSD address
- Trim header
- Add myself as creator of devel/svn2git (see r272261)
Approved by: eadler|bdrewery (mentor)
|
Sat, 27 Oct 2012
|
[ 07:36 avilla ]
- Fix regression which prevented make.conf to be read.
- Bump PORTREVISION.
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Feature safe: yes
|
Fri, 26 Oct 2012
|
[ 20:59 avilla ]
- Update to 0.1.5.4.
- 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
|
Tue, 11 Sep 2012
|
[ 01:16 tj ]
Update to 0.1.5.3 - 2012 August 19.
Changes:
* Dynamically work around python issue 11973
PR: ports/170767
Subbmitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by: eadler (mantainer)
|
Mon, 9 Jul 2012
|
[ 18:29 jgh ]
- adopt new options framework
PR: ports/169743
Submitted by: jgh@
Approved by: maintainer, naylor.b.david@gmail.com
|
[ 09:15 culot ]
- Update to 0.1.5.2
Changes: https://raw.github.com/DragonSA/portbuilder/master/ChangeLog
PR: ports/169715
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
|
Sat, 16 Jun 2012
|
[ 13:35 scheidell ]
- Update to 0.1.5.1
PR: ports/169147
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
|
Tue, 29 May 2012
|
[ 08:38 miwi ]
- Update to 0.1.5
PR: 168422
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
|
Mon, 23 Apr 2012
|
[ 21:39 jgh ]
- Update to 0.1.4.1
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
|
Mon, 1 Aug 2011
|
[ 16:37 zi ]
Fix assertion when using PKGINSTALL builder (-DUSE_PACKAGE_DEPENDS)
PR: ports/159268
Submitted by: David Naylor <naylor.b.david@gmail.com> [maintainer]
Approved by: wxs (mentor)
|
Mon, 25 Jul 2011
|
[ 01:40 zi ]
Update to 0.1.3.1
PR: ports/159073
Submitted by: David Naylor <naylor.b.david@gmail.com> [maintainer]
Approved by: wxs (mentor)
|
Sun, 19 Jun 2011
|
[ 19:56 dhn ]
- Update to 0.1.3
PR: ports/158025
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
|
Sat, 30 Apr 2011
|
[ 09:54 makc ]
Add new port ports-mgmt/portbuilder:
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>
|
Number of commits found: 21 |