From owner-svn-ports-all@FreeBSD.ORG Tue Sep 10 17:39:42 2013 Return-Path: Delivered-To: svn-ports-all@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 6126AA01; Tue, 10 Sep 2013 17:39:42 +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 3F8E62D2D; Tue, 10 Sep 2013 17:39:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AHdgf8079512; Tue, 10 Sep 2013 17:39:42 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8AHdfnP079508; Tue, 10 Sep 2013 17:39:41 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309101739.r8AHdfnP079508@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 10 Sep 2013 17:39:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326921 - in head: audio/ocp graphics/pornview net-p2p/valknut security/razorback-dispatcher 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: Tue, 10 Sep 2013 17:39:42 -0000 Author: bapt Date: Tue Sep 10 17:39:41 2013 New Revision: 326921 URL: http://svnweb.freebsd.org/changeset/ports/326921 Log: Add an explicit dependency on pkgconf Modified: head/audio/ocp/Makefile head/graphics/pornview/Makefile head/net-p2p/valknut/Makefile head/security/razorback-dispatcher/Makefile Modified: head/audio/ocp/Makefile ============================================================================== --- head/audio/ocp/Makefile Tue Sep 10 17:26:57 2013 (r326920) +++ head/audio/ocp/Makefile Tue Sep 10 17:39:41 2013 (r326921) @@ -22,7 +22,7 @@ LIB_DEPENDS= id3tag:${PORTSDIR}/audio/li ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes -USES= ncurses gmake +USES= ncurses gmake pkgconfig USE_LDCONFIG= yes INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE= yes Modified: head/graphics/pornview/Makefile ============================================================================== --- head/graphics/pornview/Makefile Tue Sep 10 17:26:57 2013 (r326920) +++ head/graphics/pornview/Makefile Tue Sep 10 17:39:41 2013 (r326921) @@ -16,6 +16,7 @@ LIB_DEPENDS= exif:${PORTSDIR}/graphics/l xcb-render-util:${PORTSDIR}/x11/xcb-util-renderutil USE_XORG= x11 xi xext xinerama +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk2 Modified: head/net-p2p/valknut/Makefile ============================================================================== --- head/net-p2p/valknut/Makefile Tue Sep 10 17:26:57 2013 (r326920) +++ head/net-p2p/valknut/Makefile Tue Sep 10 17:39:41 2013 (r326921) @@ -1,11 +1,5 @@ -# ex: ts=8 -# New ports collection makefile for: dcgui -# Date created: Wed 10 Jul 2002 -# Whom: Sverrir Valgeirsson and -# Amar Takhar et al -# +# Created by: Sverrir Valgeirsson # $FreeBSD$ -# PORTNAME= valknut PORTVERSION= 0.4.9 @@ -26,8 +20,8 @@ MAN1= valknut.1 USE_QT4= corelib gui network qt3support \ moc_build uic_build rcc_build linguist_build USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= gmake perl5 pkgconfig +USE_PERL5= build GNU_CONFIGURE= yes INSTALLS_ICONS= yes CFLAGS+= -I${QT_INCDIR} Modified: head/security/razorback-dispatcher/Makefile ============================================================================== --- head/security/razorback-dispatcher/Makefile Tue Sep 10 17:26:57 2013 (r326920) +++ head/security/razorback-dispatcher/Makefile Tue Sep 10 17:39:41 2013 (r326921) @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-dispatcher -# Date created: 2011/06/8 -# Whom: Tom Judge -# +# Created by: Tom Judge # $FreeBSD$ -# PORTNAME= dispatcher PORTVERSION= 0.5.0 @@ -27,9 +23,7 @@ OPTIONS_DEFINE= DEBUG ASSERT ACTIVEMQ ASSERT_DESC= Enable Asserts ACTIVEMQ_DESC= ActiveMQ runs locally -.include - -USES= pathfix +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_MYSQL= yes @@ -41,6 +35,8 @@ LDFLAGS+= -L${LOCALBASE}/lib USERS?= razorback GROUPS?= razorback +.include + .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif