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 /x11-toolkits | |
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 'x11-toolkits')
104 files changed, 105 insertions, 105 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index a8a5276aeb5c..8b92521a67c1 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= Coin:${PORTSDIR}/graphics/Coin USE_MESA= yes USE_MOTIF= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${X11BASE} # avoid renaming of soxt-config and soxt-config.1 diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index a2e3ff10d947..8f059746d48e 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intltool gnometarget -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/bakery_gnomeui/Makefile b/x11-toolkits/bakery_gnomeui/Makefile index 2198aeb582c3..22b1de6c6e1a 100644 --- a/x11-toolkits/bakery_gnomeui/Makefile +++ b/x11-toolkits/bakery_gnomeui/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnometarget -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/buffy/Makefile b/x11-toolkits/buffy/Makefile index 56b7957a51bc..299e4f7f8577 100644 --- a/x11-toolkits/buffy/Makefile +++ b/x11-toolkits/buffy/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 .include <bsd.port.mk> diff --git a/x11-toolkits/clean-theme-gtk/Makefile b/x11-toolkits/clean-theme-gtk/Makefile index ee0810415a25..ba3508d47566 100644 --- a/x11-toolkits/clean-theme-gtk/Makefile +++ b/x11-toolkits/clean-theme-gtk/Makefile @@ -19,7 +19,7 @@ COMMENT= The Clean GTK theme engine WRKSRC= ${WRKDIR}/gtk-clean-theme USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gtk12 USE_GMAKE= yes diff --git a/x11-toolkits/colorstep/Makefile b/x11-toolkits/colorstep/Makefile index 7db38d9bd853..5960d026f05d 100644 --- a/x11-toolkits/colorstep/Makefile +++ b/x11-toolkits/colorstep/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.6 USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 .include <bsd.port.mk> diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile index 8d90e1620eb3..a0f133712450 100644 --- a/x11-toolkits/eel/Makefile +++ b/x11-toolkits/eel/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= rsvg.1:${PORTSDIR}/graphics/librsvg USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnomehier gnomelibs gnomevfs -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/eel2/Makefile b/x11-toolkits/eel2/Makefile index 4d428aeebb75..f8016503bc62 100644 --- a/x11-toolkits/eel2/Makefile +++ b/x11-toolkits/eel2/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gail libgnomeui -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/efltk/Makefile b/x11-toolkits/efltk/Makefile index 6926342571a7..b89961849fb5 100644 --- a/x11-toolkits/efltk/Makefile +++ b/x11-toolkits/efltk/Makefile @@ -30,7 +30,7 @@ USE_MYSQL= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \ DEBUGFLAG="${CFLAGS} -I${LOCALBASE}/include" diff --git a/x11-toolkits/engradient/Makefile b/x11-toolkits/engradient/Makefile index 4011c1b94098..0e5df60266bb 100644 --- a/x11-toolkits/engradient/Makefile +++ b/x11-toolkits/engradient/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/erlgtk/Makefile b/x11-toolkits/erlgtk/Makefile index aaca6f33e32e..90a5138cd06e 100644 --- a/x11-toolkits/erlgtk/Makefile +++ b/x11-toolkits/erlgtk/Makefile @@ -23,7 +23,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" CONFIGURE_WRKSRC=${WRKSRC}/config GNU_CONFIGURE= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 USE_GMAKE= yes .if defined(WITH_GTK2) diff --git a/x11-toolkits/fox-devel/Makefile b/x11-toolkits/fox-devel/Makefile index 02ab9cc48408..8012b35f0506 100644 --- a/x11-toolkits/fox-devel/Makefile +++ b/x11-toolkits/fox-devel/Makefile @@ -33,7 +33,7 @@ USE_GL= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes #USE_MOTIF= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index 02ab9cc48408..8012b35f0506 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -33,7 +33,7 @@ USE_GL= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes #USE_MOTIF= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/x11-toolkits/freeglut/Makefile b/x11-toolkits/freeglut/Makefile index d4d5eb98189e..b7e1d9a4f1ba 100644 --- a/x11-toolkits/freeglut/Makefile +++ b/x11-toolkits/freeglut/Makefile @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An alternative to the OpenGL Utility Toolkit (GLUT) library -USE_AUTOMAKE= yes +USE_AUTOMAKE_VER= 14 USE_AUTOHEADER= yes HAS_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_XLIB= yes CONFIGURE_ARGS= --x-includes=${X11BASE}/include \ diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile index 6a60581c3974..b3f446447233 100644 --- a/x11-toolkits/gal/Makefile +++ b/x11-toolkits/gal/Makefile @@ -26,7 +26,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnomehier libglade gnomevfs GNOME_HTML_DIR= ${PREFIX}/share/doc/gal INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --enable-static --with-libiconv CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile index 04df2088ba41..b55e0f4538c4 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnomehier libgnomeui libgnomeprintui GNOME_HTML_DIR= ${PREFIX}/share/doc/gal2 INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --enable-static --with-libiconv CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index 6c872aa7d347..da5647f208fb 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -18,7 +18,7 @@ COMMENT= Components intended to be shared between GNOME development tools USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libgnomeui -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/geramik/Makefile b/x11-toolkits/geramik/Makefile index 349dd1d8c0fc..5fffee21d57e 100644 --- a/x11-toolkits/geramik/Makefile +++ b/x11-toolkits/geramik/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${X11BASE}/lib/gtk/themes/engines/libqtpixmap.so:${PORTSDIR}/x11-to WRKSRC= ${WRKDIR}/Geramik-${PORTVERSION} -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/x11-toolkits/gevas/Makefile b/x11-toolkits/gevas/Makefile index 9779788621a2..4af17e4fb56d 100644 --- a/x11-toolkits/gevas/Makefile +++ b/x11-toolkits/gevas/Makefile @@ -18,7 +18,7 @@ COMMENT= GTK+ bindings for Evas canvas library LIB_DEPENDS= evas.6:${PORTSDIR}/graphics/evas USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes post-install: diff --git a/x11-toolkits/gnome--/Makefile b/x11-toolkits/gnome--/Makefile index 0bda91200c66..b27cd843f4ec 100644 --- a/x11-toolkits/gnome--/Makefile +++ b/x11-toolkits/gnome--/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomelibs -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/x11-toolkits/gnome-look/Makefile b/x11-toolkits/gnome-look/Makefile index aac376529b8e..ec1122302055 100644 --- a/x11-toolkits/gnome-look/Makefile +++ b/x11-toolkits/gnome-look/Makefile @@ -17,7 +17,7 @@ COMMENT= A GTK theme engine designed to look nice with the GNOME desktop environ USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gnome-themes-extras/Makefile b/x11-toolkits/gnome-themes-extras/Makefile index 5177e24a67a9..76cfbb684f31 100644 --- a/x11-toolkits/gnome-themes-extras/Makefile +++ b/x11-toolkits/gnome-themes-extras/Makefile @@ -19,7 +19,7 @@ COMMENT= More themes for the GNOME 2 desktop environment USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/gnome-themes/Makefile b/x11-toolkits/gnome-themes/Makefile index 669d70605bea..c4e6ffbabcf0 100644 --- a/x11-toolkits/gnome-themes/Makefile +++ b/x11-toolkits/gnome-themes/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-toolk USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomehack metacity libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/gtk--/Makefile b/x11-toolkits/gtk--/Makefile index dac1149980df..7258f8bcdf2c 100644 --- a/x11-toolkits/gtk--/Makefile +++ b/x11-toolkits/gtk--/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static=yes \ diff --git a/x11-toolkits/gtk--2/Makefile b/x11-toolkits/gtk--2/Makefile index 1e10e10d8864..d8b654fb425f 100644 --- a/x11-toolkits/gtk--2/Makefile +++ b/x11-toolkits/gtk--2/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes LATEST_LINK= gtkmm2 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GNOME= gnomehack gtk20 diff --git a/x11-toolkits/gtk-Mac2-theme/Makefile b/x11-toolkits/gtk-Mac2-theme/Makefile index 7e6dbacc8ebe..6321c29d0fef 100644 --- a/x11-toolkits/gtk-Mac2-theme/Makefile +++ b/x11-toolkits/gtk-Mac2-theme/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gtk-bluecurve-theme/Makefile b/x11-toolkits/gtk-bluecurve-theme/Makefile index bf246ad89ddf..70da1e042be4 100644 --- a/x11-toolkits/gtk-bluecurve-theme/Makefile +++ b/x11-toolkits/gtk-bluecurve-theme/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gdkpixbuf USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 RH_SUBVERSION= 1 THEMES_SUBDIRS= ${WRKSRC}/art/gtk/Bluecurve1 diff --git a/x11-toolkits/gtk-cleanice-engine/Makefile b/x11-toolkits/gtk-cleanice-engine/Makefile index 114f9a735e3a..ae5b21f17c02 100644 --- a/x11-toolkits/gtk-cleanice-engine/Makefile +++ b/x11-toolkits/gtk-cleanice-engine/Makefile @@ -19,7 +19,7 @@ MAINTAINER= philip@FreeBSD.org COMMENT= A simplistic GTK+ 2.x theme engine USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomehack gtk20 THEME= cleanice-theme-1.2.7 diff --git a/x11-toolkits/gtk-engines/Makefile b/x11-toolkits/gtk-engines/Makefile index 248c3beb3e5d..be7905fbdfef 100644 --- a/x11-toolkits/gtk-engines/Makefile +++ b/x11-toolkits/gtk-engines/Makefile @@ -17,7 +17,7 @@ COMMENT= Theme engine for gtk+ toolkits USE_X_PREFIX= yes USE_GNOME= imlib -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 THEMES= metal notif pixmap raleigh redmond95 diff --git a/x11-toolkits/gtk-engines2/Makefile b/x11-toolkits/gtk-engines2/Makefile index f5cf2885aac8..dbde4b8854eb 100644 --- a/x11-toolkits/gtk-engines2/Makefile +++ b/x11-toolkits/gtk-engines2/Makefile @@ -19,7 +19,7 @@ COMMENT= Theme engine for the gtk+-2.0 toolkit USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomehack gtk20 PLIST_SUB= VERSION=2.2.0 diff --git a/x11-toolkits/gtk-flat-theme/Makefile b/x11-toolkits/gtk-flat-theme/Makefile index dbaaff416d10..f19f50fea524 100644 --- a/x11-toolkits/gtk-flat-theme/Makefile +++ b/x11-toolkits/gtk-flat-theme/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gtk-flat-theme2/Makefile b/x11-toolkits/gtk-flat-theme2/Makefile index b3321428d2a5..5428eaaa7f2c 100644 --- a/x11-toolkits/gtk-flat-theme2/Makefile +++ b/x11-toolkits/gtk-flat-theme2/Makefile @@ -19,7 +19,7 @@ COMMENT= A port of the Flat GTK+ engine to GTK+ 2.0 WRKSRC= ${WRKDIR}/gtk-flat-theme-2.0 USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes USE_GNOME= gnomehack gtk20 diff --git a/x11-toolkits/gtk-industrial-theme/Makefile b/x11-toolkits/gtk-industrial-theme/Makefile index 168957c55f8b..851fa2d7b52e 100644 --- a/x11-toolkits/gtk-industrial-theme/Makefile +++ b/x11-toolkits/gtk-industrial-theme/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gdkpixbuf USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 XIMIAN_SUBVERSION= 0 XIMIAN_DISTVERSION= 6.2 diff --git a/x11-toolkits/gtk-qn-x11-theme/Makefile b/x11-toolkits/gtk-qn-x11-theme/Makefile index 454cb5473f28..4b06292d1cce 100644 --- a/x11-toolkits/gtk-qn-x11-theme/Makefile +++ b/x11-toolkits/gtk-qn-x11-theme/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gtk-sharp-devel/Makefile b/x11-toolkits/gtk-sharp-devel/Makefile index f3aba637d21c..b950652ff13c 100644 --- a/x11-toolkits/gtk-sharp-devel/Makefile +++ b/x11-toolkits/gtk-sharp-devel/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono \ gst-launch:${PORTSDIR}/multimedia/gstreamer RUN_DEPENDS+= ${BUILD_DEPENDS} -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes diff --git a/x11-toolkits/gtk-sharp/Makefile b/x11-toolkits/gtk-sharp/Makefile index f3aba637d21c..b950652ff13c 100644 --- a/x11-toolkits/gtk-sharp/Makefile +++ b/x11-toolkits/gtk-sharp/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono \ gst-launch:${PORTSDIR}/multimedia/gstreamer RUN_DEPENDS+= ${BUILD_DEPENDS} -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index f3aba637d21c..b950652ff13c 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono \ gst-launch:${PORTSDIR}/multimedia/gstreamer RUN_DEPENDS+= ${BUILD_DEPENDS} -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index f3aba637d21c..b950652ff13c 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono \ gst-launch:${PORTSDIR}/multimedia/gstreamer RUN_DEPENDS+= ${BUILD_DEPENDS} -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes diff --git a/x11-toolkits/gtk-smooth-engine/Makefile b/x11-toolkits/gtk-smooth-engine/Makefile index 1a8dcfbd7d94..8fbae7800c5a 100644 --- a/x11-toolkits/gtk-smooth-engine/Makefile +++ b/x11-toolkits/gtk-smooth-engine/Makefile @@ -16,7 +16,7 @@ MAINTAINER= amistry@am-productions.biz COMMENT= Flexible GTK Theme Engine USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnometarget WANT_GNOME= yes CONFIGURE_ENV= X11BASE="${X11BASE}" diff --git a/x11-toolkits/gtk-xfce-engine/Makefile b/x11-toolkits/gtk-xfce-engine/Makefile index 5512b395de2c..95dd8c98e91f 100644 --- a/x11-toolkits/gtk-xfce-engine/Makefile +++ b/x11-toolkits/gtk-xfce-engine/Makefile @@ -20,7 +20,7 @@ COMMENT= An XFCE engine for GTK 2.0 USE_GMAKE= yes USE_GNOME= gnomehack gtk20 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_X_PREFIX= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gtk-zenith-theme/Makefile b/x11-toolkits/gtk-zenith-theme/Makefile index 32bd4aa6d9ad..47e7dd10f2c2 100644 --- a/x11-toolkits/gtk-zenith-theme/Makefile +++ b/x11-toolkits/gtk-zenith-theme/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/zenith-1.0 USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index bdb7fa4df4f0..1b0cd70f33a1 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -19,7 +19,7 @@ COMMENT= Gimp Toolkit for X11 GUI (previous stable version) USE_X_PREFIX= yes USE_PERL5= yes USE_GNOME= glib12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-suffix CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12 --with-native-locale \ diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 70a54c73713a..e5462e44ed34 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -41,7 +41,7 @@ USE_XPM= yes USE_REINPLACE= yes USE_PERL5= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomehack atk pango CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 70a54c73713a..e5462e44ed34 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -41,7 +41,7 @@ USE_XPM= yes USE_REINPLACE= yes USE_PERL5= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomehack atk pango CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ diff --git a/x11-toolkits/gtkbe/Makefile b/x11-toolkits/gtkbe/Makefile index 5a9fa5960908..0e6452a1c111 100644 --- a/x11-toolkits/gtkbe/Makefile +++ b/x11-toolkits/gtkbe/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/GTKBeEngine USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gtkextra--/Makefile b/x11-toolkits/gtkextra--/Makefile index b7c355c9fc2b..23a55aed8387 100644 --- a/x11-toolkits/gtkextra--/Makefile +++ b/x11-toolkits/gtkextra--/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra \ USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gtk12 INSTALLS_SHLIB= yes CONFIGURE_ENV= PERL="${PERL}" diff --git a/x11-toolkits/gtkextra/Makefile b/x11-toolkits/gtkextra/Makefile index 42dc770a0081..8c4d3821bd84 100644 --- a/x11-toolkits/gtkextra/Makefile +++ b/x11-toolkits/gtkextra/Makefile @@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A useful widget set complementary to GTK+ USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gtk12 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile index 42dc770a0081..8c4d3821bd84 100644 --- a/x11-toolkits/gtkextra2/Makefile +++ b/x11-toolkits/gtkextra2/Makefile @@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A useful widget set complementary to GTK+ USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gtk12 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkglarea--/Makefile b/x11-toolkits/gtkglarea--/Makefile index e9e6dc83b796..a1876a631338 100644 --- a/x11-toolkits/gtkglarea--/Makefile +++ b/x11-toolkits/gtkglarea--/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \ USE_GL= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-lib-GL INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile index 5b34123fbef9..9dcd5af65133 100644 --- a/x11-toolkits/gtkglarea/Makefile +++ b/x11-toolkits/gtkglarea/Makefile @@ -17,7 +17,7 @@ COMMENT= An OpenGL widget for the GTK+ GUI toolkit USE_X_PREFIX= yes USE_GL= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-lib-GL CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -lstdc++" diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index f5f6e02bfec7..530b58a73a9b 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gtk20 USE_BZIP2= yes USE_GL= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-lib-GL diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index 9a7bc9f786a4..672166e1fc25 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gtk20 USE_GL= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkglextmm/Makefile b/x11-toolkits/gtkglextmm/Makefile index 922481c5b948..ef5371db0118 100644 --- a/x11-toolkits/gtkglextmm/Makefile +++ b/x11-toolkits/gtkglextmm/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext \ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile index be21be827422..63530f219cbe 100644 --- a/x11-toolkits/gtkmathview/Makefile +++ b/x11-toolkits/gtkmathview/Makefile @@ -24,7 +24,7 @@ USE_REINPLACE= yes USE_GETOPT_LONG= yes USE_X_PREFIX= yes USE_GNOME= glib20 gtk20 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile index dac1149980df..7258f8bcdf2c 100644 --- a/x11-toolkits/gtkmm12/Makefile +++ b/x11-toolkits/gtkmm12/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static=yes \ diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile index 1e10e10d8864..d8b654fb425f 100644 --- a/x11-toolkits/gtkmm20/Makefile +++ b/x11-toolkits/gtkmm20/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes LATEST_LINK= gtkmm2 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GNOME= gnomehack gtk20 diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index 1e10e10d8864..d8b654fb425f 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes LATEST_LINK= gtkmm2 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GNOME= gnomehack gtk20 diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index 1e10e10d8864..d8b654fb425f 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes LATEST_LINK= gtkmm2 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GNOME= gnomehack gtk20 diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile index 10cf9d299f23..d66a991c4924 100644 --- a/x11-toolkits/gtksourceview/Makefile +++ b/x11-toolkits/gtksourceview/Makefile @@ -18,7 +18,7 @@ COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui CONFIGURE_ARGS= --enable-compile-warnings=no diff --git a/x11-toolkits/gtkstep-pastel/Makefile b/x11-toolkits/gtkstep-pastel/Makefile index 69af2d0719bd..8ff1279a0b3a 100644 --- a/x11-toolkits/gtkstep-pastel/Makefile +++ b/x11-toolkits/gtkstep-pastel/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 .include <bsd.port.mk> diff --git a/x11-toolkits/gtkstep/Makefile b/x11-toolkits/gtkstep/Makefile index 25db45056ac3..45152a994b6c 100644 --- a/x11-toolkits/gtkstep/Makefile +++ b/x11-toolkits/gtkstep/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 .include <bsd.port.mk> diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile index 8d3abeb293f3..cb2c5ce16e47 100644 --- a/x11-toolkits/guile-gnome/Makefile +++ b/x11-toolkits/guile-gnome/Makefile @@ -19,7 +19,7 @@ COMMENT= Guile binding library for GNOME LIB_DEPENDS= guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomeprefix bonobo gtkhtml libglade INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-bonobo --with-gtkhtml --without-gal \ diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile index e0a6e701ba52..d67c088e63e2 100644 --- a/x11-toolkits/guile-gtk/Makefile +++ b/x11-toolkits/guile-gtk/Makefile @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 gnometarget USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/icegradient/Makefile b/x11-toolkits/icegradient/Makefile index ca6ff875584d..40c6dec63f42 100644 --- a/x11-toolkits/icegradient/Makefile +++ b/x11-toolkits/icegradient/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-0.0.5 USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile index 1b8eea43aaa6..92ad504a4cba 100644 --- a/x11-toolkits/jx/Makefile +++ b/x11-toolkits/jx/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 USE_REINPLACE= yes USE_X_PREFIX= yes USE_XPM= yes diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 063073164320..2ad4c3d0cbfa 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -21,7 +21,7 @@ MANUAL_PACKAGE_BUILD= do not want to install during interactive build USE_AUTOCONF_VER= 253 USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFILES= aclocal.m4 test/aclocal.m4 CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production CONFIGURE_ARGS+= --disable-build-Xlt --disable-build-Xbae diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile index 48e717f6a488..080da5e1872c 100644 --- a/x11-toolkits/libXaw/Makefile +++ b/x11-toolkits/libXaw/Makefile @@ -26,7 +26,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11-toolkits/libXmu/Makefile b/x11-toolkits/libXmu/Makefile index f2801a24d7c4..51085771ab6b 100644 --- a/x11-toolkits/libXmu/Makefile +++ b/x11-toolkits/libXmu/Makefile @@ -25,7 +25,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index d539c60e9c42..ef59eb3fad17 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -24,7 +24,7 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index 49734801e7c0..dda4ab248728 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier libgnomecanvas libgnome -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/x11-toolkits/libbonobouimm/Makefile b/x11-toolkits/libbonobouimm/Makefile index c07258c17afe..58868aa4175f 100644 --- a/x11-toolkits/libbonobouimm/Makefile +++ b/x11-toolkits/libbonobouimm/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libbonoboui -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile index d6097f68135c..2f1fd9566193 100644 --- a/x11-toolkits/libgail-gnome/Makefile +++ b/x11-toolkits/libgail-gnome/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gnomepanel atspi CONFIGURE_ARGS= --enable-static diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile index 5ef5e8f52057..449e8de063c6 100644 --- a/x11-toolkits/libgnomeprintui/Makefile +++ b/x11-toolkits/libgnomeprintui/Makefile @@ -22,7 +22,7 @@ USE_XPM= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomecanvas INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_BISON= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index 4c5f620aae6a..f221c12df2f6 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -25,7 +25,7 @@ USE_XPM= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_BISON= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/x11-toolkits/libgnomeuimm/Makefile b/x11-toolkits/libgnomeuimm/Makefile index 8331881e847c..4660796c0c02 100644 --- a/x11-toolkits/libgnomeuimm/Makefile +++ b/x11-toolkits/libgnomeuimm/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile index 8331881e847c..4660796c0c02 100644 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ b/x11-toolkits/libgnomeuimm26/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/x11-toolkits/libgtkeditor/Makefile b/x11-toolkits/libgtkeditor/Makefile index c2ad571beda1..e3790e959d0c 100644 --- a/x11-toolkits/libgtkeditor/Makefile +++ b/x11-toolkits/libgtkeditor/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes USE_PERL5_BUILD=yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CFLAGS+= -fPIC diff --git a/x11-toolkits/libpanelappletmm/Makefile b/x11-toolkits/libpanelappletmm/Makefile index 31883048f649..4ecc85dd4741 100644 --- a/x11-toolkits/libpanelappletmm/Makefile +++ b/x11-toolkits/libpanelappletmm/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomepanel -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index a3aff2bfdcf7..e8d0dcc183c7 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gtk20 USE_BISON= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile index 543f2a3d17e8..02b1f20613ad 100644 --- a/x11-toolkits/libxfce4gui/Makefile +++ b/x11-toolkits/libxfce4gui/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util USE_GNOME= gtk20 USE_REINPLACE= yes USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-xinerama INSTALLS_SHLIB= yes diff --git a/x11-toolkits/libzvt/Makefile b/x11-toolkits/libzvt/Makefile index 254abea13a1c..873b4306e730 100644 --- a/x11-toolkits/libzvt/Makefile +++ b/x11-toolkits/libzvt/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_BISON= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomeprefix gnomehack gtk20 libartlgpl2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/movingmotif/Makefile b/x11-toolkits/movingmotif/Makefile index e41fabd58207..c86e919b1723 100644 --- a/x11-toolkits/movingmotif/Makefile +++ b/x11-toolkits/movingmotif/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Display scientific data as dynamic plot USE_MOTIF= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile index eabf450422bd..9441652d1502 100644 --- a/x11-toolkits/neXtaw/Makefile +++ b/x11-toolkits/neXtaw/Makefile @@ -15,7 +15,7 @@ COMMENT= Athena Widgets with N*XTSTEP appearance USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" diff --git a/x11-toolkits/notif2/Makefile b/x11-toolkits/notif2/Makefile index 8f35ca6a6cb1..f7ac0716eb39 100644 --- a/x11-toolkits/notif2/Makefile +++ b/x11-toolkits/notif2/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes GTKVERSION= 1.2 diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index ca357dcbba49..9dc4eebcdbd6 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= physfs-1.0.0:${PORTSDIR}/devel/physfs \ USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_SDL= sdl image ttf LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile index ca357dcbba49..9dc4eebcdbd6 100644 --- a/x11-toolkits/paragui/Makefile +++ b/x11-toolkits/paragui/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= physfs-1.0.0:${PORTSDIR}/devel/physfs \ USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_SDL= sdl image ttf LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/x11-toolkits/php-gtk/Makefile b/x11-toolkits/php-gtk/Makefile index bcc3fdf00f45..58a33b99b841 100644 --- a/x11-toolkits/php-gtk/Makefile +++ b/x11-toolkits/php-gtk/Makefile @@ -17,7 +17,7 @@ COMMENT= An extension to use gtk in PHP-applications # Don't call autoconf directly, ./buildconf does this GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_AUTOMAKE_VER= 15 USE_AUTOCONF_VER= 253 LIBTOOLFILES= # none diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile index bcc3fdf00f45..58a33b99b841 100644 --- a/x11-toolkits/php-gtk2/Makefile +++ b/x11-toolkits/php-gtk2/Makefile @@ -17,7 +17,7 @@ COMMENT= An extension to use gtk in PHP-applications # Don't call autoconf directly, ./buildconf does this GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_AUTOMAKE_VER= 15 USE_AUTOCONF_VER= 253 LIBTOOLFILES= # none diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index 704cb91bded2..766b74d69d5a 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes USE_GNOME= gtkhtml gnometarget -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFILES= configure pygtk/configure CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ --with-gnome-config=${X11BASE}/bin/gnome-config \ diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 955a8ea97380..1f48fe292245 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -27,7 +27,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes USE_GNOME= gnomehack libgnomeprintui libgtkhtml gnomepanel libzvt nautilus2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index 47f80c0e60cd..9efef50ecbb8 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -27,7 +27,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomelibs gdkpixbuf libglade USE_PYTHON= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= PYTHON=${PYTHON_CMD} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index b266bb53c6e1..0441160aef46 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget libglade2 USE_PYTHON= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 EG_SRC_DIR= ${WRKSRC}/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gtk diff --git a/x11-toolkits/py-gtkglext/Makefile b/x11-toolkits/py-gtkglext/Makefile index e283214b7634..ec50505f7b0d 100644 --- a/x11-toolkits/py-gtkglext/Makefile +++ b/x11-toolkits/py-gtkglext/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes USE_GNOME= gnomehack -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/qt-bluecurve-theme/Makefile b/x11-toolkits/qt-bluecurve-theme/Makefile index 55bd818938f6..2761e99bfd96 100644 --- a/x11-toolkits/qt-bluecurve-theme/Makefile +++ b/x11-toolkits/qt-bluecurve-theme/Makefile @@ -19,7 +19,7 @@ COMMENT= Bluecurve unified-look theme for QT3 from RedHat 8.0 EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio WRKSRC= ${WRKDIR}/redhat-artwork-${PORTVERSION} -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 #LIBTOOLFILES= # none USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile index 9f3e275499bb..2686c19d70c9 100644 --- a/x11-toolkits/qtpixmap/Makefile +++ b/x11-toolkits/qtpixmap/Makefile @@ -22,7 +22,7 @@ PLIST_SUB= GTK1="" PLIST_SUB= GTK1="@comment " .endif USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//} GNU_CONFIGURE= yes diff --git a/x11-toolkits/sdl_gui/Makefile b/x11-toolkits/sdl_gui/Makefile index a5b6d84a7377..9ea2ac9004a0 100644 --- a/x11-toolkits/sdl_gui/Makefile +++ b/x11-toolkits/sdl_gui/Makefile @@ -18,7 +18,7 @@ COMMENT= A Graphical User Interface library for SDL USE_SDL= sdl image ttf USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index 20224a452e64..b7e0476f78e7 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -18,7 +18,7 @@ COMMENT= Qt toolkit library for Coin LIB_DEPENDS= Coin.41:${PORTSDIR}/graphics/Coin USE_QT_VER= 3 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV+= QTDIR=${QT_PREFIX} CXXFLAGS="-pthread" CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${X11BASE} # avoid renaming of soqt-config and soqt-config.1 diff --git a/x11-toolkits/thinice/Makefile b/x11-toolkits/thinice/Makefile index 708c13c9cbad..5754b7ffcc4a 100644 --- a/x11-toolkits/thinice/Makefile +++ b/x11-toolkits/thinice/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-theme-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 .include <bsd.port.mk> diff --git a/x11-toolkits/vdk/Makefile b/x11-toolkits/vdk/Makefile index 2645c512718d..9bb65948dd9e 100644 --- a/x11-toolkits/vdk/Makefile +++ b/x11-toolkits/vdk/Makefile @@ -19,7 +19,7 @@ USE_X_PREFIX= yes WANT_GNOME= yes USE_GNOME= gnometarget gtk20 USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -lgnuregex ${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-opt=no --enable-doc-html=no diff --git a/x11-toolkits/vdkbuilder/Makefile b/x11-toolkits/vdkbuilder/Makefile index dea8917fbe85..a0e449d9423a 100644 --- a/x11-toolkits/vdkbuilder/Makefile +++ b/x11-toolkits/vdkbuilder/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes WANT_GNOME= yes USE_GNOME= gnometarget gtk20 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-opt=no diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index e2756ea119c6..160c117ffdc4 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_BISON= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomeprefix gnomehack gtk20 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ diff --git a/x11-toolkits/whistlerk/Makefile b/x11-toolkits/whistlerk/Makefile index 5b5d2fe1fea7..9055f339939e 100644 --- a/x11-toolkits/whistlerk/Makefile +++ b/x11-toolkits/whistlerk/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/gtk-theme-WhistlerK USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/xbae/Makefile b/x11-toolkits/xbae/Makefile index 58c6810901e4..e2d567423af3 100644 --- a/x11-toolkits/xbae/Makefile +++ b/x11-toolkits/xbae/Makefile @@ -17,7 +17,7 @@ DISTNAME= Xbae-${PORTVERSION} MAINTAINER= Lars.Koeller@Uni-Bielefeld.de COMMENT= A Motif-based widget which displays a grid of cells as a spreadsheet -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_MOTIF= yes diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 2a2882362753..497cd14ca0d6 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -17,7 +17,7 @@ COMMENT= A Motif widget set for displaying HTML 3.2 documents LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFILES= # none USE_MOTIF= yes USE_X_PREFIX= yes |