diff options
-rw-r--r-- | accessibility/at-spi2-atk/Makefile | 3 | ||||
-rw-r--r-- | audio/libaudiofile/Makefile | 5 | ||||
-rw-r--r-- | devel/gnome-common/Makefile | 4 | ||||
-rw-r--r-- | devel/libgee/Makefile | 3 | ||||
-rw-r--r-- | devel/py-gobject/Makefile | 6 | ||||
-rw-r--r-- | devel/py-gobject3/Makefile | 4 | ||||
-rw-r--r-- | graphics/colord/Makefile | 1 | ||||
-rw-r--r-- | graphics/libchamplain/Makefile | 5 | ||||
-rw-r--r-- | graphics/libchamplain08/Makefile | 10 | ||||
-rw-r--r-- | misc/shared-mime-info/Makefile | 3 | ||||
-rw-r--r-- | multimedia/gstreamer1-libav/Makefile | 4 | ||||
-rw-r--r-- | net-im/telepathy-farsight/Makefile | 3 | ||||
-rw-r--r-- | net-im/telepathy-farstream/Makefile | 3 | ||||
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 5 | ||||
-rw-r--r-- | net-im/telepathy-glib/Makefile | 5 | ||||
-rw-r--r-- | net-im/telepathy-idle/Makefile | 5 | ||||
-rw-r--r-- | net-im/telepathy-mission-control/Makefile | 5 | ||||
-rw-r--r-- | net-im/telepathy-salut/Makefile | 5 | ||||
-rw-r--r-- | textproc/yelp-xsl/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme-symbolic/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/pangox-compat/Makefile | 5 |
22 files changed, 36 insertions, 59 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile index fccc10d29..839f72a40 100644 --- a/accessibility/at-spi2-atk/Makefile +++ b/accessibility/at-spi2-atk/Makefile @@ -21,9 +21,8 @@ PORTSCOUT= limitw:1,even USE_XZ= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomehier intlhack glib20 atk -USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 2e8d9ccf7..9f0500607 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -1,6 +1,6 @@ # Created by: Vanilla I. Shu <vanilla@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/audio/libaudiofile/Makefile 17271 2013-04-01 15:16:27Z kwm $ PORTNAME= libaudiofile PORTVERSION= 0.3.2 @@ -16,8 +16,7 @@ CONFLICTS= osalp-0.7.* USE_XZ= yes USE_AUTOTOOLS= libtool -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile index a2dd1aa79..25c572e76 100644 --- a/devel/gnome-common/Makefile +++ b/devel/gnome-common/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/devel/gnome-common/Makefile 17272 2013-04-01 15:47:52Z kwm $ PORTNAME= gnome-common PORTVERSION= 3.6.0 @@ -13,7 +13,7 @@ COMMENT= Common automake macros for GNOME 2 and GNOME 3 USE_XZ= yes USE_GMAKE= yes -USE_PKGCONFIG= both +USES= pkgconfig GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/devel/libgee/Makefile b/devel/libgee/Makefile index f0c1d8b31..3bc09a4a5 100644 --- a/devel/libgee/Makefile +++ b/devel/libgee/Makefile @@ -16,9 +16,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes USE_GMAKE= yes USE_XZ= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 gnomehier -USE_PKGCONFIG= build USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index 9fe309b51..8f9e1a9c0 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/devel/py-gobject/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= gobject PORTVERSION= 2.28.6 @@ -26,9 +26,9 @@ RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomehack glib20 +USES= pathfix pkgconfig +USE_GNOME= glib20 USE_PYTHON= 2.5+ -USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-docs --disable-introspection diff --git a/devel/py-gobject3/Makefile b/devel/py-gobject3/Makefile index 8f2a87328..0809cccc9 100644 --- a/devel/py-gobject3/Makefile +++ b/devel/py-gobject3/Makefile @@ -26,9 +26,9 @@ RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}${PORTNAME}3 USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomehack glib20 +USES= pathfix pkgconfig +USE_GNOME= glib20 USE_PYTHON= 2.5+ -USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile index e73ff9785..7a127551e 100644 --- a/graphics/colord/Makefile +++ b/graphics/colord/Makefile @@ -20,7 +20,6 @@ GROUPS= colord USE_XZ= yes USE_GNOME= gnomehier glib20 intlhack -USE_PKGCONFIG= build USE_GMAKE= yes USES= gettext pathfix pkgconfig USE_SQLITE= 3 diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index df95fc9dc..e8be19d08 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -1,6 +1,6 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/graphics/libchamplain/Makefile 17271 2013-04-01 15:16:27Z kwm $ PORTNAME= libchamplain PORTVERSION= 0.12.3 @@ -15,8 +15,7 @@ LIB_DEPENDS= clutter-gtk-1.0:${PORTSDIR}/graphics/clutter-gtk3 \ soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome USE_XZ= yes -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_GNOME= gtk30 ltverhack gnomehier USE_AUTOTOOLS= libtool USE_GMAKE= yes diff --git a/graphics/libchamplain08/Makefile b/graphics/libchamplain08/Makefile index 89cf59deb..e573d6ed8 100644 --- a/graphics/libchamplain08/Makefile +++ b/graphics/libchamplain08/Makefile @@ -1,6 +1,6 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/graphics/libchamplain08/Makefile 17271 2013-04-01 15:16:27Z kwm $ PORTNAME= libchamplain PORTVERSION= 0.8.3 @@ -15,8 +15,7 @@ LIB_DEPENDS= clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \ LATEST_LINK= libchamplain08 USE_BZIP2= yes -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_GNOME= gtk20 ltverhack:1 gnomehier USE_AUTOTOOLS= libtool USE_GMAKE= yes @@ -43,9 +42,4 @@ CONFIGURE_ARGS+= --enable-python=no PLIST_SUB+= PYTHON="@comment " .endif -.pre-everything: - @${ECHO_CMD} "" - @${ECHO_CMD} "Specify WITHOUT_PYTHON=yes to disable python bindings" - @${ECHO_CMD} "" - .include <bsd.port.mk> diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index 6bff660a1..e859bd71a 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -13,9 +13,8 @@ COMMENT= MIME types database from the freedesktop.org project USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-mimedb -USES= gettext pathfix +USES= gettext pathfix pkgconfig USE_GMAKE= yes -USE_PKGCONFIG= build USE_GNOME= glib20 libxml2 intltool intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/multimedia/gstreamer1-libav/Makefile b/multimedia/gstreamer1-libav/Makefile index c0586e980..7d475441f 100644 --- a/multimedia/gstreamer1-libav/Makefile +++ b/multimedia/gstreamer1-libav/Makefile @@ -1,6 +1,6 @@ # Created by: Koop Mast <kwm@rainbow-runner.nl> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/multimedia/gstreamer1-libav/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= gstreamer1-libav PORTVERSION= 1.0.5 @@ -22,9 +22,9 @@ LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc USE_XZ= yes USE_GMAKE= yes USE_LDCONFIG= yes +USES= pkgconfig USE_GSTREAMER1= yes GNU_CONFIGURE= yes -USE_PKGCONFIG= build LIBAV_CONFIG= --cc=${CC} \ --enable-runtime-cpudetect \ --enable-pic diff --git a/net-im/telepathy-farsight/Makefile b/net-im/telepathy-farsight/Makefile index 158d226c1..1fe9ea3fb 100644 --- a/net-im/telepathy-farsight/Makefile +++ b/net-im/telepathy-farsight/Makefile @@ -19,8 +19,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_PYTHON= yes USE_AUTOTOOLS= libtool -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_GNOME= glib20 ltverhack libxslt:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} diff --git a/net-im/telepathy-farstream/Makefile b/net-im/telepathy-farstream/Makefile index 55a8ad706..58869f7b5 100644 --- a/net-im/telepathy-farstream/Makefile +++ b/net-im/telepathy-farstream/Makefile @@ -19,8 +19,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_PYTHON= yes USE_AUTOTOOLS= libtool -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_GNOME= glib20 ltverhack libxslt:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index 7bad519bc..80308899d 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -1,6 +1,6 @@ # Created by: Florent Thoumie <flz@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/net-im/telepathy-gabble/Makefile 17271 2013-04-01 15:16:27Z kwm $ PORTNAME= telepathy-gabble PORTVERSION= 0.16.1 @@ -23,8 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_ro GNU_CONFIGURE= yes LDFLAGS+= -pthread USE_GMAKE= yes -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_GNOME= glib20 libxslt:build USE_SQLITE= yes USE_OPENSSL= yes diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile index e283c1ff9..d74f85e05 100644 --- a/net-im/telepathy-glib/Makefile +++ b/net-im/telepathy-glib/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/net-im/telepathy-glib/Makefile 18373 2013-04-15 09:24:28Z kwm $ PORTNAME= telepathy-glib PORTVERSION= 0.20.2 @@ -17,8 +17,7 @@ RUN_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_GNOME= glib20 ltverhack gnomehier libxslt:build USE_PYTHON_BUILD= yes MAKE_JOBS_UNSAFE= yes diff --git a/net-im/telepathy-idle/Makefile b/net-im/telepathy-idle/Makefile index 35dd5290f..3416ce447 100644 --- a/net-im/telepathy-idle/Makefile +++ b/net-im/telepathy-idle/Makefile @@ -1,6 +1,6 @@ # Created by: Florent Thoumie <flz@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/net-im/telepathy-idle/Makefile 17275 2013-04-01 20:54:08Z kwm $ PORTNAME= telepathy-idle PORTVERSION= 0.1.11 @@ -17,8 +17,7 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ GNU_CONFIGURE= yes USE_OPENSSL= yes USE_GMAKE= yes -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_GNOME= glib20 libxslt:build MAN8= telepathy-idle.8 diff --git a/net-im/telepathy-mission-control/Makefile b/net-im/telepathy-mission-control/Makefile index e713d5c91..05ec0dc2d 100644 --- a/net-im/telepathy-mission-control/Makefile +++ b/net-im/telepathy-mission-control/Makefile @@ -1,6 +1,6 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/net-im/telepathy-mission-control/Makefile 17271 2013-04-01 15:16:27Z kwm $ PORTNAME= telepathy-mission-control PORTVERSION= 5.12.0 @@ -13,8 +13,7 @@ COMMENT= Telepathy component to apps to abstract details of connection managers LIB_DEPENDS= telepathy:${PORTSDIR}/net-im/libtelepathy \ dbus-glib-1:${PORTSDIR}/devel/dbus-glib -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_GNOME= gnomeprefix gconf2 libxslt ltverhack USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile index 44917628b..18806450d 100644 --- a/net-im/telepathy-salut/Makefile +++ b/net-im/telepathy-salut/Makefile @@ -1,6 +1,6 @@ # Created by: Florent Thoumie <flz@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/net-im/telepathy-salut/Makefile 17271 2013-04-01 15:16:27Z kwm $ PORTNAME= telepathy-salut PORTVERSION= 0.8.0 @@ -16,9 +16,8 @@ LIB_DEPENDS= avahi-glib:${PORTSDIR}/net/avahi-app \ GNU_CONFIGURE= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 libxslt:build -USE_PKGCONFIG= build USE_OPENSSL= yes USE_PYTHON_BUILD= yes USE_SQLITE= 3 diff --git a/textproc/yelp-xsl/Makefile b/textproc/yelp-xsl/Makefile index 1598df90f..5ad77c96a 100644 --- a/textproc/yelp-xsl/Makefile +++ b/textproc/yelp-xsl/Makefile @@ -15,8 +15,7 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool USE_XZ= yes USE_GMAKE= yes -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_GNOME= gnomeprefix intlhack libxml2 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 14d3cccf0..f5eb193da 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -21,9 +21,8 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= ltverhack -USE_PKGCONFIG= build CONFIGURE_ARGS= --with-configdir=${PREFIX}/etc/fonts/conf.d \ --with-templatedir=${PREFIX}/etc/fonts/conf.avail \ --with-xmldir=${PREFIX}/etc/fonts \ diff --git a/x11-themes/gnome-icon-theme-symbolic/Makefile b/x11-themes/gnome-icon-theme-symbolic/Makefile index 62657e778..cc4ee6958 100644 --- a/x11-themes/gnome-icon-theme-symbolic/Makefile +++ b/x11-themes/gnome-icon-theme-symbolic/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/x11-themes/gnome-icon-theme-symbolic/Makefile 17271 2013-04-01 15:16:27Z kwm $ PORTNAME= gnome-icon-theme-symbolic PORTVERSION= 3.4.0 @@ -15,8 +15,7 @@ BUILD_DEPENDS= icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils USE_XZ= yes INSTALLS_ICONS= yes USE_GMAKE= yes -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_GNOME= gnomeprefix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11-toolkits/pangox-compat/Makefile b/x11-toolkits/pangox-compat/Makefile index 23852e1b6..3a0469ec7 100644 --- a/x11-toolkits/pangox-compat/Makefile +++ b/x11-toolkits/pangox-compat/Makefile @@ -1,6 +1,6 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/x11-toolkits/pangox-compat/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= pangox-compat PORTVERSION= 0.0.2 @@ -19,9 +19,8 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 pango -USE_PKGCONFIG= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |