java/jdk16 is outdated with security issues consider using java/openjdk6 [1]
java/jmp is java 1.5 only
Approved by: java (glewis) [1] \
Ronald Klop <ronald@klop.ws> (maintainer) [2]
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
- bump PORTREVISION because of dependency change
- trim Makefile header
- remove indefinite article in COMMENT
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES
- tab -> space change in pkg-descr:WWW
PR: 173110
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only
PR: 173109
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES
PR: 173108
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES
PR: 173107
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES
PR: 173105
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only
PR: 173064
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
- bump PORTREVISION because of dependency change
- move pkg-plist contents into Makefile:PLIST_FILES
- trim Makefile header
- limit python version to 2.x only
PR: 173063
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
- bump PORTREVISION because of dependency change
- move pkg-plist contents into Makefile:PLIST_FILES
- trim Makefile header
- limit python version to 2.x only
- tab -> space change in pkg-descr:WWW
PR: 173062
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
- bump PORTREVISION because of dependency change
- move pkg-plist contents into Makefile:PLIST_FILES
- trim Makefile header
- limit python version to 2.x only
PR: 173061
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES
PR: 173057
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
Main change is heavy parallelization (improves a lot bulk -a)
Detailed changes:
- Do not mount linsysfs anymore (allow builind linux-kdump)
- Fix builders stuck in 'done:PORT' status when they were really idle
- New TMPFS_DATA to allow having the pool,cache and other poudriere temporary
files be stored in memory (important if using bulk -a)
- Fix creating jail from allbsd
- do not need anymore pkg_ on the host to build pkg_install bulks
- Parallelize the dependency calculation
- Parallelize sanity check
- Speeds up walk through the queue
- prevent inheriting compression on ports trees
- Cleanup stale INDEX tmpfile, which is possible if user hits ctrl+c during
index build
- Parallelize queue ordering
- Create a reverse pool to avoid the slow find -delete
- Speed up detection of inpact of a failure
- mount fdescfs by default (need from some java software)
Feature safe: yes