From owner-svn-ports-all@FreeBSD.ORG Mon Sep 2 22:58:18 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 2DEDFD99; Mon, 2 Sep 2013 22:58:18 +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 19AB12F16; Mon, 2 Sep 2013 22:58:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82MwHnC010688; Mon, 2 Sep 2013 22:58:17 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82MwG5J010680; Mon, 2 Sep 2013 22:58:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022258.r82MwG5J010680@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 22:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326113 - in head: cad/geda-gattrib cad/geda-netlist games/cheech irc/lostirc net-im/telepathy-salut science/gwyddion x11-toolkits/libsexymm 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 22:58:18 -0000 Author: bapt Date: Mon Sep 2 22:58:16 2013 New Revision: 326113 URL: http://svnweb.freebsd.org/changeset/ports/326113 Log: Add an explicit dependency on pkgconf Modified: head/cad/geda-gattrib/Makefile head/cad/geda-netlist/Makefile head/games/cheech/Makefile head/irc/lostirc/Makefile head/net-im/telepathy-salut/Makefile head/science/gwyddion/Makefile head/x11-toolkits/libsexymm/Makefile Modified: head/cad/geda-gattrib/Makefile ============================================================================== --- head/cad/geda-gattrib/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/cad/geda-gattrib/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -21,6 +21,7 @@ DATADIR= ${PREFIX}/share/geda DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= gtk20 glib20 USE_GMAKE= yes INSTALLS_ICONS= yes Modified: head/cad/geda-netlist/Makefile ============================================================================== --- head/cad/geda-netlist/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/cad/geda-netlist/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnetlist -# Date created: 4 April 2001 -# Whom: bruno schwander -# +# Created by: bruno schwander # $FreeBSD$ -# PORTNAME= netlist PORTVERSION= 1.4.3 @@ -26,6 +22,7 @@ DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes USE_GNOME= gtk20 +USES= pkgconfig CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/cheech/Makefile ============================================================================== --- head/games/cheech/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/games/cheech/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -14,6 +14,7 @@ COMMENT= Multiplayer Chinese Checkers ga LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ gnet-2.0.0:${PORTSDIR}/net/gnet2 +USES= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:env Modified: head/irc/lostirc/Makefile ============================================================================== --- head/irc/lostirc/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/irc/lostirc/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -15,7 +15,7 @@ LICENSE_COMB= dual LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomeprefix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-kde Modified: head/net-im/telepathy-salut/Makefile ============================================================================== --- head/net-im/telepathy-salut/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/net-im/telepathy-salut/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -14,7 +14,7 @@ LIB_DEPENDS= avahi-glib.1:${PORTSDIR}/ne soup-2.4.1:${PORTSDIR}/devel/libsoup GNU_CONFIGURE= yes -USEs= pkgconfig +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gnomehack glib20 libxslt:build USE_OPENSSL= yes Modified: head/science/gwyddion/Makefile ============================================================================== --- head/science/gwyddion/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/science/gwyddion/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -20,7 +20,7 @@ OPTIONS_DEFAULT=PERL PYTHON UNIQUE UNIQUE_DESC= Remote controle backend support USE_XZ= yes -USES= desktop-file-utils gettext pathfix shared-mime-info +USES= desktop-file-utils gettext pathfix shared-mime-info pkgconfig USE_GNOME= gconf2 gtk20 libxml2 USE_GL= glu USE_GMAKE= yes Modified: head/x11-toolkits/libsexymm/Makefile ============================================================================== --- head/x11-toolkits/libsexymm/Makefile Mon Sep 2 22:52:04 2013 (r326112) +++ head/x11-toolkits/libsexymm/Makefile Mon Sep 2 22:58:16 2013 (r326113) @@ -16,7 +16,7 @@ LIB_DEPENDS= gtkmm-2:${PORTSDIR}/x11-too sexy:${PORTSDIR}/x11-toolkits/libsexy USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes