a) Use CONFIGURE_WRKSRC. no longer need .. for patches.
b) Still weird though, WITH_CCACHE works.
c) Fix: build without X, Makefile invokes build twice.
- Use "PORTDOCS= #" and get rid of docs entry in plist.
- Support for FreeBSD 6 in apr
- Move of cache modules from THREADS to EXPERIMENTAL category and make
sure we enable THREADS modules (cgid only) when a threaded MPM is
selected.
- Resurect WITH_EXTRA_MODULES knob
- powerlogo.gif is now hosted by FreeBSD mirrors
- WITH_<category> is definitively no longer supported.
- Add Includes dir when installed via a package [1]
PR: ports/72309 [1]
Submitted by: Christian Kratzer <ck at cksoft dot de> [1]
cfvers is a versioning system for configuration files.
It is similar to cvs and subversion, but different in its orientation
toward system configuration files (think /etc), dealing with all file types
and attributes.
Features:
- does not pollute the filesystem outside its dirs;
- keeps both data and metadata (owner, group, perms, atime, mtime);
- deals with all types of files (S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK,
S_IFDIR, S_IFCHR, S_IFIFO);
WWW: http://www.nongnu.org/cfvers/
PR: ports/72419
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Note to maintainer: your mailer is apparently changing tabs to spaces.
For short patches like this, it's possible to work around it; for
longer patches, it won't work at all.
PR: ports/71680
Submitted by: bugghy <bugghy at rootshell dot be> ( maintainer)
PR: ports/72408
Submitted by: Mike Meyer (maintainer)
While I'm here:
- Remove unnecessary explicit invocation of STRIP_CMD
- Merge post-install into do-install target
- Use DOCSDIR macro in pkg-plist
support to serialmail (defaults to OFF).
More information on the patch used can be found at:
http://www.ingorohloff.de/soft/
- Bump PORTREVISION
PR: ports/71414
Submitted by: lioux
* Fix case-insensitive checks.
* Skip auto/ files too if explicitly specified.
* Also check for lower-cased keys in %skip, if operating under a
case-insensitive file system.
PR: ports/71569
Submitted by: maintainer (Rong-En Fan)
Approved by: mentor (vanilla)
a) remove patches which not needed anymore
b) security vulnerablity by mozilla doesn't affect
this port (remove WITHOUT_MOZILLA by default)
see: http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=12093
c) add files/geneate.pl, which generates shell script does
build complete localized packages
d) Use CONFIGURE_WRKSRC. no longer need .. for patches.
e) Still weird though, WITH_CCACHE works.
f) Fix: if you build without X, Makefile invokes build twice.