From owner-svn-ports-all@FreeBSD.ORG Mon Sep 2 17:06:56 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 B52F9365; Mon, 2 Sep 2013 17:06:56 +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 939262283; Mon, 2 Sep 2013 17:06:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82H6u1s098258; Mon, 2 Sep 2013 17:06:56 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82H6s1V098206; Mon, 2 Sep 2013 17:06:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021706.r82H6s1V098206@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 17:06:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326035 - in head: devel/ptlib26 devel/qt4-qdbusviewer devel/qt4-script games/freedink-engine games/stratagus graphics/evas_generic_loaders-pdf net-im/telepathy-mission-control sysutils... 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: Mon, 02 Sep 2013 17:06:56 -0000 Author: bapt Date: Mon Sep 2 17:06:54 2013 New Revision: 326035 URL: http://svnweb.freebsd.org/changeset/ports/326035 Log: Add an explicit dependency on pkgconf Modified: head/devel/ptlib26/Makefile head/devel/qt4-qdbusviewer/Makefile head/devel/qt4-script/Makefile head/games/freedink-engine/Makefile head/games/stratagus/Makefile head/graphics/evas_generic_loaders-pdf/Makefile head/net-im/telepathy-mission-control/Makefile head/sysutils/ganglia-monitor-core/Makefile head/www/mod_dnssd/Makefile Modified: head/devel/ptlib26/Makefile ============================================================================== --- head/devel/ptlib26/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/devel/ptlib26/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -18,8 +18,7 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/ CONFLICTS= pwlib-1.* ptlib-2.4.* ptlib-2.8.* USE_BZIP2= yes -USES= bison -USE_GMAKE= yes +USES= bison gmake pkgconfig GNU_CONFIGURE= yes WANT_GNOME= yes USE_OPENSSL= yes Modified: head/devel/qt4-qdbusviewer/Makefile ============================================================================== --- head/devel/qt4-qdbusviewer/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/devel/qt4-qdbusviewer/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -11,6 +11,7 @@ COMMENT= Qt4 D-Bus viewer LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus +USES= pkgconfig USE_QT4= qmake_build moc_build rcc_build corelib dbus gui xml \ clucene QT_NONSTANDARD= yes Modified: head/devel/qt4-script/Makefile ============================================================================== --- head/devel/qt4-script/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/devel/qt4-script/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -9,6 +9,7 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt script +USES= pkgconfig USE_QT4= qmake_build moc_build corelib QT_NONSTANDARD= yes QT_DIST= yes Modified: head/games/freedink-engine/Makefile ============================================================================== --- head/games/freedink-engine/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/games/freedink-engine/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -13,7 +13,7 @@ COMMENT= Dink Smallwood RPG and RPG Cons LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig -USES= gettext gmake +USES= gettext gmake pkgconfig USE_SDL= sdl gfx ttf image mixer GNU_CONFIGURE= yes PORTVER= 20121209 Modified: head/games/stratagus/Makefile ============================================================================== --- head/games/stratagus/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/games/stratagus/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -22,7 +22,7 @@ USE_SDL= sdl USE_SQLITE= 3 USE_LUA= 5.0+ LUA_COMPS= toluaxx -USES= cmake:outsource +USES= cmake:outsource pkgconfig CMAKE_ARGS= -DGAMEDIR:STRING="bin" \ -DTOLUA++_APP:STRING="${TOLUAXX_CMD}" \ -DTOLUA++_INCLUDE_DIR:STRING="${LUA_INCDIR}" \ Modified: head/graphics/evas_generic_loaders-pdf/Makefile ============================================================================== --- head/graphics/evas_generic_loaders-pdf/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/graphics/evas_generic_loaders-pdf/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -16,6 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler +USES= pkgconfig DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/net-im/telepathy-mission-control/Makefile ============================================================================== --- head/net-im/telepathy-mission-control/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/net-im/telepathy-mission-control/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -13,11 +13,11 @@ COMMENT= Telepathy component to apps to LIB_DEPENDS= telepathy.2:${PORTSDIR}/net-im/libtelepathy \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +USES= gmake pkgconfig USE_GNOME= gnomeprefix libxslt gnomehack ltverhack USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GMAKE= yes USE_LDCONFIG= yes GLIB_SCHEMAS= im.telepathy.MissionControl.FromEmpathy.gschema.xml CONFIGURE_ARGS= --disable-upower Modified: head/sysutils/ganglia-monitor-core/Makefile ============================================================================== --- head/sysutils/ganglia-monitor-core/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/sysutils/ganglia-monitor-core/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -25,6 +25,7 @@ OPTIONS_DEFINE= GMETAD OPTIONS_DEFAULT= GMETAD GMETAD_DESC= include gmetad +USES= pkgconfig USE_PYTHON= yes USE_AUTOTOOLS= libtool LIBTOOLFILES= configure libmetrics/configure Modified: head/www/mod_dnssd/Makefile ============================================================================== --- head/www/mod_dnssd/Makefile Mon Sep 2 17:03:17 2013 (r326034) +++ head/www/mod_dnssd/Makefile Mon Sep 2 17:06:54 2013 (r326035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_dnssd -# Date created: 27 February 2009 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= mod_dnssd PORTVERSION= 0.6 @@ -17,8 +13,7 @@ COMMENT= An Apache module that provides LIB_DEPENDS= avahi-client.3:${PORTSDIR}/net/avahi-app - -USE_GMAKE= yes +USES= gmake pkgconfig USE_APACHE= 22 GNU_CONFIGURE= yes CONFIGURE_ENV= APR_CFLAGS="`${LOCALBASE}/bin/apr-1-config --cflags --cppflags --includes`" \