From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:23:22 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 02B37D5B; Fri, 6 Sep 2013 14:23:22 +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 D4F212F77; Fri, 6 Sep 2013 14:23:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86ENL7x032831; Fri, 6 Sep 2013 14:23:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86ENKN7032824; Fri, 6 Sep 2013 14:23:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309061423.r86ENKN7032824@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Sep 2013 14:23:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326504 - in head: audio/istream deskutils/ljit multimedia/mplayer2 net-im/pidgin-sipe security/pidgin-encryption sysutils/gai-leds sysutils/xvidcap 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: Fri, 06 Sep 2013 14:23:22 -0000 Author: bapt Date: Fri Sep 6 14:23:20 2013 New Revision: 326504 URL: http://svnweb.freebsd.org/changeset/ports/326504 Log: Add an explicit dependency on pkgconf Modified: head/audio/istream/Makefile head/deskutils/ljit/Makefile head/multimedia/mplayer2/Makefile head/net-im/pidgin-sipe/Makefile head/security/pidgin-encryption/Makefile head/sysutils/gai-leds/Makefile head/sysutils/xvidcap/Makefile Modified: head/audio/istream/Makefile ============================================================================== --- head/audio/istream/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/audio/istream/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.jochen-baier.de MAINTAINER= ports@FreeBSD.org COMMENT= Internet radio player applet for GNOME Panel -USES= gmake +USES= gmake pkgconfig USE_GNOME= gnomepanel libgnomeui USE_GSTREAMER= yes USE_XORG= xtst Modified: head/deskutils/ljit/Makefile ============================================================================== --- head/deskutils/ljit/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/deskutils/ljit/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ljit -# Date created: 09 Sep 2004 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= ljit PORTVERSION= 0.2.5 @@ -23,7 +19,7 @@ RUN_DEPENDS= convert:${PORTSDIR}/graphic GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gettext +USES= gettext pkgconfig USE_GNOME= gtk20 PLIST_FILES= bin/ljit share/locale/ru/LC_MESSAGES/ljit.mo Modified: head/multimedia/mplayer2/Makefile ============================================================================== --- head/multimedia/mplayer2/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/multimedia/mplayer2/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -19,7 +19,7 @@ BUILD_DEPENDS= ffmpeg1:${PORTSDIR}/multi RUN_DEPENDS= ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1 USE_XZ= yes -USES= gmake iconv ncurses +USES= gmake iconv ncurses pkgconfig HAS_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ Modified: head/net-im/pidgin-sipe/Makefile ============================================================================== --- head/net-im/pidgin-sipe/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/net-im/pidgin-sipe/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -16,7 +16,7 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/p GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin PORTDOCS= AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO VERSION Modified: head/security/pidgin-encryption/Makefile ============================================================================== --- head/security/pidgin-encryption/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/security/pidgin-encryption/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -16,9 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:$ LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple \ nss3:${PORTSDIR}/security/nss -USE_GMAKE= yes USE_GNOME= gtk20 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include Modified: head/sysutils/gai-leds/Makefile ============================================================================== --- head/sysutils/gai-leds/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/sysutils/gai-leds/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gai-leds -# Date created: 2007-06-12 -# Whom: Douglas Thrift -# +# Created by: Douglas Thrift # $FreeBSD$ -# PORTNAME= gai-leds PORTVERSION= 0.6 @@ -19,6 +15,7 @@ LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkit LICENSE= GPLv2 GNU_CONFIGURE= yes +USES= pkgconfig USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix Modified: head/sysutils/xvidcap/Makefile ============================================================================== --- head/sysutils/xvidcap/Makefile Fri Sep 6 14:12:25 2013 (r326503) +++ head/sysutils/xvidcap/Makefile Fri Sep 6 14:23:20 2013 (r326504) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xvidcap -# Date created: Sat 24 April 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= xvidcap DISTVERSION= 1.1.4p1 @@ -32,7 +28,7 @@ CONFIGURE_ARGS= --with-forced-embedded- USE_GMAKE= yes # To be removed after ffmpeg-devel's upgrade USE_GNOME= glib20 libglade2 -USES= gettext +USES= gettext pkgconfig USE_XORG= x11 xmu INSTALLS_OMF= yes