. bump PORTREVISION;
. trim Makefile headers;
. use one command REINPLACE_CMD instead of two commands SED and MV;
. do not hard code gcc at the source Makefile, build with the
default compiler and allow a compiler to be redefined;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use ${PORTDOCS:S,^,${WRKDOC}/,} trick to install PORTDOCS;
. convert pkg-message to use SUB_FILES;
. fix the directory of additional documentation at pkg-message.
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
- reset maintainer: Vaida Bogdan no longer uses FreeBSD. Thank you for maintaining the ports so far!
- nuke some small plists while here
PR: ports/125698
Submitted by: Andrew Stuart
I've made a port for: http://sourceforge.net/projects/jail/
Jail Chroot Project is an attempt of write a tool that
builds a chrooted environment. The main goal of Jail is to
be as simple as possible, and highly portable. The most
difficult step when building a chrooted environment is to
set up the right libraries.
PR: ports/67900
Submitted by: bugghy <bugghy@phenix.rootshell.be>