svn commit: r326491 - in head: accessibility/java-access-bridge audio/beast audio/calf audio/gstreamer-plugins-fluendo-mp3 audio/gstreamer-plugins-moodbar audio/mp3splt-gtk audio/scrobbler chinese/...
Baptiste Daroussin
bapt at FreeBSD.org
Fri Sep 6 12:12:11 UTC 2013
Author: bapt
Date: Fri Sep 6 12:12:00 2013
New Revision: 326491
URL: http://svnweb.freebsd.org/changeset/ports/326491
Log:
Add an explicit dependency on pkgconf
Modified:
head/accessibility/java-access-bridge/Makefile
head/audio/beast/Makefile
head/audio/calf/Makefile
head/audio/gstreamer-plugins-fluendo-mp3/Makefile
head/audio/gstreamer-plugins-moodbar/Makefile
head/audio/mp3splt-gtk/Makefile
head/audio/scrobbler/Makefile
head/chinese/ibus-pinyin/Makefile
head/comms/gmfsk/Makefile
head/deskutils/gxneur/Makefile
head/deskutils/labyrinth/Makefile
head/deskutils/pinot/Makefile
head/devel/flowdesigner/Makefile
head/devel/libgconf-java/Makefile
head/devel/nemiver/Makefile
head/editors/madedit/Makefile
head/editors/winefish/Makefile
head/ftp/filezilla/Makefile
head/games/critterding/Makefile
head/games/lander/Makefile
head/games/lordsawar/Makefile
head/games/monkeybubble/Makefile
head/graphics/edje_viewer/Makefile
head/graphics/eog-plugins/Makefile
head/graphics/gource/Makefile
head/graphics/gstreamer-plugins-gl/Makefile
head/graphics/gtimelapse/Makefile
head/graphics/ocrfeeder/Makefile
head/graphics/passepartout/Makefile
head/graphics/visionworkbench/Makefile
head/japanese/gjiten/Makefile
head/japanese/ibus-skk/Makefile
head/japanese/im-ja/Makefile
head/math/drgeo/Makefile
head/multimedia/audiopreview/Makefile
head/multimedia/clutter-gst/Makefile
head/multimedia/gmencoder/Makefile
head/multimedia/gst123/Makefile
head/multimedia/gstreamer-plugins-buzztard/Makefile
head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile
head/multimedia/ogmrip/Makefile
head/multimedia/subtitleeditor/Makefile
head/net-im/psimedia/Makefile
head/net/gnome-mud/Makefile
head/security/razorback-clamavNugget/Makefile
head/www/swfdec-plugin/Makefile
head/x11-clocks/alarm-clock/Makefile
head/x11/florence/Makefile
head/x11/terminology/Makefile
Modified: head/accessibility/java-access-bridge/Makefile
==============================================================================
--- head/accessibility/java-access-bridge/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/accessibility/java-access-bridge/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -15,7 +15,7 @@ COMMENT= Gnome Java Accessibility Bridge
BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop
RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop
-USES= gmake
+USES= gmake pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= atspi gnomehack
Modified: head/audio/beast/Makefile
==============================================================================
--- head/audio/beast/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/audio/beast/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -21,7 +21,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/
OPTIONS_DEFINE_i386= SSE
USE_BZIP2= yes
-USES= gmake pathfix gettext
+USES= gmake pathfix gettext pkgconfig
USE_GCC= yes
USE_GNOME= gnomehier libgnomecanvas
GNU_CONFIGURE= yes
Modified: head/audio/calf/Makefile
==============================================================================
--- head/audio/calf/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/audio/calf/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -22,7 +22,7 @@ OPTIONS_DEFINE= LASH LV2
OPTIONS_DEFAULT=LASH LV2
LV2_DESC= LV2 audio plugin
-USES= gmake
+USES= gmake pkgconfig
USE_GCC= any
USE_GNOME= gtk20
GNU_CONFIGURE= yes
Modified: head/audio/gstreamer-plugins-fluendo-mp3/Makefile
==============================================================================
--- head/audio/gstreamer-plugins-fluendo-mp3/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/audio/gstreamer-plugins-fluendo-mp3/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gstreamer-plugins-fluendo-mp3
-# Date created: 2007-02-25
-# Whom: Michael Johnson <ahze at FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gstreamer-plugins-fluendo-mp3
PORTVERSION= 0.10.20
@@ -17,6 +13,7 @@ COMMENT= Mp3 gstreamer plugin from fluen
LICENSE= MIT
CFLAGS:= ${CFLAGS} -O2
+USES= pkgconfig
USE_GSTREAMER= yes
GNU_CONFIGURE= yes
PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.la \
Modified: head/audio/gstreamer-plugins-moodbar/Makefile
==============================================================================
--- head/audio/gstreamer-plugins-moodbar/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/audio/gstreamer-plugins-moodbar/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -17,7 +17,7 @@ LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fft
CFLAGS:= ${CFLAGS} -O2
USE_GSTREAMER= yes good
-USES= gmake
+USES= gmake pkgconfig
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
Modified: head/audio/mp3splt-gtk/Makefile
==============================================================================
--- head/audio/mp3splt-gtk/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/audio/mp3splt-gtk/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -23,7 +23,7 @@ USE_AUTOTOOLS= libltdl
USE_GSTREAMER= yes
USE_GNOME= gnomedocutils gtk20
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/audio/scrobbler/Makefile
==============================================================================
--- head/audio/scrobbler/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/audio/scrobbler/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -17,7 +17,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
CONFLICTS= bmp-scrobbler-[0-9]* \
xmms-scrobbler-[0-9]*
-USES= gmake
+USES= gmake pkgconfig
USE_BZIP2= yes
USE_GCC= any
GNU_CONFIGURE= yes
Modified: head/chinese/ibus-pinyin/Makefile
==============================================================================
--- head/chinese/ibus-pinyin/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/chinese/ibus-pinyin/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -21,7 +21,7 @@ USE_PYTHON= yes
USE_GNOME= pygtk2
USE_GCC= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension
Modified: head/comms/gmfsk/Makefile
==============================================================================
--- head/comms/gmfsk/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/comms/gmfsk/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gmfsk
-# Date created: 29th May 2003
-# Whom: Carl Makin <carl at stagecraft.cx>
-#
+# Created by: Carl Makin <carl at stagecraft.cx>
# $FreeBSD$
-#
PORTNAME= gmfsk
PORTVERSION= 0.6
@@ -23,7 +19,7 @@ GNU_CONFIGURE= yes
# preprocessor include tests. The following line is a work around.
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_GNOME= libgnomeui gnomehack gnomeprefix
INSTALLS_OMF= yes
Modified: head/deskutils/gxneur/Makefile
==============================================================================
--- head/deskutils/gxneur/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/deskutils/gxneur/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -13,10 +13,9 @@ COMMENT= GTK frontend for XNeur keyboard
BUILD_DEPENDS= xneur:${PORTSDIR}/deskutils/xneur
RUN_DEPENDS= xneur:${PORTSDIR}/deskutils/xneur
-
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USES= desktop-file-utils
+USES= desktop-file-utils pkgconfig
USE_GNOME= gconf2 gtk20 libglade2
INSTALLS_ICONS= yes
Modified: head/deskutils/labyrinth/Makefile
==============================================================================
--- head/deskutils/labyrinth/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/deskutils/labyrinth/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -11,11 +11,10 @@ COMMENT= Mind-mapping tool for GNOME
RUN_DEPENDS+= f2py:${PORTSDIR}/math/py-numpy
GNU_CONFIGURE= yes
-USE_GMAKE= yes
CONFIGURE_ENV= GMSGFMT=msgfmt
USE_GNOME= pygnome2 gnomedesktop gnomehack
USE_PYTHON= yes
-USES= gettext
+USES= gettext gmake pkgconfig
INSTALLS_ICONS= yes
.include <bsd.port.mk>
Modified: head/deskutils/pinot/Makefile
==============================================================================
--- head/deskutils/pinot/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/deskutils/pinot/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -47,7 +47,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
USE_DOS2UNIX= textcat32_conf.txt
USE_XORG= pixman
-USES= gettext
+USES= gettext pkgconfig
USE_SQLITE= 3
USE_PYTHON= yes
USE_OPENSSL= yes
Modified: head/devel/flowdesigner/Makefile
==============================================================================
--- head/devel/flowdesigner/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/devel/flowdesigner/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -14,9 +14,8 @@ COMMENT= A free (GPL) "data flow oriente
LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \
fftw.2:${PORTSDIR}/math/fftw
-USES= pathfix
+USES= pathfix gmake pkgconfig
USE_GNOME= libgnomeui libxml2
-USE_GMAKE= yes
USE_AUTOTOOLS= libtool
LIBTOOLFILES= ${CONFIGURE_SCRIPT} FuzzyEngine/configure \
HMM/configure NNet/configure \
Modified: head/devel/libgconf-java/Makefile
==============================================================================
--- head/devel/libgconf-java/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/devel/libgconf-java/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -15,8 +15,8 @@ COMMENT= Java wrapper for GConf
BUILD_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java
RUN_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java
+USES= gmake pkgconfig
USE_BZIP2= yes
-USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_JAVA= yes
Modified: head/devel/nemiver/Makefile
==============================================================================
--- head/devel/nemiver/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/devel/nemiver/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -26,11 +26,10 @@ GHEX_DESC= Enable memory view
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= ac_cv_path_GDB_PROG=${LOCALBASE}/bin/gdb
-USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intltool gnomedocutils gconf2 vte
USE_GCC= yes
USE_LDCONFIG= yes
-USES= gettext
+USES= gettext gmake pkgconfig
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
MAN1= nemiver.1
Modified: head/editors/madedit/Makefile
==============================================================================
--- head/editors/madedit/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/editors/madedit/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/MadEdit/Mad
MAINTAINER= delphij at FreeBSD.org
COMMENT= An open-source and cross-platform text/hex editor
-USES= gettext
+USES= gettext pkgconfig
USE_WX= 2.6+
WANT_UNICODE= yes
USE_DOS2UNIX= yes
Modified: head/editors/winefish/Makefile
==============================================================================
--- head/editors/winefish/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/editors/winefish/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -24,7 +24,7 @@ MANCOMPRESSED= no
CONFIGURE_ARGS+= --with-freedesktop_org-menu=${GNOME_LOCALSTATEDIR}/applications --with-icon-path=${GNOME_LOCALSTATEDIR}/pixmaps
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_GNOME= libgnomeui desktopfileutils gnomehier
USE_TEX= latex
Modified: head/ftp/filezilla/Makefile
==============================================================================
--- head/ftp/filezilla/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/ftp/filezilla/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -24,7 +24,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security
INSTALLS_ICONS= yes
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_SQLITE= 3
USE_WX= 2.8
WX_CONF_ARGS= relative
Modified: head/games/critterding/Makefile
==============================================================================
--- head/games/critterding/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/games/critterding/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -13,6 +13,7 @@ COMMENT= Evolving Artificial Life
LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
USE_BZIP2= yes
+USES= pkgconfig
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool
USE_SDL= sdl
Modified: head/games/lander/Makefile
==============================================================================
--- head/games/lander/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/games/lander/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -15,7 +15,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/
boost_filesystem:${PORTSDIR}/devel/boost-libs
GNU_CONFIGURE= yes
-USES= gettext
+USES= gettext pkgconfig
USE_SDL= sdl image mixer
USE_GL= gl glu
USE_GCC= 4.2+
Modified: head/games/lordsawar/Makefile
==============================================================================
--- head/games/lordsawar/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/games/lordsawar/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -16,11 +16,10 @@ LIB_DEPENDS= tar:${PORTSDIR}/devel/libta
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
gnet-2:${PORTSDIR}/net/gnet2
-USES= gettext
+USES= gettext gmake pkgconfig
USE_GNOME= gnomehier gtkmm24
USE_SDL= sdl image mixer
USE_GCC= any
-USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-boost-includedir=${LOCALBASE}/include
Modified: head/games/monkeybubble/Makefile
==============================================================================
--- head/games/monkeybubble/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/games/monkeybubble/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -11,11 +11,10 @@ DISTNAME= monkey-bubble-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= GTK2 Puzzle Bobble clone with monkeys
-USES= pathfix
+USES= pathfix gmake pkgconfig
USE_GNOME= gnomedocutils gnomeprefix intlhack \
librsvg2 libgnomeui
USE_GSTREAMER= yes
-USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/graphics/edje_viewer/Makefile
==============================================================================
--- head/graphics/edje_viewer/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/graphics/edje_viewer/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -9,6 +9,7 @@ MASTER_SITES= LOCAL/gblach/e17/extra/
MAINTAINER= gblach at FreeBSD.org
COMMENT= A simple viewer for .edj files
+USES= pkgconfig
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
Modified: head/graphics/eog-plugins/Makefile
==============================================================================
--- head/graphics/eog-plugins/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/graphics/eog-plugins/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -17,11 +17,10 @@ LIB_DEPENDS= gdata.7:${PORTSDIR}/devel/l
RUN_DEPENDS= eog:${PORTSDIR}/graphics/eog
USE_BZIP2= yes
-USE_GMAKE= yes
USE_GL= gl
USE_GNOME= gnomeprefix intlhack gtk20
WANT_GNOME= yes
-USES= gettext pathfix
+USES= gettext pathfix gmake pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/graphics/gource/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/glm/gl
GNU_CONFIGURE= yes
USE_GCC= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
MANCOMPRESSED= yes
CONFIGURE_ARGS+=--with-boost-system=boost_system \
Modified: head/graphics/gstreamer-plugins-gl/Makefile
==============================================================================
--- head/graphics/gstreamer-plugins-gl/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/graphics/gstreamer-plugins-gl/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gstreamer-plugins-gl
-# Date created: 6 Sep 2010
-# Whom: Koop Mast <kwm at FreeBSD.org>
-#
+# Created by: Koop Mast <kwm at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gstreamer-plugins-gl
PORTVERSION= 0.10.3
@@ -19,9 +15,8 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/
jpeg.11:${PORTSDIR}/graphics/jpeg
USE_BZIP2= yes
-USE_GMAKE= yes
USE_LDCONFIG= yes
-USES= pathfix gettext
+USES= pathfix gettext gmake pkgconfig
USE_GSTREAMER= yes
USE_XORG= ice x11
USE_GL= gl glu glew
Modified: head/graphics/gtimelapse/Makefile
==============================================================================
--- head/graphics/gtimelapse/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/graphics/gtimelapse/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gTimelapse
-# Date created: 29 Aug 2011
-# Whom: Alexey Dokuchaev <danfe at FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gtimelapse
DISTVERSION= 0.1
@@ -20,6 +16,7 @@ LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graph
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
+USES= pkgconfig
USE_WX= 2.8+
WRKSRC= ${WRKDIR}/${PORTNAME}
Modified: head/graphics/ocrfeeder/Makefile
==============================================================================
--- head/graphics/ocrfeeder/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/graphics/ocrfeeder/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -25,10 +25,9 @@ MAN1= ocrfeeder-cli.1 ocrfeeder.1
USE_XZ= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_PYTHON= yes
USE_GNOME= pygtk2 pygnomeextras
-USES= gettext
+USES= gettext gmake pkgconfig
USE_GHOSTSCRIPT=yes
.include <bsd.port.options.mk>
Modified: head/graphics/passepartout/Makefile
==============================================================================
--- head/graphics/passepartout/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/graphics/passepartout/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,10 +1,6 @@
-# New ports collection makefile for: passepartout
-# Date created: 11st Sep 2003
-# Whom: Alexander Nedotsukov <bland at FreeBSD.org>
-#
+# Created by: Alexander Nedotsukov <bland at FreeBSD.org>
# $FreeBSD$
# $MCom: ports/graphics/passepartout/Makefile,v 1.4 2006/09/30 15:31:05 ahze Exp $
-#
PORTNAME= passepartout
PORTVERSION= 0.7.1
@@ -24,8 +20,7 @@ LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}
RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
USE_BZIP2= yes
-USE_GMAKE= yes
-USES= pathfix
+USES= pathfix gmake pkgconfig
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/graphics/visionworkbench/Makefile
==============================================================================
--- head/graphics/visionworkbench/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/graphics/visionworkbench/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_QT4= moc_build qmake_build
USE_FORTRAN= yes
USE_LDCONFIG= yes
Modified: head/japanese/gjiten/Makefile
==============================================================================
--- head/japanese/gjiten/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/japanese/gjiten/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gjiten
-# Date created: 2012-09-03
-# Whom: Stephane Lapie <stephane.lapie at darkbsd.org>
-#
+# Created by: Stephane Lapie <stephane.lapie at darkbsd.org>
# $FreeBSD$
-#
PORTNAME= gjiten
PORTVERSION= 2.6
@@ -18,7 +14,7 @@ UTF8_DESC= Use UTF-8 edict dictionaries
KANJIPAD_DESC= Use Kanjipad
USE_GNOME= gtk20 gconf2 libglade libgnomeui
-USE_GMAKE= yes
+USES= gmake pkgconfig
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/japanese/ibus-skk/Makefile
==============================================================================
--- head/japanese/ibus-skk/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/japanese/ibus-skk/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ibus-skk
-# Date created: 4 January 2010
-# Whom: Hiroto Kagotani <hiroto.kagotani at gmail.com>
-#
+# Created by: Hiroto Kagotani <hiroto.kagotani at gmail.com>
# $FreeBSD$
-#
PORTNAME= ibus-skk
PORTVERSION= 1.4.1
@@ -19,9 +15,7 @@ LIB_DEPENDS= skk:${PORTSDIR}/japanese/li
ibus-1.0:${PORTSDIR}/textproc/ibus
USE_PYTHON= yes
-USES= gettext
-
-USE_GMAKE= yes
+USES= gettext gmake pkgconfig
USE_GNOME= intltool
GNU_CONFIGURE= yes
CONFIGURE_ENV+= DATADIRNAME=share
Modified: head/japanese/im-ja/Makefile
==============================================================================
--- head/japanese/im-ja/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/japanese/im-ja/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -17,10 +17,9 @@ CANNA_DESC= Use Canna
WNN_DESC= Use FreeWnn
GNOMEPANEL_DESC= Build GNOME Panel Applet
-USES= pathfix perl5
+USES= pathfix perl5 gmake pkgconfig
USE_GNOME= gconf2 gnomeprefix intlhack libglade2
USE_PERL5= build
-USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= im-ja-conf.1 im-ja-xim-server.1
Modified: head/math/drgeo/Makefile
==============================================================================
--- head/math/drgeo/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/math/drgeo/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -12,9 +12,8 @@ COMMENT= GTK interactive geometry softwa
LIB_DEPENDS= guile:${PORTSDIR}/lang/guile
-USES= gettext
+USES= gettext gmake pkgconfig
USE_GNOME= gnomehack gnomeprefix intlhack libglade2
-USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/multimedia/audiopreview/Makefile
==============================================================================
--- head/multimedia/audiopreview/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/multimedia/audiopreview/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: audiopreview
-# Date created: 27 July 2010
-# Whom: kevlo
-#
+# Created by: kevlo
# $FreeBSD$
-#
PORTNAME= audiopreview
PORTVERSION= 0.6
@@ -14,7 +10,7 @@ MASTER_SITES= http://audiopreview.codeal
MAINTAINER= kevlo at FreeBSD.org
COMMENT= A command-line tool to play previews of audio and video files
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_GSTREAMER= core
USE_GNOME= intltool
GNU_CONFIGURE= yes
Modified: head/multimedia/clutter-gst/Makefile
==============================================================================
--- head/multimedia/clutter-gst/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/multimedia/clutter-gst/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -13,10 +13,9 @@ COMMENT= Clutter GStreamer integration
LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter
-USE_GMAKE= yes
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
-USES= pathfix
+USES= pathfix gmake pkgconfig
USE_GNOME= ltverhack gnomeprefix
USE_GSTREAMER= yes
USE_GL= gl
Modified: head/multimedia/gmencoder/Makefile
==============================================================================
--- head/multimedia/gmencoder/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/multimedia/gmencoder/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -17,9 +17,8 @@ RUN_DEPENDS= mencoder:${PORTSDIR}/multim
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
-USE_GMAKE= yes
USE_GNOME= gnomeprefix libgnomeui
-USES= pathfix
+USES= pathfix gmake pkgconfig
MAN1= gmencoder.1
Modified: head/multimedia/gst123/Makefile
==============================================================================
--- head/multimedia/gst123/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/multimedia/gst123/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -12,7 +12,7 @@ COMMENT= A command-line tool to play aud
LICENSE= LGPL20
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_BZIP2= yes
USE_GNOME= gtk20
CONFIGURE_ENV= NCURSES5_CONFIG=/usr/bin/true
Modified: head/multimedia/gstreamer-plugins-buzztard/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-buzztard/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/multimedia/gstreamer-plugins-buzztard/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gstreamer-plugins-buzztard
-# Date created: 2007-06-24
-# Whom: Michael Johnson <ahze at FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= buzztard
PORTVERSION= 0.6.0
@@ -17,6 +13,7 @@ COMMENT= Buzztard gstreamer plugins
LIB_DEPENDS= fluidsynth.1:${PORTSDIR}/audio/fluidsynth
+USES= pkgconfig
USE_AUTOTOOLS= libtool
USE_GSTREAMER= yes
USE_GNOME= gnomehack ltverhack
Modified: head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gstreamer-plugins-fluendo-mpegdemux
-# Date created: 2007-02-25
-# Whom: Michael Johnson <ahze at FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gstreamer-plugins-fluendo-mpegdemux
PORTVERSION= 0.10.71
@@ -17,6 +13,7 @@ COMMENT= MPEG2 demuxing gstreamer plugin
LICENSE= MPL
CFLAGS:= ${CFLAGS} -O2
+USES= pkgconfig
USE_BZIP2= yes
USE_GSTREAMER= yes
GNU_CONFIGURE= yes
Modified: head/multimedia/ogmrip/Makefile
==============================================================================
--- head/multimedia/ogmrip/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/multimedia/ogmrip/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -33,9 +33,8 @@ MP4BOX_DESC= Enable Mpeg-4 container sup
THEORA_DESC= Enable Ogg Theora video codec support
SRT_DESC= Enable SRT text subtitles support
-USES= pathfix gettext
+USES= pathfix gettext gmake pkgconfig
USE_GNOME= glib20 intlhack libxml2
-USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
Modified: head/multimedia/subtitleeditor/Makefile
==============================================================================
--- head/multimedia/subtitleeditor/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/multimedia/subtitleeditor/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -19,7 +19,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11
enchant:${PORTSDIR}/textproc/enchant \
pcre:${PORTSDIR}/devel/pcre
-USES= gmake
+USES= gmake pkgconfig
USE_GNOME= gtk20
USE_GSTREAMER= good
INSTALLS_ICONS= yes
Modified: head/net-im/psimedia/Makefile
==============================================================================
--- head/net-im/psimedia/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/net-im/psimedia/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: psimedia
-# Date created: 2009-08-10
-# Whom: Max Brazhnikov <makc at FreeBSD.org>
-#
+# Created by: Max Brazhnikov <makc at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= psimedia
PORTVERSION= 1.0.3
@@ -16,6 +12,7 @@ COMMENT= Voice and video API for Psi-lik
LIB_DEPENDS= oil-0.3:${PORTSDIR}/devel/liboil
+USES= pkgconfig
USE_BZIP2= yes
HAS_CONFIGURE= yes
USE_QT4= gui qmake_build moc_build uic_build
Modified: head/net/gnome-mud/Makefile
==============================================================================
--- head/net/gnome-mud/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/net/gnome-mud/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -14,7 +14,7 @@ LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pc
gnet-2.0.0:${PORTSDIR}/net/gnet2
USE_BZIP2= yes
-USES= pathfix gettext gmake
+USES= pathfix gettext gmake pkgconfig
USE_GNOME= gconf2 gnomeprefix intlhack libglade2 vte
USE_GSTREAMER= yes
GNU_CONFIGURE= yes
Modified: head/security/razorback-clamavNugget/Makefile
==============================================================================
--- head/security/razorback-clamavNugget/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/security/razorback-clamavNugget/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: razorback-clamavNugget
-# Date created: 2011/06/8
-# Whom: Tom Judge <tom at tomjudge.com>
-#
+# Created by: Tom Judge <tom at tomjudge.com>
# $FreeBSD$
-#
PORTNAME= clamavNugget
PORTVERSION= 0.5.0
@@ -26,8 +22,7 @@ RUN_DEPENDS= razorback-masterNugget>=0.5
OPTIONS_DEFINE= DEBUG ASSERT
ASSERT_DESC= Enable Asserts
-.include <bsd.port.options.mk>
-
+USES= pkgconfig
RB_LIBDIR?= ${PREFIX}/lib/razorback
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
@@ -35,6 +30,8 @@ USE_LDCONFIG= ${RB_LIBDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+.include <bsd.port.options.mk>
+
.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+=--enable-debug
.endif
Modified: head/www/swfdec-plugin/Makefile
==============================================================================
--- head/www/swfdec-plugin/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/www/swfdec-plugin/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: swfdec-plugin
-# Date created: Jun 14, 2005
-# Whom: anholt
-#
+# Created by: anholt
# $FreeBSD$
-#
PORTNAME= swfdec-plugin
PORTVERSION= 0.8.2
@@ -17,6 +13,7 @@ COMMENT= Flash rendering plugin
LIB_DEPENDS= swfdec-0.8:${PORTSDIR}/graphics/swfdec
+USES= pkgconfig
USE_AUTOTOOLS= libtool
INSTALLS_ICONS= yes
USE_GNOME= gtk20
Modified: head/x11-clocks/alarm-clock/Makefile
==============================================================================
--- head/x11-clocks/alarm-clock/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/x11-clocks/alarm-clock/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -15,8 +15,7 @@ LIB_DEPENDS= unique-1:${PORTSDIR}/x11-to
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext pathfix
-USE_GMAKE= yes
+USES= gettext pathfix gmake pkgconfig
USE_GSTREAMER= yes
USE_GNOME= gtk20
Modified: head/x11/florence/Makefile
==============================================================================
--- head/x11/florence/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/x11/florence/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/at-s
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_BZIP2= yes
-USES= desktop-file-utils iconv pathfix
+USES= desktop-file-utils iconv pathfix pkgconfig
USE_XORG= xtst xext
USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2
USE_GSTREAMER= yes
Modified: head/x11/terminology/Makefile
==============================================================================
--- head/x11/terminology/Makefile Fri Sep 6 11:43:34 2013 (r326490)
+++ head/x11/terminology/Makefile Fri Sep 6 12:12:00 2013 (r326491)
@@ -12,6 +12,7 @@ COMMENT= EFL Terminal Emulator
LICENSE= BSD
+USES= pkgconfig
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
More information about the svn-ports-head
mailing list