diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
commit | 3f651573ad3b90cf8e6539c52b4b34a1df543fa6 (patch) | |
tree | 14261786c359f03d9574a1c204f76ddc8ec4db8a /comms | |
parent | 003520276a84300843c37e85ff39f416dec0bd8e (diff) | |
download | ports-3f651573ad3b90cf8e6539c52b4b34a1df543fa6.tar.gz ports-3f651573ad3b90cf8e6539c52b4b34a1df543fa6.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.
Notes
Notes:
svn path=/head/; revision=103963
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ghfaxviewer/Makefile | 2 | ||||
-rw-r--r-- | comms/gsmlib/Makefile | 2 | ||||
-rw-r--r-- | comms/hamlib/Makefile | 2 | ||||
-rw-r--r-- | comms/libticables/Makefile | 2 | ||||
-rw-r--r-- | comms/lirc/Makefile | 2 | ||||
-rw-r--r-- | comms/tilp/Makefile | 2 | ||||
-rw-r--r-- | comms/vpb2/Makefile | 4 |
7 files changed, 8 insertions, 8 deletions
diff --git a/comms/ghfaxviewer/Makefile b/comms/ghfaxviewer/Makefile index 39339f61f88f..8ba762cc7b88 100644 --- a/comms/ghfaxviewer/Makefile +++ b/comms/ghfaxviewer/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_REINPLACE= yes USE_GNOME= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 619cc349df63..c81a4b75d1ef 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -19,7 +19,7 @@ USE_GETOPT_LONG= yes USE_GETTEXT= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 7c312ea79a94..746200b1f41c 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -17,7 +17,7 @@ MAINTAINER= esn@x123.info COMMENT= Shared libraries for Amateur Radio Equipment Control Applications USE_PERL5= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" MAN1= rigctl.1 rotctl.1 diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile index fa992e08e36c..657f01daf45d 100644 --- a/comms/libticables/Makefile +++ b/comms/libticables/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_AUTOMAKE_VER= 15 GNU_CONFIGURE= yes USE_GETTEXT= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 8797548448fb..696508b8c00a 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -18,7 +18,7 @@ COMMENT= Linux Infared Remote Control USE_XLIB= yes USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-driver=any --disable-manage-devices diff --git a/comms/tilp/Makefile b/comms/tilp/Makefile index 9bbcb8019f7b..fde6280cb640 100644 --- a/comms/tilp/Makefile +++ b/comms/tilp/Makefile @@ -24,7 +24,7 @@ USE_GETTEXT= yes USE_GNOME= gtk20 libglade2 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ diff --git a/comms/vpb2/Makefile b/comms/vpb2/Makefile index 42cead44a331..14303e29af61 100644 --- a/comms/vpb2/Makefile +++ b/comms/vpb2/Makefile @@ -15,8 +15,8 @@ MAINTAINER= dyfet@gnu.org COMMENT= User mode API for Voicetronix 4 port analog DSP telephony cards USE_GMAKE= yes -USE_LIBTOOL= yes -USE_AUTOCONF= yes +USE_LIBTOOL_VER= 13 +USE_AUTOCONF_VER= 213 USE_REINPLACE= yes INSTALLS_SHLIB= yes |