From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 13:54:48 2013 Return-Path: Delivered-To: svn-ports-head@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 5C7D0928; Mon, 2 Sep 2013 13:54:48 +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 3B8C92427; Mon, 2 Sep 2013 13:54:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82Dsm2S083153; Mon, 2 Sep 2013 13:54:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82DskEh083140; Mon, 2 Sep 2013 13:54:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021354.r82DskEh083140@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 13:54:46 +0000 (UTC) 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 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 13:54:48 -0000 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