From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 08:49:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BC9EA2B8; Tue, 3 Sep 2013 08:49:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7EC52489; Tue, 3 Sep 2013 08:49:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r838nwAn066713; Tue, 3 Sep 2013 08:49:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r838nlHA066523; Tue, 3 Sep 2013 08:49:47 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309030849.r838nlHA066523@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 08:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326129 - in head: audio/bmp-songchange audio/cantus_3 audio/cowbell audio/gqmpeg-devel audio/hexter audio/ipod-sharp audio/jack_mixer audio/padevchooser audio/paman audio/paprefs audio... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 08:49:58 -0000 Author: bapt Date: Tue Sep 3 08:49:46 2013 New Revision: 326129 URL: http://svnweb.freebsd.org/changeset/ports/326129 Log: Add an explicit dependency on pkgconf Modified: head/audio/bmp-songchange/Makefile head/audio/cantus_3/Makefile head/audio/cowbell/Makefile head/audio/gqmpeg-devel/Makefile head/audio/hexter/Makefile head/audio/ipod-sharp/Makefile head/audio/jack_mixer/Makefile head/audio/padevchooser/Makefile head/audio/paman/Makefile head/audio/paprefs/Makefile head/audio/pavucontrol/Makefile head/audio/pavumeter/Makefile head/audio/solfege/Makefile head/audio/xmms-crossfade/Makefile head/audio/xmms-modplug/Makefile head/deskutils/tpb/Makefile head/devel/gio-sharp/Makefile head/devel/gvfs/Makefile head/devel/libfreefare/Makefile head/devel/notify-sharp/Makefile head/devel/py-notify/Makefile head/devel/regexxer/Makefile head/editors/bless/Makefile head/emulators/desmume/Makefile head/graphics/aeskulap/Makefile head/graphics/geeqie/Makefile head/graphics/gx/Makefile head/graphics/libgnomecanvasmm/Makefile head/graphics/libgnomecanvasmm26/Makefile head/graphics/pinta/Makefile head/graphics/py-goocanvas/Makefile head/graphics/sharpconstruct/Makefile head/graphics/xournal/Makefile head/multimedia/gtk-recordmydesktop/Makefile head/net/gtk-vnc/Makefile head/security/gnome-keyring-sharp/Makefile head/security/openvpn-admin/Makefile head/sysutils/fusefs-mp3fs/Makefile head/sysutils/syslog-ng/Makefile head/www/gecko-sharp20/Makefile head/x11-fm/rox-session/Makefile head/x11-fonts/font-manager/Makefile head/x11-themes/gnome-themes/Makefile head/x11-toolkits/bakery/Makefile head/x11-toolkits/hippo-canvas/Makefile head/x11-toolkits/libbonoboui/Makefile head/x11-toolkits/libgnomeprintui/Makefile head/x11-toolkits/py-gtksourceview/Makefile head/x11/gnome-desktop/Makefile head/x11/gnome-terminal/Makefile head/x11/libgnomemm/Makefile head/x11/libgnomemm26/Makefile head/x11/tilda/Makefile Modified: head/audio/bmp-songchange/Makefile ============================================================================== --- head/audio/bmp-songchange/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/bmp-songchange/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bmp-song_change -# Date created: 27 January, 2005 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= bmp-songchange PORTVERSION= 0.0.2 @@ -19,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player +USES= pkgconfig + GNU_CONFIGURE= yes PLIST_FILES= lib/bmp/General/libsong_change.so Modified: head/audio/cantus_3/Makefile ============================================================================== --- head/audio/cantus_3/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/cantus_3/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -21,7 +21,7 @@ CONFLICTS= cantus-1* LATEST_LINK= ${PORTNAME}3 -USES= gmake pathfix gettext +USES= gmake pathfix gettext pkgconfig USE_GNOME= gnomeprefix libglade2 glib20 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/cowbell/Makefile ============================================================================== --- head/audio/cowbell/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/cowbell/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -12,7 +12,7 @@ COMMENT= Elegant music organizer LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib -USES= gmake pathfix gettext iconv +USES= gmake pathfix gettext iconv pkgconfig USE_GNOME= gnomeprefix intltool gtksharp20 INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/audio/gqmpeg-devel/Makefile ============================================================================== --- head/audio/gqmpeg-devel/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/gqmpeg-devel/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -12,6 +12,8 @@ COMMENT= Another gtk-based MP3 frontend LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +USES= pkgconfig + .if defined(WITH_MPG321) RUN_DEPENDS+= mpg321:${PORTSDIR}/audio/mpg321 .else Modified: head/audio/hexter/Makefile ============================================================================== --- head/audio/hexter/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/hexter/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -18,7 +18,7 @@ LIB_DEPENDS= dssialsacompat:${PORTSDIR}/ BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 PORTDOCS= AUTHORS ChangeLog README TODO Modified: head/audio/ipod-sharp/Makefile ============================================================================== --- head/audio/ipod-sharp/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/ipod-sharp/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtksharp20 .include Modified: head/audio/jack_mixer/Makefile ============================================================================== --- head/audio/jack_mixer/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/jack_mixer/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection Makefile for: jack_mixer -# Date created: 13 August 2010 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= jack_mixer PORTVERSION= 9 @@ -20,6 +15,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpco ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= pkgconfig USE_PYTHON= yes USE_GNOME= gconf2 GCONF_SCHEMAS= jack_mixer.schemas Modified: head/audio/padevchooser/Makefile ============================================================================== --- head/audio/padevchooser/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/padevchooser/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -17,7 +17,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/d RUN_DEPENDES= dbus-daemon:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig CONFIGURE_ARGS= --disable-lynx Modified: head/audio/paman/Makefile ============================================================================== --- head/audio/paman/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/paman/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -14,7 +14,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/d pulse.0:${PORTSDIR}/audio/pulseaudio GNU_CONFIGURE= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig CONFIGURE_ARGS= --disable-lynx Modified: head/audio/paprefs/Makefile ============================================================================== --- head/audio/paprefs/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/paprefs/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -15,7 +15,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/d pulse.0:${PORTSDIR}/audio/pulseaudio GNU_CONFIGURE= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gnomeprefix intltool CONFIGURE_ARGS= --disable-lynx Modified: head/audio/pavucontrol/Makefile ============================================================================== --- head/audio/pavucontrol/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/pavucontrol/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -15,7 +15,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/d canberra:${PORTSDIR}/audio/libcanberra GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= intltool CONFIGURE_ARGS= --disable-lynx Modified: head/audio/pavumeter/Makefile ============================================================================== --- head/audio/pavumeter/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/pavumeter/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -16,7 +16,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/d pulse.0:${PORTSDIR}/audio/pulseaudio GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig CONFIGURE_ARGS= --disable-lynx Modified: head/audio/solfege/Makefile ============================================================================== --- head/audio/solfege/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/solfege/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${STYLESHEET}:${PORTSDIR} USE_GNOME= pygtk2 WANT_GNOME= yes USE_PYTHON= yes -USES= gettext gmake display pathfix +USES= gettext gmake display pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_XML2PO="" CONFIGURE_ARGS= --disable-oss-sound \ Modified: head/audio/xmms-crossfade/Makefile ============================================================================== --- head/audio/xmms-crossfade/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/xmms-crossfade/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -16,6 +16,7 @@ LIB_DEPENDS?= xmms.4:${PORTSDIR}/multime HAS_CONFIGURE= yes USE_CSTD= gnu89 +USES= pkgconfig APP?= xmms .if ${APP} == bmp PORTVERSION= 0.3.12 Modified: head/audio/xmms-modplug/Makefile ============================================================================== --- head/audio/xmms-modplug/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/audio/xmms-modplug/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -15,6 +15,7 @@ COMMENT= ModPlug-based plugin for XMMS LIB_DEPENDS?= xmms:${PORTSDIR}/multimedia/xmms LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug +USES= pkgconfig USE_LDCONFIG= yes HAS_CONFIGURE= yes PLUGDIR?= lib/xmms/Input Modified: head/deskutils/tpb/Makefile ============================================================================== --- head/deskutils/tpb/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/deskutils/tpb/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -15,9 +15,8 @@ LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xos ONLY_FOR_ARCHS= i386 amd64 -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= bison iconv +USES= bison iconv gmake pkgconfig CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} Modified: head/devel/gio-sharp/Makefile ============================================================================== --- head/devel/gio-sharp/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/devel/gio-sharp/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -12,7 +12,7 @@ COMMENT= GIO bindings not available in g USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= gnomehack gtksharp20 MAKE_JOBS_UNSAFE=yes Modified: head/devel/gvfs/Makefile ============================================================================== --- head/devel/gvfs/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/devel/gvfs/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -17,10 +17,9 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/db gcrypt:${PORTSDIR}/security/libgcrypt \ gnome-keyring:${PORTSDIR}/security/libgnome-keyring -USES= gettext +USES= gettext gmake pkgconfig USE_XZ= yes USE_GNOME= glib20 gnomehack gnomeprefix intlhack intltool -USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/devel/libfreefare/Makefile ============================================================================== --- head/devel/libfreefare/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/devel/libfreefare/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libfreefare -# Date created: 2009-12-22 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= libfreefare PORTVERSION= 0.3.1 @@ -18,9 +14,8 @@ COMMENT= MIFARE contactless tag access l LIB_DEPENDS= nfc.1:${PORTSDIR}/devel/libnfc GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= pathfix gmake pkgconfig MAN3= freefare.3 freefare_error.3 mad.3 mifare_application.3 \ mifare_classic.3 mifare_desfire.3 mifare_desfire_aid.3 \ Modified: head/devel/notify-sharp/Makefile ============================================================================== --- head/devel/notify-sharp/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/devel/notify-sharp/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: notify-sharp -# Date created: 2008-08-05 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= notify-sharp PORTVERSION= 0.4.0 @@ -19,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gtksharp20 .include Modified: head/devel/py-notify/Makefile ============================================================================== --- head/devel/py-notify/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/devel/py-notify/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -14,7 +14,7 @@ COMMENT= A python bindings for libnotify LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack pygtk2 USE_PYTHON= yes GNU_CONFIGURE= yes Modified: head/devel/regexxer/Makefile ============================================================================== --- head/devel/regexxer/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/devel/regexxer/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -15,8 +15,7 @@ LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/de pcre.3:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intltool intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/editors/bless/Makefile ============================================================================== --- head/editors/bless/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/editors/bless/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -10,8 +10,8 @@ MASTER_SITES= http://download.gna.org/bl MAINTAINER= mono@FreeBSD.org COMMENT= A high quality, full featured hex editor +USES= gmake pkgconfig USE_GNOME= gnomehack gnomeprefix gnomedocutils gtksharp20 -USE_GMAKE= yes GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) Modified: head/emulators/desmume/Makefile ============================================================================== --- head/emulators/desmume/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/emulators/desmume/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: desmume -# Date created: Wed 7 Feb 2007 21:46:15 CET -# Whom: Stefan Sperling -# +# Created by: Stefan Sperling # $FreeBSD$ -# PORTNAME= desmume PORTVERSION= 0.9.8 @@ -20,9 +16,8 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSD USE_GL= gl USE_SDL= sdl -USE_GMAKE= yes USE_GNOME= gtk20 libglade2 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= GMSGFMT=msgfmt DATADIRNAME=share Modified: head/graphics/aeskulap/Makefile ============================================================================== --- head/graphics/aeskulap/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/aeskulap/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -14,7 +14,7 @@ LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-t glademm-2.4:${PORTSDIR}/devel/libglademm24 \ gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 -USES= gettext +USES= gettext pkgconfig USE_GNOME= gconf2 GCONF_SCHEMAS= aeskulap.schemas USE_LDCONFIG= ${PREFIX}/lib/aeskulap Modified: head/graphics/geeqie/Makefile ============================================================================== --- head/graphics/geeqie/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/geeqie/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -13,7 +13,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ USE_GNOME= gtk20 desktopfileutils GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ --htmldir="${DOCSDIR}/html" \ --with-htmldir="${DOCSDIR}/html" \ Modified: head/graphics/gx/Makefile ============================================================================== --- head/graphics/gx/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/gx/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gx -# Date created: 11 June 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= gx PORTVERSION= 0.4.0 @@ -18,7 +14,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11 gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm \ gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 -USES= gettext +USES= gettext pkgconfig GNU_CONFIGURE= yes .include Modified: head/graphics/libgnomecanvasmm/Makefile ============================================================================== --- head/graphics/libgnomecanvasmm/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/libgnomecanvasmm/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgnomecanvasmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ -# PORTNAME= libgnomecanvasmm PORTVERSION= 2.0.1 @@ -18,7 +14,7 @@ COMMENT= C++ wrapper for libgnomecanvas LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libgnomecanvas USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/graphics/libgnomecanvasmm26/Makefile ============================================================================== --- head/graphics/libgnomecanvasmm26/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/libgnomecanvasmm26/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnomecanvasmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ # $MCom: ports/graphics/libgnomecanvasmm26/Makefile,v 1.22 2009/03/17 15:05:06 kwm Exp $ -# PORTNAME= libgnomecanvasmm PORTVERSION= 2.26.0 @@ -21,8 +17,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LATEST_LINK= libgnomecanvasmm26 +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomehack libgnomecanvas GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/graphics/pinta/Makefile ============================================================================== --- head/graphics/pinta/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/pinta/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pinta -# Date created: 2011-02-14 -# Whom: Alexander Kojevnikov -# +# Created by: Alexander Kojevnikov # $FreeBSD$ -# PORTNAME= pinta PORTVERSION= 1.4 @@ -18,11 +14,10 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack gtksharp20 desktopfileutils INSTALLS_ICONS= yes -USES= gettext +USES= gettext gmake pkgconfig MAN1= pinta.1 MANCOMPRESSED= yes Modified: head/graphics/py-goocanvas/Makefile ============================================================================== --- head/graphics/py-goocanvas/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/py-goocanvas/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-goocanvas -# Date created: 2006-09-20 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/graphics/py-goocanvas/Makefile,v 1.6 2008/09/22 09:14:41 kwm Exp $ @@ -27,7 +24,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack pygtk2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs -USE_GMAKE= yes +USES= gmake pkgconfig post-patch: @${REINPLACE_CMD} -e 's|$$(PYGOBJECT_PYGDOCS)/style.css||; \ Modified: head/graphics/sharpconstruct/Makefile ============================================================================== --- head/graphics/sharpconstruct/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/sharpconstruct/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -13,9 +13,9 @@ COMMENT= 3D modeller for organic shapes LIB_DEPENDS= gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm \ glademm-2.4:${PORTSDIR}/devel/libglademm24 +USES= gmake pkgconfig USE_BZIP2= yes USE_GL= yes -USE_GMAKE= yes GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 Modified: head/graphics/xournal/Makefile ============================================================================== --- head/graphics/xournal/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/graphics/xournal/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib +USES= pkgconfig USE_GNOME= desktopfileutils libgnomecanvas GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir="${DOCSDIR}" Modified: head/multimedia/gtk-recordmydesktop/Makefile ============================================================================== --- head/multimedia/gtk-recordmydesktop/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/multimedia/gtk-recordmydesktop/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtk-recordmydesktop -# Date created: 2010-07-16 -# Whom: Ruslan Mahmatkhanov -# +# Created by: Ruslan Mahmatkhanov # $FreeBSD$ -# PORTNAME= gtk-recordmydesktop PORTVERSION= 0.3.8 @@ -19,8 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/bin/recordmydesktop:${PORTSDIR}/multimedia/recordmydesktop GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_PYTHON= -2.7 Modified: head/net/gtk-vnc/Makefile ============================================================================== --- head/net/gtk-vnc/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/net/gtk-vnc/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -18,8 +18,7 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security CONFLICTS= gtk-vnc-0.4.[0-9]* USE_GNOME= pygtk2 gnomehack -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_PYTHON= yes GNU_CONFIGURE= yes Modified: head/security/gnome-keyring-sharp/Makefile ============================================================================== --- head/security/gnome-keyring-sharp/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/security/gnome-keyring-sharp/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-keyring-sharp -# Date created: 2008-10-08 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= gnome-keyring-sharp PORTVERSION= 1.0.2 @@ -19,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gtksharp20 USE_LDCONFIG= yes Modified: head/security/openvpn-admin/Makefile ============================================================================== --- head/security/openvpn-admin/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/security/openvpn-admin/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: openvpn-admin -# Date Created: 06 Dec 2005 -# Whom: Remington Lang -# +# Created by: Remington Lang # $FreeBSD$ -# PORTNAME= openvpn-admin PORTVERSION= 1.9.4 @@ -18,7 +14,7 @@ RUN_DEPENDS= openvpn:${PORTSDIR}/securit WRKSRC= ${WRKDIR}/${DISTNAME:S/b//} -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtksharp20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/sysutils/fusefs-mp3fs/Makefile ============================================================================== --- head/sysutils/fusefs-mp3fs/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/sysutils/fusefs-mp3fs/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -19,7 +19,7 @@ FETCH_CMD= fetch -Fpr CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= fuse +USES= fuse pkgconfig MAN1= mp3fs.1 PLIST_FILES= bin/mp3fs Modified: head/sysutils/syslog-ng/Makefile ============================================================================== --- head/sysutils/syslog-ng/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/sysutils/syslog-ng/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -32,6 +32,8 @@ SMTP_DESC= Build with SMTP support JSON_DESC= Build with JSON-C support GEOIP_DESC= Build with GeoIP support +USES= pkgconfig + .include LIB_DEPENDS= evtlog.0:${PORTSDIR}/sysutils/eventlog Modified: head/www/gecko-sharp20/Makefile ============================================================================== --- head/www/gecko-sharp20/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/www/gecko-sharp20/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gecko-sharp -# Date created: 20040825 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ # $Id: Makefile,v 1.19 2007/02/07 15:49:20 killfill Exp $ -# PORTNAME= gecko-sharp PORTVERSION= 0.13 @@ -18,9 +14,9 @@ COMMENT= Mono bindings to embed Mozilla USE_GECKO= libxul USE_GNOME= gtksharp20 +USES= gmake pkgconfig LATEST_LINK= gecko-sharp20 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_BZIP2= yes post-patch: Modified: head/x11-fm/rox-session/Makefile ============================================================================== --- head/x11-fm/rox-session/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-fm/rox-session/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -19,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORT WRKSRC= ${WRKDIR}/ROX-Session DATADIR= ${PREFIX}/apps/ROX-Session +USES= pkgconfig USE_GNOME= gtk20 libxml2 USE_XORG= x11 xext xtst xxf86vm USE_PYTHON= yes Modified: head/x11-fonts/font-manager/Makefile ============================================================================== --- head/x11-fonts/font-manager/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-fonts/font-manager/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -18,7 +18,7 @@ USE_BZIP2= yes USE_PYTHON= 2.6-2.7 USE_GNOME= pygtk2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig LICENSE_FILE= ${WRKSRC}/COPYING PORTDATA= * Modified: head/x11-themes/gnome-themes/Makefile ============================================================================== --- head/x11-themes/gnome-themes/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-themes/gnome-themes/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-themes -# Date Created: 05 October 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.183 2010/11/15 22:11:44 kwm Exp $ -# PORTNAME= gnome-themes PORTVERSION= 2.32.1 @@ -23,10 +19,9 @@ RUN_DEPENDS= gtk-engines2>=2.15.0:${PORT CONFLICTS= clearlooks-metacity-0.* USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack metacity gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-toolkits/bakery/Makefile ============================================================================== --- head/x11-toolkits/bakery/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-toolkits/bakery/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,7 +1,4 @@ -# New ports collection makefile for: bakery -# Date created: 12th September 2000 -# Whom: Ade Lovett -# +# Created by: Ade Lovett # $FreeBSD$ # $MCom: ports/x11-toolkits/bakery/Makefile,v 1.16 2009/01/09 22:07:11 kwm Exp $ # @@ -22,8 +19,7 @@ LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/dev USE_GNOME= gnomehack gnomeprefix intlhack ltverhack USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11-toolkits/hippo-canvas/Makefile ============================================================================== --- head/x11-toolkits/hippo-canvas/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-toolkits/hippo-canvas/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hippo-canvas -# Date created: 2008-05-27 -# Whom: Ashish Shukla -# +# Created by: Ashish Shukla # $FreeBSD$ -# PORTNAME= hippo-canvas PORTVERSION= 0.3.0 @@ -22,7 +18,7 @@ LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/tex rsvg-2.2:${PORTSDIR}/graphics/librsvg2 RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes USE_GNOME= gnomehack gtk20 glib20 pygtk2 pango USE_PYTHON= 2.5+ Modified: head/x11-toolkits/libbonoboui/Makefile ============================================================================== --- head/x11-toolkits/libbonoboui/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-toolkits/libbonoboui/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libbonoboui -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.75 2010/09/28 16:03:49 kwm Exp $ -# PORTNAME= libbonoboui PORTVERSION= 2.24.4 @@ -20,8 +16,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \ libgnomecanvas libgnome referencehack Modified: head/x11-toolkits/libgnomeprintui/Makefile ============================================================================== --- head/x11-toolkits/libgnomeprintui/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-toolkits/libgnomeprintui/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -17,8 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon USE_BZIP2= yes USE_XORG= x11 xpm -USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix libgnomeprint libgnomecanvas \ intlhack ltverhack USE_LDCONFIG= yes Modified: head/x11-toolkits/py-gtksourceview/Makefile ============================================================================== --- head/x11-toolkits/py-gtksourceview/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11-toolkits/py-gtksourceview/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -13,8 +13,8 @@ DISTNAME= pygtksourceview-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A python bindings for the version 2 of the GtkSourceView library +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gtksourceview2 pygtk2 USE_PYTHON= yes GNU_CONFIGURE= yes Modified: head/x11/gnome-desktop/Makefile ============================================================================== --- head/x11/gnome-desktop/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11/gnome-desktop/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -19,10 +19,9 @@ USE_BZIP2= yes LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_XORG= xpm -USES= bison pathfix gettext +USES= bison pathfix gettext pkgconfig gmake USE_GNOME= gnomeprefix intlhack gnomedocutils gconf2 pygtk2 \ ltverhack referencehack -USE_GMAKE= yes USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes Modified: head/x11/gnome-terminal/Makefile ============================================================================== --- head/x11/gnome-terminal/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11/gnome-terminal/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnometerminal -# Date created: 1 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11/gnome-terminal/Makefile,v 1.137 2010/11/13 13:25:22 kwm Exp $ -# PORTNAME= gnome-terminal PORTVERSION= 2.32.1 @@ -18,10 +14,9 @@ COMMENT= Terminal component for the GNOM LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes INSTALLS_OMF= yes -USE_GMAKE= yes USE_XORG= sm USE_GNOME= gnomeprefix gnomehack intlhack gconf2 vte gnomedocutils \ libgnome Modified: head/x11/libgnomemm/Makefile ============================================================================== --- head/x11/libgnomemm/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11/libgnomemm/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgnomemm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ -# PORTNAME= libgnomemm PORTVERSION= 2.0.1 @@ -19,7 +15,7 @@ LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-t BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libgnome GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/x11/libgnomemm26/Makefile ============================================================================== --- head/x11/libgnomemm26/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11/libgnomemm26/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnomemm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ # $MCom: ports/x11/libgnomemm26/Makefile,v 1.24 2010/03/30 13:34:10 avl Exp $ -# PORTNAME= libgnomemm PORTVERSION= 2.30.0 @@ -21,9 +17,9 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LATEST_LINK= libgnomemm26 +USES= gmake pkgconfig USE_BZIP2= yes USE_XORG= xext -USE_GMAKE= yes USE_GNOME= gnomehack libgnome GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/x11/tilda/Makefile ============================================================================== --- head/x11/tilda/Makefile Tue Sep 3 08:35:00 2013 (r326128) +++ head/x11/tilda/Makefile Tue Sep 3 08:49:46 2013 (r326129) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tilda -# Date created: 4 Jan 2005 -# Whom: Vlad V. Teterya -# +# Create by: Vlad V. Teterya # $FreeBSD$ -# PORTNAME= tilda PORTVERSION= 0.9.6 @@ -18,7 +14,7 @@ LIB_DEPENDS= confuse.0:${PORTSDIR}/devel GNU_CONFIGURE= yes USE_GNOME= gtk20 libglade2 vte -USE_GMAKE= yes +USES= gmake pkgconfig DOCS= AUTHORS ChangeLog README TODO