From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 06:20:11 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 C0200BB6; Mon, 2 Sep 2013 06:20:11 +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 AC9DC20B8; Mon, 2 Sep 2013 06:20:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r826KBuX012670; Mon, 2 Sep 2013 06:20:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r826KAkg012648; Mon, 2 Sep 2013 06:20:10 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020620.r826KAkg012648@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 06:20:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325939 - in head: astro/nova devel/xmltooling games/asc multimedia/schroedinger security/opensaml2 x11-toolkits/gtkmm20 x11-toolkits/paragui-devel 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: Mon, 02 Sep 2013 06:20:11 -0000 Author: bapt Date: Mon Sep 2 06:20:09 2013 New Revision: 325939 URL: http://svnweb.freebsd.org/changeset/ports/325939 Log: Add an expicit dependency on pkgconf Modified: head/astro/nova/Makefile head/devel/xmltooling/Makefile head/games/asc/Makefile head/multimedia/schroedinger/Makefile head/security/opensaml2/Makefile head/x11-toolkits/gtkmm20/Makefile head/x11-toolkits/paragui-devel/Makefile Modified: head/astro/nova/Makefile ============================================================================== --- head/astro/nova/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/astro/nova/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -21,6 +21,7 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/deve nova:${PORTSDIR}/astro/libnova RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 +USES= pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/xmltooling/Makefile ============================================================================== --- head/devel/xmltooling/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/devel/xmltooling/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -19,8 +19,8 @@ BUILD_DEPENDS= boost-libs>=0:${PORTSDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc +USES= gmake pkgconfig USE_GCC= any -USE_GMAKE= yes USE_LDCONFIG= yes USE_OPENSSL= yes Modified: head/games/asc/Makefile ============================================================================== --- head/games/asc/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/games/asc/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -27,7 +27,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= MUSIC XVID MUSIC_DESC= Install extra music files -USES= perl5 +USES= perl5 pkgconfig USE_BZIP2= yes USE_SDL= image mixer sound sdl USE_WX= 2.4+ Modified: head/multimedia/schroedinger/Makefile ============================================================================== --- head/multimedia/schroedinger/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/multimedia/schroedinger/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -19,6 +19,7 @@ LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc BUILD_DEPENDS= orc>=0.4.16:${PORTSDIR}/devel/orc +USES= pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/security/opensaml2/Makefile ============================================================================== --- head/security/opensaml2/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/security/opensaml2/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -21,7 +21,7 @@ BUILD_DEPENDS= boost-libs>=0:${PORTSDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ --with-xmltooling=${LOCALBASE} --disable-doxygen-doc -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes post-patch: Modified: head/x11-toolkits/gtkmm20/Makefile ============================================================================== --- head/x11-toolkits/gtkmm20/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/x11-toolkits/gtkmm20/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -21,10 +21,10 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/deve BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack lthack gtk20 +USE_GNOME= lthack gtk20 CONFIGURE_ARGS= --enable-static=yes \ --with-sigc-prefix=${LOCALBASE} Modified: head/x11-toolkits/paragui-devel/Makefile ============================================================================== --- head/x11-toolkits/paragui-devel/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/x11-toolkits/paragui-devel/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -19,6 +19,7 @@ LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/ CONFLICTS= paragui-[0-9]* +USES= pkgconfig USE_AUTOTOOLS= libtool USE_SDL= sdl image ttf LIBTOOLFLAGS= --disable-ltlibs --release-ignore