diff options
author | ade <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
commit | 9291e9a32f6612ca0d4f25bdcb5c417e0451d313 (patch) | |
tree | 545e55afde412d844a25f5c03d6d51b17ceeebb9 /palm | |
parent | a8a89c37fe338cbff0192ceeef27ccf7a13714a5 (diff) | |
download | FreeBSD-ports-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.zip FreeBSD-ports-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.tar.gz |
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 'palm')
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 2 | ||||
-rw-r--r-- | palm/gnome-pilot/Makefile | 2 | ||||
-rw-r--r-- | palm/gnomepilot-conduits2/Makefile | 2 | ||||
-rw-r--r-- | palm/gnomepilot2/Makefile | 2 | ||||
-rw-r--r-- | palm/jpilot/Makefile | 2 | ||||
-rw-r--r-- | palm/libmal/Makefile | 2 | ||||
-rw-r--r-- | palm/pilot-link-devel/Makefile | 2 | ||||
-rw-r--r-- | palm/pilot-link/Makefile | 2 | ||||
-rw-r--r-- | palm/rapip/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-gnomevfs/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-gvfs/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-kde/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-librapi2/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-librra/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-libsynce/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-rra/Makefile | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index 728d15d..afbb535 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_BISON= yes USE_GNOME= gnomeprefix gnomehack libgnome -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index a307e72..28b31db 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/palm/gnomepilot-conduits2/Makefile b/palm/gnomepilot-conduits2/Makefile index 728d15d..afbb535 100644 --- a/palm/gnomepilot-conduits2/Makefile +++ b/palm/gnomepilot-conduits2/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_BISON= yes USE_GNOME= gnomeprefix gnomehack libgnome -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index a307e72..28b31db 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index acbde52..520dfbf 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --enable-gtk2=yes USE_GNOME= gtk12 .endif -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins CFLAGS+= -I${PREFIX}/include diff --git a/palm/libmal/Makefile b/palm/libmal/Makefile index 655a8d0..9978843 100644 --- a/palm/libmal/Makefile +++ b/palm/libmal/Makefile @@ -18,7 +18,7 @@ COMMENT= A library encapsulating malsync LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link USE_GMAKE= YES -USE_LIBTOOL= YES +USE_LIBTOOL_VER=13 HAS_CONFIGURE= YES INSTALLS_SHLIB= libmal diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index 076825c..da5a299 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= tk83:${PORTSDIR}/x11-toolkits/tk83 \ USE_GETOPT_LONG=yes USE_BZIP2= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_PERL5= yes diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index 076825c..da5a299 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= tk83:${PORTSDIR}/x11-toolkits/tk83 \ USE_GETOPT_LONG=yes USE_BZIP2= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_PERL5= yes diff --git a/palm/rapip/Makefile b/palm/rapip/Makefile index d8fcec1..09edd5f 100644 --- a/palm/rapip/Makefile +++ b/palm/rapip/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS+= synce-serial-start:${PORTSDIR}/palm/synce-serial \ USE_KDELIBS_VER=3 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> diff --git a/palm/synce-gnomevfs/Makefile b/palm/synce-gnomevfs/Makefile index a860570..aa1a602 100644 --- a/palm/synce-gnomevfs/Makefile +++ b/palm/synce-gnomevfs/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 USE_GNOME= gnomeprefix gnometarget gnomevfs2 USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} INSTALLS_SHLIB= yes diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile index a860570..aa1a602 100644 --- a/palm/synce-gvfs/Makefile +++ b/palm/synce-gvfs/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 USE_GNOME= gnomeprefix gnometarget gnomevfs2 USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} INSTALLS_SHLIB= yes diff --git a/palm/synce-kde/Makefile b/palm/synce-kde/Makefile index d8fcec1..09edd5f 100644 --- a/palm/synce-kde/Makefile +++ b/palm/synce-kde/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS+= synce-serial-start:${PORTSDIR}/palm/synce-serial \ USE_KDELIBS_VER=3 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile index 43cb209..7f2e21d 100644 --- a/palm/synce-librapi2/Makefile +++ b/palm/synce-librapi2/Makefile @@ -20,7 +20,7 @@ ONLY_FOR_ARCHS= i386 MAN1= pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 rapiconfig.1 synce-install-cab.1 synce-remove-program.1 synce-list-programs.1 GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_ICONV= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile index cb09c00..f443126 100644 --- a/palm/synce-librra/Makefile +++ b/palm/synce-librra/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir MAN1= synce-matchmaker.1 USE_ICONV= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} diff --git a/palm/synce-libsynce/Makefile b/palm/synce-libsynce/Makefile index e2b3857..41a6675 100644 --- a/palm/synce-libsynce/Makefile +++ b/palm/synce-libsynce/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv MAN1= synce.1 GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} diff --git a/palm/synce-rra/Makefile b/palm/synce-rra/Makefile index cb09c00..f443126 100644 --- a/palm/synce-rra/Makefile +++ b/palm/synce-rra/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir MAN1= synce-matchmaker.1 USE_ICONV= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} |