From owner-svn-ports-head@FreeBSD.ORG Wed Sep 18 08:00:46 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 B6443736; Wed, 18 Sep 2013 08:00:46 +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 94CC125CE; Wed, 18 Sep 2013 08:00:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I80kWb037903; Wed, 18 Sep 2013 08:00:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I80iuc037757; Wed, 18 Sep 2013 08:00:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309180800.r8I80iuc037757@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 08:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327530 - in head: audio/terminatorx editors/morla finance/libalkimia graphics/kuickshow-kde4 mail/zmailer multimedia/kdenlive net-im/decibel net-p2p/museekplus science/kalzium 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: Wed, 18 Sep 2013 08:00:46 -0000 Author: bapt Date: Wed Sep 18 08:00:44 2013 New Revision: 327530 URL: http://svnweb.freebsd.org/changeset/ports/327530 Log: Add an explicit dependency on pkgconf Modified: head/audio/terminatorx/Makefile head/editors/morla/Makefile head/finance/libalkimia/Makefile head/graphics/kuickshow-kde4/Makefile head/mail/zmailer/Makefile head/multimedia/kdenlive/Makefile head/net-im/decibel/Makefile head/net-p2p/museekplus/Makefile head/science/kalzium/Makefile Modified: head/audio/terminatorx/Makefile ============================================================================== --- head/audio/terminatorx/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/audio/terminatorx/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -27,7 +27,7 @@ MPG123_DESC= mpg123 support USE_BZIP2= yes USE_XORG= x11 xext xi xxf86dga ice sm -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gnomehier gtk20 libxml2 USE_AUTOTOOLS= aclocal autoheader automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal Modified: head/editors/morla/Makefile ============================================================================== --- head/editors/morla/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/editors/morla/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-gconf=auto -USES= gettext +USES= gettext pkgconfig USE_GNOME= gconf2 libgtkhtml libxslt USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} Modified: head/finance/libalkimia/Makefile ============================================================================== --- head/finance/libalkimia/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/finance/libalkimia/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libalkimia -# Date created: 2011-02-28 -# Whom: Jason E. Hale -# +# Created by: Jason E. Hale # $FreeBSD$ -# PORTNAME= libalkimia PORTVERSION= 4.3.2 @@ -20,7 +16,7 @@ LICENSE= LGPL21 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= qmake_build moc_build rcc_build uic_build Modified: head/graphics/kuickshow-kde4/Makefile ============================================================================== --- head/graphics/kuickshow-kde4/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/graphics/kuickshow-kde4/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kuickshow -# Date created: July 09 2004 -# Whom: Michael Nottebrock -# +# Created by: Michael Nottebrock # $FreeBSD$ -# PORTNAME= kuickshow PORTVERSION= ${APP_VER}.${EXTRA_VER} @@ -21,7 +17,7 @@ USE_BZIP2= yes USE_GNOME= imlib USE_KDE4= kdelibs kdeprefix kdehier automoc4 USE_QT4= corelib opengl qmake_build moc_build rcc_build uic_build -USES= cmake gettext +USES= cmake gettext pkgconfig LATEST_LINK= ${PORTNAME}-kde4 Modified: head/mail/zmailer/Makefile ============================================================================== --- head/mail/zmailer/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/mail/zmailer/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -15,7 +15,7 @@ CONFLICTS= courier-0.* postfix-1.* postf OPTIONS_DEFINE= SSL OPTIONS_DEFAULT=SSL -USES= perl5 +USES= perl5 pkgconfig GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= Modified: head/multimedia/kdenlive/Makefile ============================================================================== --- head/multimedia/kdenlive/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/multimedia/kdenlive/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -20,7 +20,7 @@ USE_KDE4= kdehier kdelibs kdeprefix auto USE_QT4= dbus gui opengl script svg xml \ moc_build qmake_build rcc_build uic_build USE_XORG= x11 -USES= cmake +USES= cmake pkgconfig USE_BZIP2= yes CMAKE_ARGS= -DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}" Modified: head/net-im/decibel/Makefile ============================================================================== --- head/net-im/decibel/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/net-im/decibel/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -1,6 +1,4 @@ -# New ports collection Makefile for: decibel -# Date created: 2008-02-10 -# Whom: arved +# Created by: arved # # $FreeBSD$ @@ -17,7 +15,7 @@ LIB_DEPENDS= QtTapioca.0:${PORTSDIR}/net USE_QT4= xml dbus gui qtestlib qmake_build moc_build uic_build rcc_build USE_LDCONFIG= yes -USES= cmake +USES= cmake pkgconfig post-patch: ${REINPLACE_CMD} -e \ Modified: head/net-p2p/museekplus/Makefile ============================================================================== --- head/net-p2p/museekplus/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/net-p2p/museekplus/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -14,6 +14,7 @@ COMMENT= SoulSeek client with separate t LIB_DEPENDS= xml\\+\\+:${PORTSDIR}/textproc/libxml++26 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +USES= pkgconfig USE_BZIP2= yes USE_SCONS= yes USE_FAM= yes Modified: head/science/kalzium/Makefile ============================================================================== --- head/science/kalzium/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/science/kalzium/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -20,7 +20,7 @@ CONFLICTS= kdeedu-4.[0-6].* USE_GCC= yes USE_KDE4= kdehier kdelibs kdeprefix automoc4 -USES= cmake:outsource +USES= cmake:outsource pkgconfig USE_OCAML= yes NO_OCAML_RUNDEPENDS= yes USE_QT4= corelib declarative designer opengl script xml \