aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pop3lite/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-03-14 14:17:56 +0800
committerade <ade@FreeBSD.org>2004-03-14 14:17:56 +0800
commit9291e9a32f6612ca0d4f25bdcb5c417e0451d313 (patch)
tree545e55afde412d844a25f5c03d6d51b17ceeebb9 /mail/pop3lite/Makefile
parenta8a89c37fe338cbff0192ceeef27ccf7a13714a5 (diff)
downloadfreebsd-ports-gnome-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.tar.gz
freebsd-ports-gnome-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.tar.zst
freebsd-ports-gnome-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.zip
Whoa there, boy, that's a mighty big commit y'all have there...
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.
Diffstat (limited to 'mail/pop3lite/Makefile')
-rw-r--r--mail/pop3lite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pop3lite/Makefile b/mail/pop3lite/Makefile
index 65fc901e0bfd..50576ead9700 100644
--- a/mail/pop3lite/Makefile
+++ b/mail/pop3lite/Makefile
@@ -17,7 +17,7 @@ COMMENT= A flexible, modular RFC-compliant POP3 daemon
USE_GNOME= glib12
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
MAN5= pop3lite.conf.5
/span>1-1/+1 * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-093-3/+0 * - Fix build on FreeBSD 10.0miwi2011-10-293-1/+3 * Fix CVE-2011-4028 and CVE-2011-4029.kwm2011-10-192-4/+22 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 * Mark as broken on recent i386-9: fails to compile.linimon2011-08-291-1/+7 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+0 * Fix the "exaGetPixmapFirstPixel called for invalid bpp" problem. This bugkwm2011-08-072-1/+27 * Unbreak this -- random automake fallout not shown up on amd64 -exp runsade2011-03-212-1/+7 * - Get Rid MD5 supportmiwi2011-03-194-5/+0 * - point x2x to its new homebapt2011-03-113-2/+3 * Revert "dix: use the event mask of the grab for TryClientEvents."naddy2011-02-282-0/+90 * - Please welcome Xorg 7.5.1miwi2011-02-2613-41/+15 * - There's no nv(4x) manpage in xorg-server distribution anymore.stas2011-01-251-1/+0 * - Fix build on powerpc64.stas2011-01-251-1/+1 * - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Punt autoconf267->autoconf268ade2010-10-161-1/+1 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2 * - Fix build on ppcmiwi2010-05-051-11/+0 * - Update to Xorg 7.5miwi2010-05-0113-46/+37 * Given that HAL doesn't work on sparc64 and always needs to be disabledmarius2010-02-081-2/+11 * Update xorg-server and friends to 1.6.5.rnoland2010-02-07