From 3f651573ad3b90cf8e6539c52b4b34a1df543fa6 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Sun, 14 Mar 2004 06:17:56 +0000 Subject: 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. --- deskutils/gcal/Makefile | 2 +- deskutils/gdesklets/Makefile | 2 +- deskutils/genius/Makefile | 2 +- deskutils/glabels/Makefile | 2 +- deskutils/gnome-pim/Makefile | 2 +- deskutils/gnome-utils/Makefile | 2 +- deskutils/gnomepim/Makefile | 2 +- deskutils/gnomeutils2/Makefile | 2 +- deskutils/gucharmap/Makefile | 2 +- deskutils/kbirthday/Makefile | 2 +- deskutils/multi-backgrounds-daemon/Makefile | 2 +- deskutils/xfce4-calendar/Makefile | 2 +- deskutils/xfce4-notes-plugin/Makefile | 2 +- deskutils/yank/Makefile | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'deskutils') diff --git a/deskutils/gcal/Makefile b/deskutils/gcal/Makefile index 7c5ed4b4f3ba..2facb556302c 100644 --- a/deskutils/gcal/Makefile +++ b/deskutils/gcal/Makefile @@ -21,7 +21,7 @@ COMMENT= The GNU Gregorian calendar program USE_GETTEXT= yes # required to rebuild info files if needed. USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 GNU_CONFIGURE= yes INFO= gcal diff --git a/deskutils/gdesklets/Makefile b/deskutils/gdesklets/Makefile index 9f7e779efbdb..8550c71315ec 100644 --- a/deskutils/gdesklets/Makefile +++ b/deskutils/gdesklets/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYXML} \ USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME} USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_PYTHON= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 3ae175752f19..21d74b79a3af 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -20,7 +20,7 @@ USE_PERL5_BUILD= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview libgnomeui \ lthack vte -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index f59dc939c8a2..bcf1ec324ccf 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -17,7 +17,7 @@ COMMENT= A programm to create labels and business cards USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui libgnomeprintui USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index 55a41b9928e0..d594482c9989 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_BISON= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs libcapplet -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_REINPLACE= yes CPPFLAGS= -I${LOCALBASE}/include diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index e746f79952fe..193dddd7560a 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index 55a41b9928e0..d594482c9989 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_BISON= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs libcapplet -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_REINPLACE= yes CPPFLAGS= -I${LOCALBASE}/include diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile index e746f79952fe..193dddd7560a 100644 --- a/deskutils/gnomeutils2/Makefile +++ b/deskutils/gnomeutils2/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index 3668292f7201..93dc275d0c02 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 WANT_GNOME= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/kbirthday/Makefile b/deskutils/kbirthday/Makefile index eda491b3ab13..41f6977990e5 100644 --- a/deskutils/kbirthday/Makefile +++ b/deskutils/kbirthday/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 # necesary to access the second master site by getting rid of the default switch -A FETCH_CMD ?=/usr/bin/fetch -Rr diff --git a/deskutils/multi-backgrounds-daemon/Makefile b/deskutils/multi-backgrounds-daemon/Makefile index 062594e36908..f79e791cb2c2 100644 --- a/deskutils/multi-backgrounds-daemon/Makefile +++ b/deskutils/multi-backgrounds-daemon/Makefile @@ -16,7 +16,7 @@ COMMENT= Change your GNOME2 backgound when you switch to other workspace USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GNOME= gnomehack gnomeprefix libgnomeui libwnck CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/xfce4-calendar/Makefile b/deskutils/xfce4-calendar/Makefile index e7ded45623f1..ff6d486b8300 100644 --- a/deskutils/xfce4-calendar/Makefile +++ b/deskutils/xfce4-calendar/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .include diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile index 7a48ee653f09..5d06038f766f 100644 --- a/deskutils/xfce4-notes-plugin/Makefile +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/deskutils/yank/Makefile b/deskutils/yank/Makefile index aea030835a1c..0841a64cb61a 100644 --- a/deskutils/yank/Makefile +++ b/deskutils/yank/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnomelibs gnomehack gnomeprefix -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib" -- cgit v1.2.3