From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 15:26:26 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 E57359B7; Mon, 2 Sep 2013 15:26:26 +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 D0D382B44; Mon, 2 Sep 2013 15:26:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FQQum037432; Mon, 2 Sep 2013 15:26:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FQN5L037410; Mon, 2 Sep 2013 15:26:23 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021526.r82FQN5L037410@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 15:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326011 - in head: comms/anyremote databases/postgresql-libpqxx3 devel/libccid devel/libvirt games/libmt_client graphics/libraw security/razorback-masterNugget x11-toolkits/open-motif x... 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 15:26:27 -0000 Author: bapt Date: Mon Sep 2 15:26:23 2013 New Revision: 326011 URL: http://svnweb.freebsd.org/changeset/ports/326011 Log: Add an explicit dependency on pkgconf Modified: head/comms/anyremote/Makefile head/databases/postgresql-libpqxx3/Makefile head/devel/libccid/Makefile head/devel/libvirt/Makefile head/games/libmt_client/Makefile head/graphics/libraw/Makefile head/security/razorback-masterNugget/Makefile head/x11-toolkits/open-motif/Makefile head/x11-wm/fluxbox/Makefile head/x11/startup-notification/Makefile head/x11/xcb-util-image/Makefile head/x11/xcb-util-keysyms/Makefile head/x11/xcb-util-renderutil/Makefile head/x11/xcb-util-wm/Makefile Modified: head/comms/anyremote/Makefile ============================================================================== --- head/comms/anyremote/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/comms/anyremote/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -11,6 +11,7 @@ COMMENT= Remote control service over Blu LICENSE= GPLv2 +USES= pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/databases/postgresql-libpqxx3/Makefile ============================================================================== --- head/databases/postgresql-libpqxx3/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/databases/postgresql-libpqxx3/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -1,9 +1,5 @@ -# New ports collection makefile for: PostgreSQL Pgaccess -# Date created: December 1st, 2002 -# Whom: Palle Girgensohn -# +# Created by: Palle Girgensohn # $FreeBSD$ -# PORTNAME= libpqxx PORTVERSION= 3.1 @@ -20,7 +16,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME} PORTSCOUT= limit:^2\. USE_PGSQL= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} Modified: head/devel/libccid/Makefile ============================================================================== --- head/devel/libccid/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/devel/libccid/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -1,7 +1,4 @@ -# New ports collection Makefile for: libccid -# Date created: 2005-01-20 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= ccid @@ -20,8 +17,9 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes +USES= pkgconfig perl5 GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \ --enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial CONFIGURE_ENV= LIBUSB_CFLAGS="-I${LOCALBASE}/include" \ Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/devel/libvirt/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -51,7 +51,7 @@ PORTSCOUT= limit:\d+\.\d+\.\d+$$ LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector -USES= charsetfix pathfix gmake +USES= charsetfix pathfix gmake pkgconfig USE_LDCONFIG= yes USE_PYTHON_BUILD= yes SHLIB_VER= 1001 Modified: head/games/libmt_client/Makefile ============================================================================== --- head/games/libmt_client/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/games/libmt_client/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmt_client -# Date created: Sun 7 mar 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= libmt_client PORTVERSION= 0.1.98 @@ -17,6 +13,7 @@ COMMENT= Client-side library of MaitreT LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot +USES= pkgconfig USE_AUTOTOOLS= libtool USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/graphics/libraw/Makefile ============================================================================== --- head/graphics/libraw/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/graphics/libraw/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -1,9 +1,5 @@ -# New ports collection makefile for: raw images library -# Date created: 26 Apr 2008 -# Whom: Sergey A. Osokin -# +# Created by: Sergey A. Osokin # $FreeBSD$ -# PORTNAME= libraw PORTVERSION= 0.14.7 @@ -21,6 +17,7 @@ LICENSE_COMB= dual LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg USE_LDCONFIG= yes +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-examples --disable-jasper CFLAGS+= -fPIC Modified: head/security/razorback-masterNugget/Makefile ============================================================================== --- head/security/razorback-masterNugget/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/security/razorback-masterNugget/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-masterNugget -# Date created: 2011/06/8 -# Whom: Tom Judge -# +# Created by: Tom Judge # $FreeBSD$ -# PORTNAME= masterNugget PORTVERSION= 0.5.0 @@ -23,6 +19,8 @@ LIB_DEPENDS= razorback_api:${PORTSDIR}/s OPTIONS_DEFINE= DEBUG ASSERT ASSERT_DESC= Enable Asserts +USES= pkgconfig + .include GNU_CONFIGURE= yes Modified: head/x11-toolkits/open-motif/Makefile ============================================================================== --- head/x11-toolkits/open-motif/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11-toolkits/open-motif/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -23,7 +23,7 @@ CONFLICTS= lesstif-[0-9]* # WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/motif-${PORTVERSION} -USES= iconv gmake +USES= iconv gmake pkgconfig USE_AUTOTOOLS= libtool autoconf:env automake:env USE_XORG= xaw xbitmaps xft GNU_CONFIGURE= yes Modified: head/x11-wm/fluxbox/Makefile ============================================================================== --- head/x11-wm/fluxbox/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11-wm/fluxbox/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -16,7 +16,7 @@ LICENSE= MIT RUN_DEPENDS= xmessage:${PORTSDIR}/x11/xmessage USE_XORG= xextproto xft xpm xrandr -USE_GMAKE= yes +USES= gmake pkgconfig WANT_GNOME= yes GNU_CONFIGURE= yes Modified: head/x11/startup-notification/Makefile ============================================================================== --- head/x11/startup-notification/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11/startup-notification/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -16,8 +16,8 @@ LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xc USE_XORG= x11 USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USE_GNOME= gnomehack ltasneededhack +USES= gmake pathfix pkgconfig +USE_GNOME= ltasneededhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11/xcb-util-image/Makefile ============================================================================== --- head/x11/xcb-util-image/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11/xcb-util-image/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -11,8 +11,8 @@ COMMENT= A port of Xlib's XImage and XSh LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -USES= gmake USE_BZIP2= yes +USES= gmake pkgconfig USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp Modified: head/x11/xcb-util-keysyms/Makefile ============================================================================== --- head/x11/xcb-util-keysyms/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11/xcb-util-keysyms/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -11,7 +11,7 @@ COMMENT= Standard X key constants and co LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros Modified: head/x11/xcb-util-renderutil/Makefile ============================================================================== --- head/x11/xcb-util-renderutil/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11/xcb-util-renderutil/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -11,8 +11,8 @@ COMMENT= Convenience functions for the R LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -USES= gmake USE_BZIP2= yes +USES= gmake pkgconfig USE_XORG= xcb xorg-macros USE_LDCONFIG= yes #USE_XORG= xau xdmcp Modified: head/x11/xcb-util-wm/Makefile ============================================================================== --- head/x11/xcb-util-wm/Makefile Mon Sep 2 15:19:17 2013 (r326010) +++ head/x11/xcb-util-wm/Makefile Mon Sep 2 15:26:23 2013 (r326011) @@ -11,8 +11,8 @@ COMMENT= Framework for window manager im LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -USES= gmake USE_BZIP2= yes +USES= gmake pkgconfig USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp