- Fix conflicts with java/classpath. Note security provider configuration
is moved to ${PREFIX}/lib/security/SableVM.security. This file is always
loaded first because the short vendor name is SableVM. If it does not
exist, then classpath.security is loaded (java/security/Security.java).
- Reduce Makefile headers, add licenses, and convert to optionsNG.
- changes:
* bulk: only destroy old logs in case of -c
* general: fix running when the BASEFS contains a symlink
* ports: do not install the ports tree in a "/ports" subdirectory for svn and
git method (this also allow to use the same ports tree for both host and
poudriere)
* document in poudriere.conf.sample how to use proxies
- trim Makefile header (completely, because email wasn't set initially and,
based on nickname, I believe it wasn't done for purprose)
- remove redundant LICENSE_FILE
- avoid PYTHON_SITELIBDIR in depends
- limit python version to 2.x
- bump PORTREVISION because of dependency change
Turn the WITH_FREEIPMI make variable to a proper option.
Change the NOPORTDOCS option to use the new options framework.
PR: ports/171766
Submitted by: zeising
Approved by: maintainer timeout (two weeks), kwm (mentor)
- bump PORTREVISION
As side effect, I completely disabled --update feature. It was done for number
of reasons:
- subversion relationship starts not only if --update feature is requested by
user, but when pysvn or svn is available
- we do not installing repository metadata from the source tarball (exactly this
breaks the --update option, but it is broken anyway, see below)
- aforementioned repository metadata is not compatible with svn 1.7, that is in
ports now
- development repository moved to github from subversion hosting anyway
This is accomplished with replacing the call of getRevisionNumber() with static
const, that represents the svn last revision from tarball.
while here:
- trim Makefile header
- remove indefinite article from COMMENT
- convert to optionsng
Reported by: Fausto Marzi <fausto.marzi at gmail dot com> (by mail) [1]
main server. (These are represented by coloured boxes, so you could
also imagine them to be water mains, electricity cables, phone lines, etc.)
In this version, not only must every terminal be connected, but every piece of
cable must also be connected to the main server somehow.
WWW: https://code.google.com/p/netwalk/
WWW: https://github.com/blynn/netwalk
PR: ports/172173
Submitted by: nemysis <nemysis@gmx.ch>
- Convert to optionsNG
- Add LICENSE
- Take maintainership
While I'm here:
- Don't link to ImageMagick when IMAGEMAGICK=off
- Trim Makefile header
- Add missing deps
- Port needs pkg-config during build
PR: ports/171952
Submitted by: nemysis <nemysis@gmx.ch>