From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 09:59:06 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 E3DD0992; Tue, 3 Sep 2013 09:59:05 +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 CD73B2CA5; Tue, 3 Sep 2013 09:59:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r839x5ED009276; Tue, 3 Sep 2013 09:59:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r839x1XL009234; Tue, 3 Sep 2013 09:59:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309030959.r839x1XL009234@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 09:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326132 - in head: audio/esperanza audio/gqmpeg-devel deskutils/osmo editors/gedit emulators/x48 games/freeciv net-im/ejabberd net-mgmt/virt-viewer net/desktop-data-model palm/synce-gvf... 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 09:59:06 -0000 Author: bapt Date: Tue Sep 3 09:59:01 2013 New Revision: 326132 URL: http://svnweb.freebsd.org/changeset/ports/326132 Log: Add an explicit dependency on pkgconf Modified: head/audio/esperanza/Makefile head/audio/gqmpeg-devel/Makefile head/deskutils/osmo/Makefile head/editors/gedit/Makefile head/emulators/x48/Makefile head/games/freeciv/Makefile head/net-im/ejabberd/Makefile head/net-mgmt/virt-viewer/Makefile head/net/desktop-data-model/Makefile head/palm/synce-gvfs/Makefile head/sysutils/swapd/Makefile head/textproc/ibus/Makefile head/x11-fm/nautilus/Makefile head/x11-toolkits/eel/Makefile head/x11-toolkits/gtk-sharp-beans/Makefile head/x11-toolkits/gtksourceview/Makefile head/x11-toolkits/libgnomeprintuimm/Makefile head/x11-toolkits/libgnomeui/Makefile head/x11-toolkits/libgnomeuimm/Makefile head/x11/gnome-screensaver/Makefile Modified: head/audio/esperanza/Makefile ============================================================================== --- head/audio/esperanza/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/audio/esperanza/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_QT4= gui xml network imageformats_run \ qmake_build moc_build rcc_build uic_build QT_NONSTANDARD= yes -USES= gmake +USES= gmake pkgconfig HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --disable-growl Modified: head/audio/gqmpeg-devel/Makefile ============================================================================== --- head/audio/gqmpeg-devel/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/audio/gqmpeg-devel/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -12,8 +12,6 @@ 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 @@ -28,7 +26,7 @@ RUN_DEPENDS+= xmp:${PORTSDIR}/audio/xmp RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools .endif -USES= gmake +USES= gmake pkgconfig LATEST_LINK= gqmpeg-devel USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \ xfixes xproto Modified: head/deskutils/osmo/Makefile ============================================================================== --- head/deskutils/osmo/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/deskutils/osmo/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -18,7 +18,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/l gtkhtml:${PORTSDIR}/www/libgtkhtml USE_GNOME= gtk20 -USES= gettext gmake +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/editors/gedit/Makefile ============================================================================== --- head/editors/gedit/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/editors/gedit/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gedit2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/editors/gedit/Makefile,v 1.125 2010/09/30 19:58:54 kwm Exp $ -# PORTNAME= gedit PORTVERSION= 2.30.4 @@ -23,10 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon USE_XORG= sm USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes USE_LDCONFIG= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtksourceview2 \ desktopfileutils gnomedocutils ltasneededhack Modified: head/emulators/x48/Makefile ============================================================================== --- head/emulators/x48/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/emulators/x48/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -24,7 +24,7 @@ AUTOMAKE_ARGS= --add-missing --copy -Wno ACLOCAL_ARGS= # default args (--acdir=...) produce broken configure script CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LIBS=-lutil -USE_GMAKE= yes +USES= gmake pkgconfig USE_XORG= x11 xext xt NO_WRKSUBDIR= yes Modified: head/games/freeciv/Makefile ============================================================================== --- head/games/freeciv/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/games/freeciv/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -11,8 +11,7 @@ COMMENT= Free turn-based multiplayer str RUN_DEPENDS= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_BZIP2= yes USE_PYTHON= yes GNU_CONFIGURE= yes Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/net-im/ejabberd/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -21,8 +21,7 @@ USERS= ejabberd GROUPS= ${USERS} GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv +USES= iconv gmake pkgconfig USE_RC_SUBR= ${PORTNAME} NOPRECIOUSMAKEVARS= yes Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/net-mgmt/virt-viewer/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -21,7 +21,7 @@ FETCH_ARGS= -Fpr GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share -USES= gmake +USES= gmake pkgconfig MAN1= remote-viewer.1 virt-viewer.1 Modified: head/net/desktop-data-model/Makefile ============================================================================== --- head/net/desktop-data-model/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/net/desktop-data-model/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,9 +1,5 @@ -# New ports collection makefile for: desktop-data-model -# Date created: 2008-05-28 -# Whom: Ashish Shukla -# +# Created by: Ashish Shukla # $FreeBSD$ -# PORTNAME= desktop-data-model PORTVERSION= 1.2.4 @@ -25,9 +21,8 @@ LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pc sqlite3.8:${PORTSDIR}/databases/sqlite3 \ loudmouth-1.0:${PORTSDIR}/net-im/loudmouth -USE_GMAKE= yes USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gtk20 glib20 gnomedesktop gnomevfs2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-maemo=no Modified: head/palm/synce-gvfs/Makefile ============================================================================== --- head/palm/synce-gvfs/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/palm/synce-gvfs/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -15,8 +15,7 @@ LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/syn GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gvfs INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Modified: head/sysutils/swapd/Makefile ============================================================================== --- head/sysutils/swapd/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/sysutils/swapd/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,9 +1,5 @@ -# New ports collection makefile for: swapd -# Date created: August 16, 2007 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= swapd PORTVERSION= 1.0.3 @@ -16,7 +12,7 @@ COMMENT= A daemon that watches free memo LIB_DEPENDS= statgrab:${PORTSDIR}/devel/libstatgrab -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_RC_SUBR= swapd Modified: head/textproc/ibus/Makefile ============================================================================== --- head/textproc/ibus/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/textproc/ibus/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibus -# Date created: 21 October 2008 -# Whom: Henry Hu -# +# Created by: Henry Hu # $FreeBSD$ -# PORTNAME= ibus PORTVERSION= 1.4.1 @@ -28,7 +24,7 @@ USE_PYTHON= yes USE_GNOME= pygtk2 gconf2 USE_LDCONFIG= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes GCONF_SCHEMAS= ibus.schemas Modified: head/x11-fm/nautilus/Makefile ============================================================================== --- head/x11-fm/nautilus/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-fm/nautilus/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -21,8 +21,7 @@ CONFLICTS= nautilus-3.[0-9]* INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext desktop-file-utils shared-mime-info +USES= gettext desktop-file-utils shared-mime-info gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ librsvg2 ltverhack gvfs ltasneededhack USE_LDCONFIG= yes Modified: head/x11-toolkits/eel/Makefile ============================================================================== --- head/x11-toolkits/eel/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-toolkits/eel/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,10 +1,6 @@ -# New ports collection makefile for: eel2 -# Date created: 8th May 2001 -# Whom: Ade Lovett -# +# Created by: Ade Lovett # $FreeBSD$ # $MCom: ports/x11-toolkits/eel/Makefile,v 1.90 2010/09/28 09:15:49 kwm Exp $ -# PORTNAME= eel PORTVERSION= 2.26.0 @@ -16,9 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Generally useful classes and extensions to GNOME -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_XORG= xrender GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gnomedesktop ltverhack intlhack Modified: head/x11-toolkits/gtk-sharp-beans/Makefile ============================================================================== --- head/x11-toolkits/gtk-sharp-beans/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-toolkits/gtk-sharp-beans/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -12,8 +12,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes .include Modified: head/x11-toolkits/gtksourceview/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-toolkits/gtksourceview/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gtksourceview -# Date created: 07 May 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.46 2007/05/19 21:36:33 marcus Exp $ -# PORTNAME= gtksourceview PORTVERSION= 1.8.5 @@ -20,8 +16,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui intlhack \ Modified: head/x11-toolkits/libgnomeprintuimm/Makefile ============================================================================== --- head/x11-toolkits/libgnomeprintuimm/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-toolkits/libgnomeprintuimm/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgnomeprintuimm -# Date created: 17 December 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= libgnomeprintuimm PORTVERSION= 2.5.2 @@ -21,7 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack libgnomeprintui USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/x11-toolkits/libgnomeui/Makefile ============================================================================== --- head/x11-toolkits/libgnomeui/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-toolkits/libgnomeui/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -21,8 +21,7 @@ LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_XORG= sm -USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomehier libbonoboui ltverhack \ referencehack gvfs USE_LDCONFIG= yes Modified: head/x11-toolkits/libgnomeuimm/Makefile ============================================================================== --- head/x11-toolkits/libgnomeuimm/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11-toolkits/libgnomeuimm/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -17,7 +17,7 @@ LIB_DEPENDS= gnomemm-2.0:${PORTSDIR}/x11 glademm-2.0:${PORTSDIR}/devel/libglademm BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= libgnomeui USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/x11/gnome-screensaver/Makefile ============================================================================== --- head/x11/gnome-screensaver/Makefile Tue Sep 3 09:54:56 2013 (r326131) +++ head/x11/gnome-screensaver/Makefile Tue Sep 3 09:59:01 2013 (r326132) @@ -18,10 +18,9 @@ RUN_DEPENDS= xscreensaver-gl-helper:${PO CONFLICTS= gnome-screensaver-3.[0-9]* USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_XORG= xtst xxf86vm -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomemenus libgnomekbd gnomedesktop CONFIGURE_ARGS= --with-gdm-config=${LOCALBASE}/etc/gdm/custom.conf \ --with-xscreensaverdir=${XSCREENSAVER_DIR} \