Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 13:54:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325997 - in head: devel/dbus-glib devel/libopensync022 multimedia/mpeg2codec textproc/liblingoteach www/aria2 x11-toolkits/libxaw3dxft x11/ecore-x11 x11/libxklavier x11/xcb-util
Message-ID:  <201309021354.r82DskEh083140@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 13:54:45 2013
New Revision: 325997
URL: http://svnweb.freebsd.org/changeset/ports/325997

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/devel/dbus-glib/Makefile
  head/devel/libopensync022/Makefile
  head/multimedia/mpeg2codec/Makefile
  head/textproc/liblingoteach/Makefile
  head/www/aria2/Makefile
  head/x11-toolkits/libxaw3dxft/Makefile
  head/x11/ecore-x11/Makefile
  head/x11/libxklavier/Makefile
  head/x11/xcb-util/Makefile

Modified: head/devel/dbus-glib/Makefile
==============================================================================
--- head/devel/dbus-glib/Makefile	Mon Sep  2 13:53:57 2013	(r325996)
+++ head/devel/dbus-glib/Makefile	Mon Sep  2 13:54:45 2013	(r325997)
@@ -13,8 +13,7 @@ COMMENT=	GLib bindings for the D-BUS mes
 LIB_DEPENDS=	dbus-1:${PORTSDIR}/devel/dbus
 
 USE_GNOME=	gnomehack glib20 ltverhack
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-test-socket-dir=${WRKDIR} \

Modified: head/devel/libopensync022/Makefile
==============================================================================
--- head/devel/libopensync022/Makefile	Mon Sep  2 13:53:57 2013	(r325996)
+++ head/devel/libopensync022/Makefile	Mon Sep  2 13:54:45 2013	(r325997)
@@ -18,7 +18,7 @@ USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_PYTHON=	yes
-USES=        pathfix
+USES=		pathfix pkgconfig
 USE_GNOME=	glib20 libxml2
 USE_LDCONFIG=	yes
 

Modified: head/multimedia/mpeg2codec/Makefile
==============================================================================
--- head/multimedia/mpeg2codec/Makefile	Mon Sep  2 13:53:57 2013	(r325996)
+++ head/multimedia/mpeg2codec/Makefile	Mon Sep  2 13:54:45 2013	(r325997)
@@ -19,6 +19,8 @@ OPTIONS_DEFAULT=	X11
 
 WRKSRC=		${WRKDIR}/mpeg2
 
+USES=		pkgconfig
+
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 
 DATADIR=	${PREFIX}/share/mpeg2

Modified: head/textproc/liblingoteach/Makefile
==============================================================================
--- head/textproc/liblingoteach/Makefile	Mon Sep  2 13:53:57 2013	(r325996)
+++ head/textproc/liblingoteach/Makefile	Mon Sep  2 13:54:45 2013	(r325997)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   liblingoteach
-# Date created:        14 October 2003
-# Whom:                Marcus von Appen
-#
+# Created by: Marcus von Appen
 # $FreeBSD$
-#
 
 PORTNAME=	liblingoteach
 PORTVERSION=	0.2.1
@@ -15,8 +11,8 @@ MAINTAINER=	mva@FreeBSD.org
 COMMENT=	A library for parsing lesson files based on the LingoTeach DTD
 
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
-USE_GNOME=	gnomehack libxml2
+USES=		gmake pathfix pkgconfig
+USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/www/aria2/Makefile
==============================================================================
--- head/www/aria2/Makefile	Mon Sep  2 13:53:57 2013	(r325996)
+++ head/www/aria2/Makefile	Mon Sep  2 13:54:45 2013	(r325997)
@@ -27,7 +27,7 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	libxml2
 USE_OPENSSL=	yes
 USE_XZ=		yes
-USES=		pathfix
+USES=		pathfix pkgconfig
 
 MAN1=		aria2c.1
 MANLANG=	"" pt ru

Modified: head/x11-toolkits/libxaw3dxft/Makefile
==============================================================================
--- head/x11-toolkits/libxaw3dxft/Makefile	Mon Sep  2 13:53:57 2013	(r325996)
+++ head/x11-toolkits/libxaw3dxft/Makefile	Mon Sep  2 13:54:45 2013	(r325997)
@@ -11,6 +11,7 @@ COMMENT=	3D Xaw (Athena Widget Set) repl
 
 LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/x11/ecore-x11/Makefile
==============================================================================
--- head/x11/ecore-x11/Makefile	Mon Sep  2 13:53:57 2013	(r325996)
+++ head/x11/ecore-x11/Makefile	Mon Sep  2 13:54:45 2013	(r325997)
@@ -17,7 +17,7 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	ecore libtool_hack
 USE_EFL_ECORE=	input
 USE_LDCONFIG=	yes

Modified: head/x11/libxklavier/Makefile
==============================================================================
--- head/x11/libxklavier/Makefile	Mon Sep  2 13:53:57 2013	(r325996)
+++ head/x11/libxklavier/Makefile	Mon Sep  2 13:54:45 2013	(r325997)
@@ -16,10 +16,9 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 RUN_DEPENDS=	xkbcomp:${PORTSDIR}/x11/xkbcomp \
     		${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
 
-USES=		pathfix
+USES=		pathfix gmake pkgconfig
 USE_XORG=	x11 xi xkbfile
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	libxml2 glib20 ltverhack:12
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool

Modified: head/x11/xcb-util/Makefile
==============================================================================
--- head/x11/xcb-util/Makefile	Mon Sep  2 13:53:57 2013	(r325996)
+++ head/x11/xcb-util/Makefile	Mon Sep  2 13:54:45 2013	(r325997)
@@ -11,8 +11,8 @@ MASTER_SITES=	http://xcb.freedesktop.org
 MAINTAINER=	garga@FreeBSD.org
 COMMENT=	A module with libxcb/libX11 extension/replacement libraries
 
-USES=		gmake
 USE_BZIP2=	yes
+USES=		gmake pathfix pkgconfig
 USE_LDCONFIG=	yes
 USE_XORG=	xau xcb xdmcp xorg-macros
 USE_AUTOTOOLS=	libtool



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021354.r82DskEh083140>