From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:30:44 2013 Return-Path: Delivered-To: svn-ports-head@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 567D124B; Fri, 6 Sep 2013 14:30:44 +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 430AB2073; Fri, 6 Sep 2013 14:30:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86EUiJ3038047; Fri, 6 Sep 2013 14:30:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86EUhQn038039; Fri, 6 Sep 2013 14:30:43 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061430.r86EUhQn038039@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 14:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326507 - in head: astro/glunarclock databases/mergeant deskutils/global-menu deskutils/gnote multimedia/gxmms net-im/pidgin-bs 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: Fri, 06 Sep 2013 14:30:44 -0000 Author: bapt Date: Fri Sep 6 14:30:42 2013 New Revision: 326507 URL: http://svnweb.freebsd.org/changeset/ports/326507 Log: Add an explicit dependency on pkgconf Modified: head/astro/glunarclock/Makefile head/databases/mergeant/Makefile head/deskutils/global-menu/Makefile head/deskutils/gnote/Makefile head/multimedia/gxmms/Makefile head/net-im/pidgin-bs/Makefile Modified: head/astro/glunarclock/Makefile ============================================================================== --- head/astro/glunarclock/Makefile Fri Sep 6 14:30:23 2013 (r326506) +++ head/astro/glunarclock/Makefile Fri Sep 6 14:30:42 2013 (r326507) @@ -13,7 +13,7 @@ COMMENT= GNOME applet that displays the LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier -USES= pathfix gettext gmake +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomepanel gnomeprefix intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` Modified: head/databases/mergeant/Makefile ============================================================================== --- head/databases/mergeant/Makefile Fri Sep 6 14:30:23 2013 (r326506) +++ head/databases/mergeant/Makefile Fri Sep 6 14:30:42 2013 (r326507) @@ -13,8 +13,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Provide uniform access to data sources for the GNOME 2 environment USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomedb USE_PERL5= yes GNU_CONFIGURE= yes Modified: head/deskutils/global-menu/Makefile ============================================================================== --- head/deskutils/global-menu/Makefile Fri Sep 6 14:30:23 2013 (r326506) +++ head/deskutils/global-menu/Makefile Fri Sep 6 14:30:42 2013 (r326507) @@ -17,7 +17,7 @@ USE_GNOME= gnomepanel gnomedesktop USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool automake:env autoheader:env INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/deskutils/gnote/Makefile ============================================================================== --- head/deskutils/gnote/Makefile Fri Sep 6 14:30:23 2013 (r326506) +++ head/deskutils/gnote/Makefile Fri Sep 6 14:30:42 2013 (r326507) @@ -19,11 +19,10 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11 boost_filesystem:${PORTSDIR}/devel/boost-libs \ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid -USE_GMAKE= yes USE_XZ= yes USE_GNOME= gnomehack gnomeprefix gconf2 gtk20 intltool libxml2 libxslt \ ltverhack gnomepanel -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes GCONF_SCHEMAS= gnote.schemas USE_AUTOTOOLS= libtool Modified: head/multimedia/gxmms/Makefile ============================================================================== --- head/multimedia/gxmms/Makefile Fri Sep 6 14:30:23 2013 (r326506) +++ head/multimedia/gxmms/Makefile Fri Sep 6 14:30:42 2013 (r326507) @@ -10,9 +10,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Simple GNOME panel applet for controlling XMMS -USE_GMAKE= yes USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui -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/net-im/pidgin-bs/Makefile ============================================================================== --- head/net-im/pidgin-bs/Makefile Fri Sep 6 14:30:23 2013 (r326506) +++ head/net-im/pidgin-bs/Makefile Fri Sep 6 14:30:42 2013 (r326507) @@ -17,15 +17,9 @@ LIB_DEPENDS= purple:${PORTSDIR}/net-im/l RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin -.include - -.if ${OSVERSION} < 700000 -BROKEN= configure fails on 6.x -.endif - -.include +.include