svn commit: r326032 - in head: devel/libsoup games/alephone graphics/radius-engine multimedia/libva sysutils/hal x11-toolkits/pangomm x11-toolkits/sdl_pango
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 2 16:55:06 UTC 2013
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 <edwin at mavetju.org>
-#
+# Created by: Edwin Groothuis <edwin at mavetju.org>
# $FreeBSD$
-#
PORTNAME= sdl_pango
PORTVERSION= 0.1.2
@@ -18,6 +14,7 @@ PATCHFILES= SDL_Pango-0.1.2-API-adds.pat
MAINTAINER= edwin at 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
More information about the svn-ports-all
mailing list