is a wrong instruction in pkg-message file
since some things have been changed in the developement version
Submitted by: Sebastian Yepes F. [ESN]" <esn@x123.info>
Reviewed by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
- its not up-to-date
- maintainer doesn't want to maintain this extra file
- bump of PORTREVISION not necessary
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
- 1st release of this port after repository copy
- Plus one port dependency fix from me, if "WITH_APACHE2=yes" is set.
To prevent overinstallation of apache2, although its already present.
Am using sbin/apachectl now as trigger instead of httpd.conf,
which has different pathnames in apache/apache2,
- PR will be closed by me
PR: 68358
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Reviewed by: Andreas Klemm <andreas@FreeBSD.org>
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
- Add a lot of new OPTIONS
- Fix plist for MySQL option
- Make userdir configurable
- Make signature life configurable
- Add patch to fix delivering to LDA
PR: ports/65384, ports/66199
Submitted by: Rob Evers <rob@debank.tv> (maintainer)
Ion-Mihai Tetcu, Andreas Klemm
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Add ENABLE_SPAM_DELIVERY knob
Make dspam play with qmail
Install MySQL documentation
Install a dummy mysql.data file
PR: 61089
Submitted by: Mark Daniel Reidel <mark@reidel.info>
Reviewed by: Rob Evers <rob@debank.tv>
- Add new knobs: WITH_MYSQL, WITH_MAILDROP, WITH_PROCMAIL
While I'm here:
- Reset maintainer to ports@FreeBSD.org - Dominic Marks released
maintainership of his ports on 2003-09-16 (see ports/56935)
PR: 60138
Submitted by: Rob Evers <rob@debank.tv>