From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:55:06 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 3C793EE8; Mon, 2 Sep 2013 16:55:06 +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 2909F21AF; Mon, 2 Sep 2013 16:55:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Gt6ih091092; Mon, 2 Sep 2013 16:55:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82Gt43v091082; Mon, 2 Sep 2013 16:55:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021655.r82Gt43v091082@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 16:55:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326032 - in head: devel/libsoup games/alephone graphics/radius-engine multimedia/libva sysutils/hal x11-toolkits/pangomm x11-toolkits/sdl_pango 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: Mon, 02 Sep 2013 16:55:06 -0000 Author: bapt Date: Mon Sep 2 16:55:04 2013 New Revision: 326032 URL: http://svnweb.freebsd.org/changeset/ports/326032 Log: Add an explicit dependency on pkgconf Modified: head/devel/libsoup/Makefile head/games/alephone/Makefile head/graphics/radius-engine/Makefile head/multimedia/libva/Makefile head/sysutils/hal/Makefile head/x11-toolkits/pangomm/Makefile head/x11-toolkits/sdl_pango/Makefile Modified: head/devel/libsoup/Makefile ============================================================================== --- head/devel/libsoup/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/devel/libsoup/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -21,12 +21,11 @@ USE_XZ= yes .if !defined(REFERENCE_PORT) -USES= gettext pathfix +USES= gettext pathfix gmake pkgconfig USE_GNOME= gnomehier glib20 libxml2 ltverhack referencehack intltool USE_SQLITE= 3 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_PYTHON_BUILD= -2.7 CONFIGURE_ARGS= --disable-more-warnings CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/alephone/Makefile ============================================================================== --- head/games/alephone/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/games/alephone/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -14,6 +14,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/boo USE_GMAKE= yes +USES= pkgconfig USE_BZIP2= yes USE_SDL+= image net sdl sound USE_GL= yes Modified: head/graphics/radius-engine/Makefile ============================================================================== --- head/graphics/radius-engine/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/graphics/radius-engine/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -15,7 +15,7 @@ LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lu png15:${PORTSDIR}/graphics/png \ physfs.1:${PORTSDIR}/devel/physfs -USES= pathfix +USES= pathfix pkgconfig USE_SDL= sdl sound USE_GL= glu GNU_CONFIGURE= yes Modified: head/multimedia/libva/Makefile ============================================================================== --- head/multimedia/libva/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/multimedia/libva/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm +USES= pkgconfig USE_BZIP2= yes USE_XORG= glproto pciaccess xext xfixes USE_GL= gl Modified: head/sysutils/hal/Makefile ============================================================================== --- head/sysutils/hal/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/sysutils/hal/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -18,8 +18,7 @@ LIB_DEPENDS= polkit.2:${PORTSDIR}/sysuti ck-connector:${PORTSDIR}/sysutils/consolekit RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= intlhack ltverhack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/x11-toolkits/pangomm/Makefile ============================================================================== --- head/x11-toolkits/pangomm/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/x11-toolkits/pangomm/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -20,7 +20,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= cairomm glibmm pango CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-toolkits/sdl_pango/Makefile ============================================================================== --- head/x11-toolkits/sdl_pango/Makefile Mon Sep 2 16:48:01 2013 (r326031) +++ head/x11-toolkits/sdl_pango/Makefile Mon Sep 2 16:55:04 2013 (r326032) @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/sdl_pango -# Date created: 2006-10-30 -# Whom: Edwin Groothuis -# +# Created by: Edwin Groothuis # $FreeBSD$ -# PORTNAME= sdl_pango PORTVERSION= 0.1.2 @@ -18,6 +14,7 @@ PATCHFILES= SDL_Pango-0.1.2-API-adds.pat MAINTAINER= edwin@mavetju.org COMMENT= SDL_Pango is the SDL API to the Pango text rendering engine of GNOME 2.x +USES= pkgconfig USE_AUTOTOOLS= libtool USE_SDL= sdl USE_GNOME= pango