diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 04:43:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 04:43:29 +0800 |
commit | c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319 (patch) | |
tree | b532de1f928b946d71e971f10c1860f6560eb681 | |
parent | e6b6f10753afe25e14ae83bf2d2b7e13182682ac (diff) | |
download | marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar.gz marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar.bz2 marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar.lz marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar.xz marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar.zst marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.zip |
All ports that use ltverhack still need to set USE_AUTOTOOLS=libtool:15 since
certain assumptions are made in that case.
Reported by: ade and Pascal Hofstee <caelian@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5754 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | accessibility/atk/Makefile | 4 | ||||
-rw-r--r-- | databases/evolution-data-server/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnome-utils/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnomeutils2/Makefile | 4 | ||||
-rw-r--r-- | devel/ORBit2/Makefile | 4 | ||||
-rw-r--r-- | devel/gconf2/Makefile | 4 | ||||
-rw-r--r-- | devel/glib20/Makefile | 4 | ||||
-rw-r--r-- | devel/gnome-vfs/Makefile | 4 | ||||
-rw-r--r-- | devel/gnomevfs2/Makefile | 4 | ||||
-rw-r--r-- | devel/libgtop2/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/libgnomecanvas/Makefile | 4 | ||||
-rw-r--r-- | graphics/librsvg2/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/pango/Makefile | 4 |
15 files changed, 30 insertions, 30 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 1c951f3dd..874023ef3 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/atk/Makefile,v 1.60 2006/02/23 17:20:22 marcus Exp $ +# $MCom: ports/accessibility/atk/Makefile,v 1.61 2006/02/23 17:27:25 marcus Exp $ # PORTNAME= atk @@ -19,7 +19,7 @@ COMMENT= A GNOME accessibility toolkit (ATK) USE_BZIP2= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 ltverhack CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc \ diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index eda3ee792..c800f1dba 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.74 2006/02/20 00:06:50 marcus Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.75 2006/02/23 19:15:36 marcus Exp $ # PORTNAME= evolution-data-server @@ -28,7 +28,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnometarget libgnomeui \ ltverhack USE_OPENLDAP= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static \ --enable-nss=yes \ diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 2e46aabba..b77a8449e 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.80 2006/02/12 21:29:53 marcus Exp $ +# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.81 2006/02/24 05:48:05 marcus Exp $ # PORTNAME= gnomeutils2 @@ -27,7 +27,7 @@ GNOME_DESKTOP_VERSION=2 INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ libgnomeprintui gnomedesktop ltverhack -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile index 2e46aabba..b77a8449e 100644 --- a/deskutils/gnomeutils2/Makefile +++ b/deskutils/gnomeutils2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.80 2006/02/12 21:29:53 marcus Exp $ +# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.81 2006/02/24 05:48:05 marcus Exp $ # PORTNAME= gnomeutils2 @@ -27,7 +27,7 @@ GNOME_DESKTOP_VERSION=2 INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ libgnomeprintui gnomedesktop ltverhack -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 400ad104d..2e079182f 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -3,7 +3,7 @@ # Whom: Chia-liang Kao <clkao@CirX.ORG> # # $FreeBSD$ -# $MCom: ports/devel/ORBit2/Makefile,v 1.45 2006/02/06 12:41:57 ahze Exp $ +# $MCom: ports/devel/ORBit2/Makefile,v 1.46 2006/02/24 05:54:31 marcus Exp $ # PORTNAME= ORBit2 @@ -22,7 +22,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack libidl ltverhack CONFIGURE_ARGS= --disable-indent \ --with-html-dir=${PREFIX}/share/doc \ diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 26a9cdb01..de7f82868 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.65 2006/01/24 01:41:31 marcus Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.66 2006/02/24 18:13:39 marcus Exp $ # PORTNAME= gconf2 @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc # --enable-gconf-source=${PREFIX}/etc/gconf/schemas \ diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 5936563a7..527b15fe7 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.67 2006/02/14 16:52:00 marcus Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.68 2006/02/24 18:15:19 marcus Exp $ # PORTNAME= glib @@ -26,7 +26,7 @@ LATEST_LINK= glib20 USE_BZIP2= yes USE_GETTEXT= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig ltverhack USE_GMAKE= yes diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 6046e384a..dd7a1f73b 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnomevfs2/Makefile,v 1.127 2006/02/14 19:25:40 adamw Exp $ +# $MCom: ports/devel/gnomevfs2/Makefile,v 1.128 2006/02/24 18:19:15 marcus Exp $ # PORTNAME= gnomevfs2 @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \ libbonobo ltverhack -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-openssl \ diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 6046e384a..dd7a1f73b 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnomevfs2/Makefile,v 1.127 2006/02/14 19:25:40 adamw Exp $ +# $MCom: ports/devel/gnomevfs2/Makefile,v 1.128 2006/02/24 18:19:15 marcus Exp $ # PORTNAME= gnomevfs2 @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \ libbonobo ltverhack -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-openssl \ diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 9cb1c6a5a..195094ca0 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgtop2/Makefile,v 1.59 2006/02/20 03:40:03 marcus Exp $ +# $MCom: ports/devel/libgtop2/Makefile,v 1.60 2006/02/24 18:30:37 marcus Exp $ # PORTNAME= libgtop2 @@ -26,7 +26,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack glib20 ltverhack INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 59a4b799b..a46467a44 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-devel/Makefile,v 1.11 2006/01/31 20:36:49 marcus Exp $ +# $MCom: ports/graphics/gimp-devel/Makefile,v 1.12 2006/02/24 18:50:32 marcus Exp $ # PORTNAME= gimp @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 \ ltverhack WANT_GNOME= yes diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index c2a5a1a60..a8a772197 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.50 2006/01/02 13:03:23 ahze Exp $ +# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.51 2006/02/24 18:50:34 marcus Exp $ # PORTNAME= libgnomecanvas @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 17df6fb90..9baca4173 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.88 2006/02/23 16:20:35 ahze Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.89 2006/02/24 18:50:35 marcus Exp $ # PORTNAME= librsvg2 @@ -28,7 +28,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index cbfc703b6..b152cb5d7 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.61 2006/02/13 23:15:18 ahze Exp $ +# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.62 2006/02/23 19:16:18 ahze Exp $ # PORTNAME= libwnck @@ -26,7 +26,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gtk20 ltverhack USE_BISON= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index b395a20fe..c641f042a 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/pango/Makefile,v 1.52 2006/02/21 13:22:03 ahze Exp $ +# $MCom: ports/x11-toolkits/pango/Makefile,v 1.53 2006/02/23 19:16:18 ahze Exp $ # PORTNAME= pango @@ -27,7 +27,7 @@ USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 ltverhack CONFIGURE_ARGS= --with-qt=no \ --with-html-dir=${PREFIX}/share/doc \ |