diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-17 04:52:58 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-17 04:52:58 +0800 |
commit | 8052fd3fb7fe6d92a2417b006fdc2957f45cc132 (patch) | |
tree | 729163e48ba648e9fb5ba1252bf62584d782bfe5 | |
parent | 99718a31ef357e9ddb0e9aa383d2c7c847330738 (diff) | |
download | freebsd-ports-gnome-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.gz freebsd-ports-gnome-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.zst freebsd-ports-gnome-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.zip |
Utilize USE_GNOME= pkgconfig.
-rw-r--r-- | audio/libaudiofile/Makefile | 5 | ||||
-rw-r--r-- | converters/fribidi/Makefile | 5 | ||||
-rw-r--r-- | devel/ORBit/Makefile | 2 | ||||
-rw-r--r-- | devel/glib12/Makefile | 4 | ||||
-rw-r--r-- | devel/glib20/Makefile | 4 | ||||
-rw-r--r-- | devel/gnome-common/Makefile | 4 | ||||
-rw-r--r-- | devel/gnomecommon/Makefile | 4 | ||||
-rw-r--r-- | devel/libsigc++12/Makefile | 6 | ||||
-rw-r--r-- | devel/libsigc++20/Makefile | 6 | ||||
-rw-r--r-- | graphics/libart_lgpl/Makefile | 5 | ||||
-rw-r--r-- | graphics/libart_lgpl2/Makefile | 5 | ||||
-rw-r--r-- | lang/mono/Makefile | 3 | ||||
-rw-r--r-- | misc/gnome-mime-data/Makefile | 4 | ||||
-rw-r--r-- | misc/gnomemimedata/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml/Makefile | 6 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 4 | ||||
-rw-r--r-- | x11/startup-notification/Makefile | 6 |
18 files changed, 20 insertions, 61 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 4e19b4395f3b..c0a6b21e0806 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -16,10 +16,7 @@ DISTNAME= audiofile-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A sound library for SGI audio file -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - -USE_GNOME= gnomehack +USE_GNOME= gnomehack pkgconfig INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index 53b5a25b496a..506963f4f4fd 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -16,11 +16,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_LIBTOOL= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack pkgconfig INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index c9ef9f128147..784eca4a20c1 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -15,9 +15,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= High-performance CORBA ORB with support for the C language -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_GMAKE= yes diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile index 333c91a62e89..743cc3efed57 100644 --- a/devel/glib12/Makefile +++ b/devel/glib12/Makefile @@ -12,12 +12,10 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/glib/1.2 -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - MAINTAINER= gnome@FreeBSD.org COMMENT= Some useful routines of C programming (previous stable version) +USE_GNOME= pkgconfig USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-suffix diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 19a6a23a51bf..da5e8960e0f1 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -20,9 +20,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Some useful routines of C programming (current stable version) -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig NO_LATEST_LINK= yes @@ -30,7 +28,7 @@ USE_BZIP2= yes USE_LIBTOOL= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes USE_PERL5= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile index 8a26d2d47eb5..895158be2f4e 100644 --- a/devel/gnome-common/Makefile +++ b/devel/gnome-common/Makefile @@ -16,12 +16,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Common automake macros for GNOME and GOME 2.0 -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/devel/gnomecommon/Makefile b/devel/gnomecommon/Makefile index 8a26d2d47eb5..895158be2f4e 100644 --- a/devel/gnomecommon/Makefile +++ b/devel/gnomecommon/Makefile @@ -16,12 +16,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Common automake macros for GNOME and GOME 2.0 -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/devel/libsigc++12/Makefile b/devel/libsigc++12/Makefile index c46790636a2a..6ff2ab9aa682 100644 --- a/devel/libsigc++12/Makefile +++ b/devel/libsigc++12/Makefile @@ -17,14 +17,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Callback Framework for C++ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_GMAKE= yes LATEST_LINK= libsigc++12 INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes .include <bsd.port.mk> diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index c46790636a2a..6ff2ab9aa682 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -17,14 +17,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Callback Framework for C++ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_GMAKE= yes LATEST_LINK= libsigc++12 INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes .include <bsd.port.mk> diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index e7ba66cf7e35..7570fa77770b 100644 --- a/graphics/libart_lgpl/Makefile +++ b/graphics/libart_lgpl/Makefile @@ -16,13 +16,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for high-performance 2D graphics -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_BZIP2= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes CONFLICTS= libart-* diff --git a/graphics/libart_lgpl2/Makefile b/graphics/libart_lgpl2/Makefile index e7ba66cf7e35..7570fa77770b 100644 --- a/graphics/libart_lgpl2/Makefile +++ b/graphics/libart_lgpl2/Makefile @@ -16,13 +16,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for high-performance 2D graphics -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_BZIP2= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes CONFLICTS= libart-* diff --git a/lang/mono/Makefile b/lang/mono/Makefile index c8ce6cdc31fe..e9e644c32ceb 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -14,13 +14,12 @@ MASTER_SITES= http://www.go-mono.com/archive/ MAINTAINER= gnome@FreeBSD.org COMMENT= An open source implementation of .NET Development Framework -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc USE_LIBTOOL= yes USE_REINPLACE= yes USE_BISON= yes -USE_GNOME= gnomehack glib20 +USE_GNOME= gnomehack glib20 pkgconfig INSTALLS_SHLIB= yes CONFIGURE_ARGS= --program-transform-name=\'\' CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile index 55e5bc520959..b6a23f174149 100644 --- a/misc/gnome-mime-data/Makefile +++ b/misc/gnome-mime-data/Makefile @@ -16,13 +16,11 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A MIME and Application database for GNOME -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget +USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" diff --git a/misc/gnomemimedata/Makefile b/misc/gnomemimedata/Makefile index 55e5bc520959..b6a23f174149 100644 --- a/misc/gnomemimedata/Makefile +++ b/misc/gnomemimedata/Makefile @@ -16,13 +16,11 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A MIME and Application database for GNOME -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget +USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 9479e0e8a015..69013187f47b 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -15,16 +15,14 @@ MASTER_SITE_SUBDIR= sources/libxml/1.8 MAINTAINER= gnome@FreeBSD.org COMMENT= Xml parser library for GNOME -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_GMAKE= yes +USE_GNOME= pkgconfig USE_REINPLACE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes pre-patch: - @find ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \ + @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' .include <bsd.port.mk> diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 4fbb6700ac6b..859dd10bea1d 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -16,14 +16,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Xml parser library for GNOME -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack gnometarget pkgconfig INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \ diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 4fce4aee2478..2f5a54825614 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -14,17 +14,15 @@ MASTER_SITES= http://www.fontconfig.org/release/ \ MAINTAINER= gnome@FreeBSD.org COMMENT= An XML-based font configuration API for X Windows -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ expat.4:${PORTSDIR}/textproc/expat2 -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_GMAKE= yes PREFIX?= ${X11BASE} INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_REINPLACE= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack pkgconfig CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --with-expat-includes=${LOCALBASE}/include \ --with-expat-lib=${LOCALBASE}/lib \ diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 98791038bb0d..d90ecf312419 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -16,14 +16,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library that supports startup notification spec from freedesktop.org -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_BZIP2= yes USE_X_PREFIX= yes -USE_REINPLACE= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier +USE_GNOME= gnomeprefix gnomehack gnomehier pkgconfig USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |