From owner-svn-ports-head@FreeBSD.ORG Wed Sep 11 09:36:50 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 297FB7F4; Wed, 11 Sep 2013 09:36:50 +0000 (UTC) (envelope-from marino@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 16F1E2FAF; Wed, 11 Sep 2013 09:36:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B9anxX092811; Wed, 11 Sep 2013 09:36:49 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8B9amiO092798; Wed, 11 Sep 2013 09:36:48 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201309110936.r8B9amiO092798@svn.freebsd.org> From: John Marino Date: Wed, 11 Sep 2013 09:36:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326957 - in head: audio/zynaddsubfx comms/gammu-devel games/wesnoth textproc/wv2 x11-toolkits/mygui x11-wm/pawm 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, 11 Sep 2013 09:36:50 -0000 Author: marino Date: Wed Sep 11 09:36:48 2013 New Revision: 326957 URL: http://svnweb.freebsd.org/changeset/ports/326957 Log: Add explicit dependency on pkgconf (6 ports) Modified: head/audio/zynaddsubfx/Makefile head/comms/gammu-devel/Makefile head/games/wesnoth/Makefile head/textproc/wv2/Makefile head/x11-toolkits/mygui/Makefile head/x11-wm/pawm/Makefile Modified: head/audio/zynaddsubfx/Makefile ============================================================================== --- head/audio/zynaddsubfx/Makefile Wed Sep 11 09:36:43 2013 (r326956) +++ head/audio/zynaddsubfx/Makefile Wed Sep 11 09:36:48 2013 (r326957) @@ -22,7 +22,7 @@ DSSI_DESC= DSSI Plugin LO_DESC= Open Sound Control support via LibLO USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig PORTDOCS= * PORTEXAMPLES= * Modified: head/comms/gammu-devel/Makefile ============================================================================== --- head/comms/gammu-devel/Makefile Wed Sep 11 09:36:43 2013 (r326956) +++ head/comms/gammu-devel/Makefile Wed Sep 11 09:36:48 2013 (r326957) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gammu-devel -# Date created: 2009-10-15 -# Whom: Sylvio Cesar Teixeira -# +# Created by: Sylvio Cesar Teixeira # $FreeBSD$ -# PORTNAME= gammu PORTVERSION= 1.31.90 @@ -23,7 +19,7 @@ CONFLICTS= gammu-[1-9]* gammu-python-[1- CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata -USES= cmake gettext +USES= cmake gettext pkgconfig USE_PYTHON= yes USE_GNOME= glib20 USE_BZIP2= yes Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Wed Sep 11 09:36:43 2013 (r326956) +++ head/games/wesnoth/Makefile Wed Sep 11 09:36:48 2013 (r326957) @@ -20,7 +20,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/de USE_SDL= image mixer net ttf USE_GNOME= pango desktopfileutils USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DMANDIR="man" MAN6= wesnoth.6 Modified: head/textproc/wv2/Makefile ============================================================================== --- head/textproc/wv2/Makefile Wed Sep 11 09:36:43 2013 (r326956) +++ head/textproc/wv2/Makefile Wed Sep 11 09:36:48 2013 (r326957) @@ -12,7 +12,7 @@ COMMENT= A library providing routines to USE_GNOME= libgsf USE_BZIP2= yes -USES= cmake iconv +USES= cmake iconv pkgconfig USE_LDCONFIG= yes post-patch: Modified: head/x11-toolkits/mygui/Makefile ============================================================================== --- head/x11-toolkits/mygui/Makefile Wed Sep 11 09:36:43 2013 (r326956) +++ head/x11-toolkits/mygui/Makefile Wed Sep 11 09:36:48 2013 (r326957) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMai ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois USE_ZIP= yes -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DMYGUI_BUILD_DEMOS=OFF -DMYGUI_BUILD_DOCS=OFF USE_LDCONFIG= yes USE_GCC= yes Modified: head/x11-wm/pawm/Makefile ============================================================================== --- head/x11-wm/pawm/Makefile Wed Sep 11 09:36:43 2013 (r326956) +++ head/x11-wm/pawm/Makefile Wed Sep 11 09:36:48 2013 (r326957) @@ -11,7 +11,7 @@ COMMENT= The Puto Amo Window Manager USE_BZIP2= yes USE_XORG= x11 xft xrandr xrender xpm -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DCMAKE_CONFIG_PREFIX:STRING="${PREFIX}/etc" \ -DX11_LIBRARY_DIRS:STRING="${LOCALBASE}/lib"