Date: Mon, 2 Sep 2013 22:03:39 +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: r326103 - in head: accessibility/at-spi audio/libcanberra deskutils/gucharmap devel/libgdata games/cosmosmash irc/xchat math/gcalctool multimedia/totem-pl-parser security/gnome-keyring ... Message-ID: <201309022203.r82M3dKF078509@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 22:03:38 2013 New Revision: 326103 URL: http://svnweb.freebsd.org/changeset/ports/326103 Log: Add an explicit dependency on pkgconf Modified: head/accessibility/at-spi/Makefile head/audio/libcanberra/Makefile head/deskutils/gucharmap/Makefile head/devel/libgdata/Makefile head/games/cosmosmash/Makefile head/irc/xchat/Makefile head/math/gcalctool/Makefile head/multimedia/totem-pl-parser/Makefile head/security/gnome-keyring/Makefile head/www/gtkhtml3/Makefile head/x11-toolkits/gtkglarea2/Makefile head/x11/libgnomekbd/Makefile Modified: head/accessibility/at-spi/Makefile ============================================================================== --- head/accessibility/at-spi/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/accessibility/at-spi/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -18,7 +18,7 @@ USE_BZIP2= yes RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk -USES= gmake gettext +USES= gmake gettext pkgconfig USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo USE_XORG= x11 xtst USE_PYTHON= yes Modified: head/audio/libcanberra/Makefile ============================================================================== --- head/audio/libcanberra/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/audio/libcanberra/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LGPL LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis -USES= gmake +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool libltdl Modified: head/deskutils/gucharmap/Makefile ============================================================================== --- head/deskutils/gucharmap/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/deskutils/gucharmap/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gucharmap -# Date created: 02 Mar 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/deskutils/gucharmap/Makefile,v 1.75 2010/11/13 13:05:08 kwm Exp $ -# PORTNAME= gucharmap PORTVERSION= 2.32.1 @@ -19,7 +15,7 @@ COMMENT= A Unicode/ISO10646 character ma LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian USE_BZIP2= yes -USES= gettext +USES= gettext pkgconfig USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 GNU_CONFIGURE= yes Modified: head/devel/libgdata/Makefile ============================================================================== --- head/devel/libgdata/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/devel/libgdata/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgdata -# Date created: 9 May 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ # $MCom: ports/devel/libgdata/Makefile,v 1.14 2010/09/30 19:39:17 kwm Exp $ -# PORTNAME= libgdata PORTVERSION= 0.6.6 @@ -20,7 +16,7 @@ LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR USE_BZIP2= yes USE_LDCONFIG= yes -USES= gettext +USES= gettext pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack intltool ltverhack glib20 Modified: head/games/cosmosmash/Makefile ============================================================================== --- head/games/cosmosmash/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/games/cosmosmash/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -19,7 +19,7 @@ LIB_DEPENDS= flatzebra:${PORTSDIR}/devel USE_SDL= sdl image mixer USE_XORG= x11 xau xdmcp -USES= iconv +USES= iconv pkgconfig USE_GNOME= desktopfileutils GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` Modified: head/irc/xchat/Makefile ============================================================================== --- head/irc/xchat/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/irc/xchat/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -19,7 +19,7 @@ CONFLICTS= xchat-1* xchat-systray-plugin USE_BZIP2= yes USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= gnomehack gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" Modified: head/math/gcalctool/Makefile ============================================================================== --- head/math/gcalctool/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/math/gcalctool/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -16,7 +16,7 @@ COMMENT= A GNOME 2 calculator tool based CONFLICTS= gcalctool-2.31.* USE_BZIP2= yes -USES= bison gettext +USES= bison gettext pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20 Modified: head/multimedia/totem-pl-parser/Makefile ============================================================================== --- head/multimedia/totem-pl-parser/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/multimedia/totem-pl-parser/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/ USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Modified: head/security/gnome-keyring/Makefile ============================================================================== --- head/security/gnome-keyring/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/security/gnome-keyring/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \ Modified: head/www/gtkhtml3/Makefile ============================================================================== --- head/www/gtkhtml3/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/www/gtkhtml3/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -21,7 +21,7 @@ LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USES= gettext +USES= gettext pkgconfig USE_BZIP2= yes USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage USE_GMAKE= yes Modified: head/x11-toolkits/gtkglarea2/Makefile ============================================================================== --- head/x11-toolkits/gtkglarea2/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/x11-toolkits/gtkglarea2/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -1,7 +1,4 @@ -# New ports collection makefile for: gtkglarea2 -# Date created: 13 August 2002 -# Whom: Marc Recht <marc@informatik.uni-bremen.de> -# +# Created by: Marc Recht <marc@informatik.uni-bremen.de> # $FreeBSD$ # $MCom: ports/x11-toolkits/gtkglarea2/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $ @@ -20,6 +17,7 @@ LATEST_LINK= gtkglarea2 USE_GNOME= gnomehack gtk20 USE_BZIP2= yes USE_GL= yes +USES= pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-lib-GL Modified: head/x11/libgnomekbd/Makefile ============================================================================== --- head/x11/libgnomekbd/Makefile Mon Sep 2 22:00:52 2013 (r326102) +++ head/x11/libgnomekbd/Makefile Mon Sep 2 22:03:38 2013 (r326103) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnomekbd -# Date created: 2006-11-07 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11/libgnomekbd/Makefile,v 1.48 2010/09/28 08:01:11 kwm Exp $ -# PORTNAME= libgnomekbd PORTVERSION= 2.32.0 @@ -22,7 +18,7 @@ USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack ltverhack gconf2 USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USES= gettext +USES= gettext pkgconfig USE_LDCONFIG= yes USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309022203.r82M3dKF078509>