diff options
author | bapt <bapt@FreeBSD.org> | 2012-08-16 18:11:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-08-16 18:11:05 +0800 |
commit | 47d7177a24d669e436e619546ceceab24d3672c4 (patch) | |
tree | 85f01987d6db6338d4fdd2ed02fdcbfa2520965f /ports-mgmt/Makefile | |
parent | 88ecd36b8bb739672dd353b8510622ef67d853af (diff) | |
download | freebsd-ports-gnome-47d7177a24d669e436e619546ceceab24d3672c4.tar.gz freebsd-ports-gnome-47d7177a24d669e436e619546ceceab24d3672c4.tar.zst freebsd-ports-gnome-47d7177a24d669e436e619546ceceab24d3672c4.zip |
- add a devel version of poudriere
- register conflicts between poudriere and poudriere-devel
- poudriere devel brings:
* support for ports using svn, svn+http, svn+ssh
* improve jail building from sources (still experimental)
* POUDRIERE_DATA is no more needed, if it doesn't exists it now looks for a
data zfs FS which by default will be in ${BASEFS}/data
* bulks now keep packages by default (incremental) (-k is gone replace by a -c
to clean everything before starting)
* bulks are now built in parallel (number of parallel built being hw.ncpu by
default
* cron directory is now autocreated and default location is the data dir
* jails are now created and mounted by default in a sub FS (${BASEFS}/jails/<jailname>
* ports tree are now created and mounted by default in a sub FS (${BASEFS}/ports/<portstreename>
* tinderbox-style output for logs
* logs are now created in data/logs/<buildtype>/<jailname>/<portstreename>/pkgname.log
* lots of performance improvements
Diffstat (limited to 'ports-mgmt/Makefile')
-rw-r--r-- | ports-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 876892e6fef9..3c2939ecf066 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -75,6 +75,7 @@ SUBDIR += portupgrade SUBDIR += portupgrade-devel SUBDIR += poudriere + SUBDIR += poudriere-devel SUBDIR += psearch SUBDIR += pver SUBDIR += qtpkg |