From owner-svn-ports-all@FreeBSD.ORG Fri Sep 6 15:28:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7079C82C; Fri, 6 Sep 2013 15:28:32 +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 4171627C4; Fri, 6 Sep 2013 15:28:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86FSWxB072259; Fri, 6 Sep 2013 15:28:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86FSRip072206; Fri, 6 Sep 2013 15:28:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061528.r86FSRip072206@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 15:28:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326513 - in head: audio/pidgin-musictracker deskutils/gnome-main-menu deskutils/libopensync-plugin-evolution2 deskutils/tomboy-plugin-latex deskutils/tomboy-plugin-reminder devel/glade... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 15:28:32 -0000 Author: bapt Date: Fri Sep 6 15:28:27 2013 New Revision: 326513 URL: http://svnweb.freebsd.org/changeset/ports/326513 Log: Add an explicit dependency on pkgconf Modified: head/audio/pidgin-musictracker/Makefile head/deskutils/gnome-main-menu/Makefile head/deskutils/libopensync-plugin-evolution2/Makefile head/deskutils/tomboy-plugin-latex/Makefile head/deskutils/tomboy-plugin-reminder/Makefile head/devel/glade2/Makefile head/devel/libglade-java/Makefile head/devel/monodevelop-database/Makefile head/games/gbrainy/Makefile head/games/opencity/Makefile head/misc/xmonad-log-applet/Makefile head/multimedia/gnome-subtitles/Makefile head/multimedia/imagination/Makefile head/net-im/pidgin-fetion/Makefile head/net-im/pidgin-guifications/Makefile head/net-im/pidgin-privacy-please/Makefile head/net-im/telepathy-haze/Makefile head/net/remmina-applet/Makefile head/palm/gnome-pilot-conduits/Makefile head/print/lilypond-devel/Makefile head/x11/gnome-swallow/Makefile Modified: head/audio/pidgin-musictracker/Makefile ============================================================================== --- head/audio/pidgin-musictracker/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/audio/pidgin-musictracker/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -18,7 +18,7 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/p LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre USE_BZIP2= yes -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type Modified: head/deskutils/gnome-main-menu/Makefile ============================================================================== --- head/deskutils/gnome-main-menu/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/deskutils/gnome-main-menu/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-main-menu -# Date created: 06 July 2008 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= gnome-main-menu PORTVERSION= 0.9.12 @@ -20,8 +16,7 @@ LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/deve USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop \ libgnomeui -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` Modified: head/deskutils/libopensync-plugin-evolution2/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-evolution2/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/deskutils/libopensync-plugin-evolution2/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-evolution2 -# Date created: 18 July 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= libopensync-plugin-evolution2 PORTVERSION= 0.22 @@ -20,6 +16,7 @@ CONFLICTS= libopensync-plugin-evolution2 USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= evolutiondataserver gconf2 .include Modified: head/deskutils/tomboy-plugin-latex/Makefile ============================================================================== --- head/deskutils/tomboy-plugin-latex/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/deskutils/tomboy-plugin-latex/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tomboy-plugin-latex -# Date created: 2008-12-21 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= tomboy-plugin-latex PORTVERSION= 0.6 @@ -19,7 +15,7 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskut RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_TEX= latex .include Modified: head/deskutils/tomboy-plugin-reminder/Makefile ============================================================================== --- head/deskutils/tomboy-plugin-reminder/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/deskutils/tomboy-plugin-reminder/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tomboy-plugin-reminder -# Date created: 2008-12-21 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= tomboy-plugin-reminder PORTVERSION= 0.9.2 @@ -19,6 +15,6 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskut RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig .include Modified: head/devel/glade2/Makefile ============================================================================== --- head/devel/glade2/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/devel/glade2/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -18,9 +18,8 @@ LIB_DEPENDS= rarian.0:${PORTSDIR}/textpr USE_BZIP2= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gtk20 desktopfileutils -USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/libglade-java/Makefile ============================================================================== --- head/devel/libglade-java/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/devel/libglade-java/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_ ${JAVALIBDIR}/gnome${GNOME_API_VERSION}.jar:${PORTSDIR}/x11/libgnome-java USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes Modified: head/devel/monodevelop-database/Makefile ============================================================================== --- head/devel/monodevelop-database/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/devel/monodevelop-database/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: monodevelop-database -# Date created: 2008-03-02 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= monodevelop-database PORTVERSION= 3.0.2 @@ -19,8 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gtksharp20 post-patch: Modified: head/games/gbrainy/Makefile ============================================================================== --- head/games/gbrainy/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/games/gbrainy/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -17,8 +17,7 @@ BUILD_DEPENDS= mautil:${PORTSDIR}/devel/ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= desktopfileutils gnomehack gtksharp20 gnomesharp20 -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/opencity/Makefile ============================================================================== --- head/games/opencity/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/games/opencity/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -13,7 +13,7 @@ COMMENT= Free 3D city simulator USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_SDL= sdl mixer image net USE_GL= gl glu USE_GCC= any Modified: head/misc/xmonad-log-applet/Makefile ============================================================================== --- head/misc/xmonad-log-applet/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/misc/xmonad-log-applet/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmonad-log-applet -# Date created: 01 September 2011 -# Whom: Alexander Kojevnikov -# +# Created by: Alexander Kojevnikov # $FreeBSD$ -# PORTNAME= xmonad-log-applet PORTVERSION= 2.0.0 @@ -15,7 +11,7 @@ MAINTAINER= alexander@kojevnikov.com COMMENT= An applet that will display Xmonad log information INSTALLS_ICONS= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomepanel GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-panel=gnome2 Modified: head/multimedia/gnome-subtitles/Makefile ============================================================================== --- head/multimedia/gnome-subtitles/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/multimedia/gnome-subtitles/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -17,7 +17,7 @@ LIB_DEPENDS= enchant.1:${PORTSDIR}/textp BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono RUN_DEPENDS= mono:${PORTSDIR}/lang/mono -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gtksharp20 gnomesharp20 gnomedocutils USE_GSTREAMER= yes GNU_CONFIGURE= yes Modified: head/multimedia/imagination/Makefile ============================================================================== --- head/multimedia/imagination/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/multimedia/imagination/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0: RUN_DEPENDS= ${LOCALBASE}/bin/ffmpeg:${PORTSDIR}/multimedia/ffmpeg GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/net-im/pidgin-fetion/Makefile ============================================================================== --- head/net-im/pidgin-fetion/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/net-im/pidgin-fetion/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidgin-fetion -# Date created: 17 October 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= fetion PORTVERSION= 0.98.5.2 @@ -18,9 +14,9 @@ COMMENT= Fetion protocol plugin for libp LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple - USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/net-im/pidgin-guifications/Makefile ============================================================================== --- head/net-im/pidgin-guifications/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/net-im/pidgin-guifications/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -14,8 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/pidg RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" Modified: head/net-im/pidgin-privacy-please/Makefile ============================================================================== --- head/net-im/pidgin-privacy-please/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/net-im/pidgin-privacy-please/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -17,7 +17,7 @@ BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin Modified: head/net-im/telepathy-haze/Makefile ============================================================================== --- head/net-im/telepathy-haze/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/net-im/telepathy-haze/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -17,7 +17,7 @@ LIB_DEPENDS= purple:${PORTSDIR}/net-im/l CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig MAN8= telepathy-haze.8 Modified: head/net/remmina-applet/Makefile ============================================================================== --- head/net/remmina-applet/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/net/remmina-applet/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -17,7 +17,7 @@ RUN_DEPENDS= remmina:${PORTSDIR}/net/rem OPTIONS_DEFINE= AVAHI GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack glib20 gtk20 gnomepanel CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/palm/gnome-pilot-conduits/Makefile ============================================================================== --- head/palm/gnome-pilot-conduits/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/palm/gnome-pilot-conduits/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -15,8 +15,7 @@ COMMENT= Additional conduits for gnome-p LIB_DEPENDS= gpilotd.2:${PORTSDIR}/palm/gnome-pilot USE_BZIP2= yes -USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix libgnome GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} Modified: head/print/lilypond-devel/Makefile ============================================================================== --- head/print/lilypond-devel/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/print/lilypond-devel/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -43,11 +43,10 @@ INFO= lilypond-notation \ music-glossary \ internals -USES= bison gettext -USE_GMAKE= yes +USES= bison gettext gmake pkgconfig perl5 USE_GHOSTSCRIPT=9 USE_PYTHON= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_TEX= latex USE_GNOME= pango Modified: head/x11/gnome-swallow/Makefile ============================================================================== --- head/x11/gnome-swallow/Makefile Fri Sep 6 15:24:58 2013 (r326512) +++ head/x11/gnome-swallow/Makefile Fri Sep 6 15:28:27 2013 (r326513) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-swallow -# Date created: 16 April 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= gnome-swallow PORTVERSION= 1.2 @@ -15,7 +11,7 @@ MAINTAINER= marcus@FreeBSD.org COMMENT= Applet that swallows any X11 application into the GNOME 2 panel USE_XORG= x11 -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomepanel libgnomeui GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"