diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-09 17:43:11 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-09 17:43:11 +0000 |
commit | 5cc9328814fb9b8e64ff3588af7e6031c1d3514b (patch) | |
tree | df0b6bb8e4e84920da9881d421090dc67f70c629 /graphics | |
parent | e058c31decaf84a24b7ab7306f65221b33ada080 (diff) | |
download | FreeBSD-ports-5cc9328814fb9b8e64ff3588af7e6031c1d3514b.zip FreeBSD-ports-5cc9328814fb9b8e64ff3588af7e6031c1d3514b.tar.gz |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Diffstat (limited to 'graphics')
44 files changed, 44 insertions, 44 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 442a690..10ef1aa 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -16,7 +16,7 @@ COMMENT= Fast pixel formats conversion library USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index 9a3463c..a751497 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= openexr MAINTAINER= nork@FreeBSD.org COMMENT= A high dynamic-range (HDR) image file format -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 GNU_CONFIGURE= YES USE_GMAKE= yes INSTALLS_SHLIB= YES diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index e089549..3adb436 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -18,7 +18,7 @@ COMMENT= An ascii art library WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.0 USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes .if !defined(WITHOUT_X11) diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 3afa279..17fa91a 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming" USE_XLIB= yes diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index c8e95f6..d9208a8 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_PYTHON= yes USE_GMAKE= yes USE_GNOME= gtk12 diff --git a/graphics/diacanvas/Makefile b/graphics/diacanvas/Makefile index b824733..9eaf410 100644 --- a/graphics/diacanvas/Makefile +++ b/graphics/diacanvas/Makefile @@ -17,7 +17,7 @@ COMMENT= A general drawing canvas from dia dialog editor USE_X_PREFIX= yes USE_GNOME= gtk12 imlib gnomehack -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index b969dc7..c704faa 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_FREETYPE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index ff3199f..0007a00 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -18,7 +18,7 @@ COMMENT= Fonts and font libraries necessary for Enlightenment USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= imlib -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index fdd096e..5c5b2a1 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -17,7 +17,7 @@ COMMENT= An alternative to the OpenGL Utility Toolkit (GLUT) library USE_AUTOMAKE_VER= 14 USE_AUTOCONF_VER= 213 USE_AUTOHEADER_VER= 213 -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 HAS_CONFIGURE= yes INSTALLS_SHLIB= yes USE_XLIB= yes diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 23e501d..a0fd27c 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -17,7 +17,7 @@ COMMENT= Tools and library routines for working with GIF images CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_INC_LIBTOOL_VER=15 .ifdef (WITHOUT_X11) PLIST_SUB+= X11='@comment ' diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 80bdb1a..442e451 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -41,7 +41,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index a533138..d15f593 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_MESA= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_ENV= "LIBS=-L${X11BASE}/lib -lXext ${PTHREAD_LIBS}" MAN3= gle.3gle gleExtrusion.3gle gleHelicoid.3gle gleLathe.3gle \ diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index 71c1dcb..2b865dd 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/Glide3 USE_X_PREFIX= yes XFREE86_VERSION= 4 INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 USE_AUTOMAKE_VER= 14 USE_AUTOCONF_VER= 213 AUTOMAKE_ARGS= -a diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile index e826e7e..7eba7d1 100644 --- a/graphics/gltt/Makefile +++ b/graphics/gltt/Makefile @@ -18,7 +18,7 @@ USE_X_PREFIX= yes USE_MESA= yes USE_FREETYPE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS="-L${X11BASE}/lib" diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile index b2f1d6e..ef6a0d9 100644 --- a/graphics/gnofract4d/Makefile +++ b/graphics/gnofract4d/Makefile @@ -18,7 +18,7 @@ COMMENT= Weird GNOME fractal generator USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui lthack USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 17fe9c8..3539c9b 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -17,7 +17,7 @@ COMMENT= A very simple GUI framework for use with SDL USE_SDL= sdl USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 096bc08..d11e5e3 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_ZIP= yes USE_GNOME= gnometarget lthack -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/kimagemapeditor/Makefile b/graphics/kimagemapeditor/Makefile index 1317a33..ba927ea 100644 --- a/graphics/kimagemapeditor/Makefile +++ b/graphics/kimagemapeditor/Makefile @@ -16,7 +16,7 @@ COMMENT= KDE-based editor for HTML image maps USE_BZIP2= yes USE_KDELIBS_VER= 3 USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 9593ad2..96dac72 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff USE_GNOME= gnomehack gnometarget lthack USE_REINPLACE= yes -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --without-jpeg --without-tiff diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index 59d2a19..b5faa66 100644 --- a/graphics/libart_lgpl/Makefile +++ b/graphics/libart_lgpl/Makefile @@ -19,7 +19,7 @@ COMMENT= Library for high-performance 2D graphics USE_BZIP2= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFLICTS= libart-* diff --git a/graphics/libart_lgpl2/Makefile b/graphics/libart_lgpl2/Makefile index 59d2a19..b5faa66 100644 --- a/graphics/libart_lgpl2/Makefile +++ b/graphics/libart_lgpl2/Makefile @@ -19,7 +19,7 @@ COMMENT= Library for high-performance 2D graphics USE_BZIP2= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFLICTS= libart-* diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile index 7eef2c7..27d2cf0 100644 --- a/graphics/libexif-gtk/Makefile +++ b/graphics/libexif-gtk/Makefile @@ -18,7 +18,7 @@ COMMENT= GTK+ widgets to display/edit EXIF tags LIB_DEPENDS= exif.10:${PORTSDIR}/graphics/libexif USE_GNOME= gnomehack lthack gtk20 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 136454d..4a3caad 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -17,7 +17,7 @@ COMMENT= Library to read digital camera file meta-data USE_GETTEXT= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index ca1a95d..4e0554d 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GNOME= gnomehack lthack libglade2 libartlgpl2 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc diff --git a/graphics/libgnomecanvasmm/Makefile b/graphics/libgnomecanvasmm/Makefile index e2031c8..d101424 100644 --- a/graphics/libgnomecanvasmm/Makefile +++ b/graphics/libgnomecanvasmm/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack libgnomecanvas -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/graphics/libgrass5/Makefile b/graphics/libgrass5/Makefile index 83ccc64..d466adc 100644 --- a/graphics/libgrass5/Makefile +++ b/graphics/libgrass5/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library of functions from the GRASS GIS application for use by non-GRASS programs USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} INSTALLS_SHLIB= yes diff --git a/graphics/libmorph/Makefile b/graphics/libmorph/Makefile index d1b3eb6..7492a33 100644 --- a/graphics/libmorph/Makefile +++ b/graphics/libmorph/Makefile @@ -15,7 +15,7 @@ COMMENT= A library for loading (and saving) 3d models (3d modeller object files) CONFLICTS= xmorph* -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index 693c164..a5d616a 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomelibs gdkpixbuf INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 5f3c0c2..78d92c7 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -27,7 +27,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GNOME= gnomehack lthack gtk20 libartlgpl2 libxml2 libgsf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index 23e501d..a0fd27c 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -17,7 +17,7 @@ COMMENT= Tools and library routines for working with GIF images CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_INC_LIBTOOL_VER=15 .ifdef (WITHOUT_X11) PLIST_SUB+= X11='@comment ' diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 2785706..5e36e5d 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_BZIP2= yes .include <bsd.port.mk> diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 0127117..f59dcee 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -17,7 +17,7 @@ COMMENT= A plotting library and toolkit LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_MOTIF= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MOTIFLIB="${MOTIFLIB}" \ diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile index b8caa3b..c157004 100644 --- a/graphics/proj/Makefile +++ b/graphics/proj/Makefile @@ -17,7 +17,7 @@ COMMENT= Cartographic Projections library NADFILES= proj-nad27-1.1.tar.gz -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index cf7ed87..20cb530 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= Magick++.6:${PORTSDIR}/graphics/ImageMagick \ EMF.1:${PORTSDIR}/graphics/libemf USE_GNOME= gnometarget pkgconfig -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+= --with-libemf-include=${LOCALBASE}/include/libEMF diff --git a/graphics/qglviewer/Makefile b/graphics/qglviewer/Makefile index abe10f7..4764c07 100644 --- a/graphics/qglviewer/Makefile +++ b/graphics/qglviewer/Makefile @@ -18,7 +18,7 @@ COMMENT= Use OpenGL to play around with three dimensional scenes USE_QT_VER= 3 USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= QTDIR="${X11BASE}" INSTALLS_SHLIB= yes diff --git a/graphics/quesa/Makefile b/graphics/quesa/Makefile index d1debd6..b4933cb 100644 --- a/graphics/quesa/Makefile +++ b/graphics/quesa/Makefile @@ -17,7 +17,7 @@ COMMENT= High level 3D graphics library compatible with Apple's QuickDraw(TM) USE_REINPLACE= yes WANT_AUTOCONF_VER?= 253 WANT_AUTOMAKE_VER?= 15 -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 USE_GL= yes USE_X_PREFIX= yes .ifdef (WITH_QUESA_EXAMPLES) diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index fff3879..ed80219 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -19,7 +19,7 @@ COMMENT= SDL graphics drawing primitives and other support functions USE_SDL= sdl USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 CONFIGURE_ARGS= --includedir=${PREFIX}/include/SDL11 \ --disable-mmx MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 52613b3..fddd7df 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_SDL= sdl USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 797307a..20d4146 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -21,7 +21,7 @@ USE_SDL= sdl USE_GL= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index b82a5e7..8231248 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_REINPLACE= yes USE_XLIB= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --program-transform-name="s/x/x/" --with-ungif=${LOCALBASE} \ diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index d2b7a3b..6939d95 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -8,7 +8,7 @@ PORTNAME= swfdec PORTVERSION= 0.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/xmms-nebulus/Makefile b/graphics/xmms-nebulus/Makefile index 0b870bf..a97d544 100644 --- a/graphics/xmms-nebulus/Makefile +++ b/graphics/xmms-nebulus/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_MESA= yes USE_GNOME= gtk12 USE_BZIP2= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile index 12edf01..89c386b 100644 --- a/graphics/xmms-xvs/Makefile +++ b/graphics/xmms-xvs/Makefile @@ -25,7 +25,7 @@ USE_BISON= yes USE_GNOME= gtk12 libxml2 USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_ENV= XMMS_CONFIG="${XMMS_CONFIG}" .include <bsd.port.pre.mk> diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index 2374d10..c40c3e9 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -22,7 +22,7 @@ CONFLICTS= libmorph* USE_X_PREFIX= yes WANT_GNOME= yes USE_GNOME= gnometarget lthack -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" INSTALLS_SHLIB= yes |