diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-26 12:03:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-26 12:03:56 +0800 |
commit | e399631640fd9c7e2e0b9212e459f035a0e28fe7 (patch) | |
tree | 9166b613a6514df7020e56bb51bdf74507223b91 | |
parent | c363cba4d2a16c50d9195f0ea1038aa98b5cd05d (diff) | |
download | marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.gz marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.bz2 marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.lz marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.xz marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.zst marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.zip |
Convert to USE_AUTOTOOLS, reset $FreeBSD$ tags, and add $MCom$ tags where
appropriate.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4639 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | cad/oregano/Makefile | 4 | ||||
-rw-r--r-- | devel/glade2/Makefile | 4 | ||||
-rw-r--r-- | editors/gedit/Makefile | 4 | ||||
-rw-r--r-- | graphics/librsvg2/Makefile | 4 | ||||
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 5 | ||||
-rw-r--r-- | sysutils/gnome-system-tools/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gnomesystemtools/Makefile | 4 | ||||
-rw-r--r-- | www/galeon/Makefile | 4 | ||||
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview2/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/metacity/Makefile | 4 |
13 files changed, 27 insertions, 25 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index e2201d199..02ce53c11 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -3,7 +3,7 @@ # Whom: Anders Andersson <anders@hack.org> # # $FreeBSD$ -# $MCom: ports/cad/oregano/Makefile,v 1.1 2005/08/09 04:35:36 ahze Exp $ +# $MCom: ports/cad/oregano/Makefile,v 1.2 2005/08/09 04:50:36 ahze Exp $ # PORTNAME= oregano @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gtksourceview intlhack libglade2 \ libgnomeprintui libgnomeui USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile index d62abcaea..06cfd7feb 100644 --- a/devel/glade2/Makefile +++ b/devel/glade2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glade2/Makefile,v 1.12 2005/07/06 05:36:06 marcus Exp $ +# $MCom: ports/devel/glade2/Makefile,v 1.13 2005/07/06 05:37:28 marcus Exp $ # PORTNAME= glade @@ -23,7 +23,7 @@ RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/modules/libgail-gnome.so:${PORTSDIR}/x11-too USE_BZIP2= yes USE_X_PREFIX= yes INSTALLS_OMF= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix intlhack gnomehack libgnomedb libgnomeui USE_GMAKE= yes #CONFIGURE_ARGS= --enable-gnome-db diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index d26ca5747..68da56ba9 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.7 2005/08/08 15:05:09 kwm Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.8 2005/08/24 01:20:05 marcus Exp $ # PORTNAME= gedit @@ -23,7 +23,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix gnomehack intlhack \ libgnomeprintui libgnomeui eel2 gtksourceview desktopfileutils CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index c35034667..e1a9dbe80 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.56 2005/08/23 16:54:19 marcus Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.57 2005/08/26 02:37:51 marcus Exp $ # PORTNAME= librsvg2 @@ -27,7 +27,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GNOME= gnomehack gnomeprefix libartlgpl2 libgsf gtk20 ltverhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index b40bc28d4..ebbf9d6cd 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -2,7 +2,8 @@ # Date created: 01 March 2003 # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # -# $FreeBSD: ports/misc/quick-lounge-applet/Makefile,v 1.18 2005/04/05 00:59:56 marcus Exp $ +# $FreeBSD$ +# $MCom$ # PORTNAME= quick-lounge-applet @@ -20,7 +21,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile index 0777d4053..202e0c2a1 100644 --- a/sysutils/gnome-system-tools/Makefile +++ b/sysutils/gnome-system-tools/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnomesystemtools/Makefile,v 1.26 2005/08/09 04:40:21 marcus Exp $ +# $MCom: ports/sysutils/gnomesystemtools/Makefile,v 1.27 2005/08/24 01:27:32 marcus Exp $ # PORTNAME= gnomesystemtools @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomehack gnomeprefix gnometarget intlhack nautilus2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/sysutils/gnomesystemtools/Makefile b/sysutils/gnomesystemtools/Makefile index 0777d4053..202e0c2a1 100644 --- a/sysutils/gnomesystemtools/Makefile +++ b/sysutils/gnomesystemtools/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnomesystemtools/Makefile,v 1.26 2005/08/09 04:40:21 marcus Exp $ +# $MCom: ports/sysutils/gnomesystemtools/Makefile,v 1.27 2005/08/24 01:27:32 marcus Exp $ # PORTNAME= gnomesystemtools @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomehack gnomeprefix gnometarget intlhack nautilus2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 954cb0787..5e6c4b922 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/galeon/Makefile,v 1.1 2005/07/22 04:27:17 ahze Exp $ +# $MCom: ports/www/galeon/Makefile,v 1.2 2005/07/22 04:28:04 ahze Exp $ # PORTNAME= galeon @@ -49,7 +49,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui desktopfileutils \ gnomedesktop -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes CONFIGURE_ARGS= --enable-nautilus-view=no \ diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index add305db9..cbd5d932d 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -3,6 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ +# $MCom$ # PORTNAME= fontconfig @@ -20,7 +21,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ USE_GMAKE= yes PREFIX?= ${X11BASE} INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --with-expat-includes=${LOCALBASE}/include \ diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index 30b5627a5..fa194f6ae 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.7 2005/08/23 20:02:46 ahze Exp $ +# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.8 2005/08/23 20:13:28 ahze Exp $ # PORTNAME= gtk-engines2 @@ -23,7 +23,7 @@ CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]* USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gtk20 PLIST_SUB= GTK_VERSION="2.4.0" diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile index 45e28de74..b975493ec 100644 --- a/x11-toolkits/gtksourceview/Makefile +++ b/x11-toolkits/gtksourceview/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.17 2005/08/08 09:38:36 kwm Exp $ +# $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.18 2005/08/24 01:46:46 marcus Exp $ # PORTNAME= gtksourceview @@ -19,7 +19,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_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui CONFIGURE_ARGS= --enable-compile-warnings=no diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile index 45e28de74..b975493ec 100644 --- a/x11-toolkits/gtksourceview2/Makefile +++ b/x11-toolkits/gtksourceview2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.17 2005/08/08 09:38:36 kwm Exp $ +# $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.18 2005/08/24 01:46:46 marcus Exp $ # PORTNAME= gtksourceview @@ -19,7 +19,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_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui CONFIGURE_ARGS= --enable-compile-warnings=no diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 1ddc79dca..cc34e2951 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -3,7 +3,7 @@ # Whom: Garrett Rooney <rooneg@electricjellyfish.net> # # $FreeBSD$ -# $MCom: ports/x11-wm/metacity/Makefile,v 1.55 2005/08/09 04:52:22 marcus Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.56 2005/08/22 19:44:01 marcus Exp $ # PORTNAME= metacity @@ -22,7 +22,7 @@ CONFLICTS= expocity-[0-9]* USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix intlhack gnomehack gconf2 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-render |