Date: Fri, 13 Sep 2013 01:21:56 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327124 - in head: devel/gtkparasite devel/uatraits emulators/pcsxr games/bombherman graphics/rubygem-objectdetect japanese/fcitx-anthy mail/anubis misc/xiphos net-p2p/gtk-gnutella net/... Message-ID: <201309130121.r8D1LuM8067943@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Sep 13 01:21:55 2013 New Revision: 327124 URL: http://svnweb.freebsd.org/changeset/ports/327124 Log: Add explicit dependency on pkgconf (10 ports) Approved by: portmgr (bapt, implicit) Modified: head/devel/gtkparasite/Makefile head/devel/uatraits/Makefile head/emulators/pcsxr/Makefile head/games/bombherman/Makefile head/graphics/rubygem-objectdetect/Makefile head/japanese/fcitx-anthy/Makefile head/mail/anubis/Makefile head/misc/xiphos/Makefile head/net-p2p/gtk-gnutella/Makefile head/net/xrdp/Makefile Modified: head/devel/gtkparasite/Makefile ============================================================================== --- head/devel/gtkparasite/Makefile Fri Sep 13 01:20:35 2013 (r327123) +++ head/devel/gtkparasite/Makefile Fri Sep 13 01:21:55 2013 (r327124) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtkparasite -# Date created: 2009-02-19 -# Whom: Ashish Shukla <wahjava@gmail.com> -# +# Created by: Ashish Shukla <wahjava@gmail.com> # $FreeBSD$ -# PORTNAME= gtkparasite PORTVERSION= 20090819 @@ -15,6 +11,7 @@ MASTER_SITE_SUBDIR= pav MAINTAINER= ashish@FreeBSD.org COMMENT= GTK+ UI debugging tool +USES= pkgconfig USE_PYTHON= 2.5+ USE_GNOME= gtk20 pygtk2 WRKSRC= ${WRKDIR}/chipx86-gtkparasite-a3d862d4a91ea27222e4273a6797f3e47efe6e83 Modified: head/devel/uatraits/Makefile ============================================================================== --- head/devel/uatraits/Makefile Fri Sep 13 01:20:35 2013 (r327123) +++ head/devel/uatraits/Makefile Fri Sep 13 01:21:55 2013 (r327124) @@ -16,6 +16,7 @@ LIB_DEPENDS= boost_python:${PORTSDIR}/de pcre:${PORTSDIR}/devel/pcre \ xml2:${PORTSDIR}/textproc/libxml2 +USES= pkgconfig GNU_CONFIGURE= yes USE_PYTHON= yes USE_OPENSSL= yes Modified: head/emulators/pcsxr/Makefile ============================================================================== --- head/emulators/pcsxr/Makefile Fri Sep 13 01:20:35 2013 (r327123) +++ head/emulators/pcsxr/Makefile Fri Sep 13 01:21:55 2013 (r327124) @@ -20,7 +20,6 @@ ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -32,7 +31,7 @@ USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) USE_GNOME= gtk30 desktopfileutils glib20 -USES= iconv +USES= iconv gmake pkgconfig USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl USE_GL= gl Modified: head/games/bombherman/Makefile ============================================================================== --- head/games/bombherman/Makefile Fri Sep 13 01:20:35 2013 (r327123) +++ head/games/bombherman/Makefile Fri Sep 13 01:21:55 2013 (r327124) @@ -24,11 +24,11 @@ GH_PROJECT= Bomb-her-man GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 8f5aa22 +USES= gmake pkgconfig USE_SDL= sdl image mixer ttf USE_GNOME= intltool librsvg2 GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:env -USE_GMAKE= yes ALL_TARGET= # empty CFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/rubygem-objectdetect/Makefile ============================================================================== --- head/graphics/rubygem-objectdetect/Makefile Fri Sep 13 01:20:35 2013 (r327123) +++ head/graphics/rubygem-objectdetect/Makefile Fri Sep 13 01:21:55 2013 (r327124) @@ -14,6 +14,7 @@ LICENSE= MIT LIB_DEPENDS= opencv_legacy:${PORTSDIR}/graphics/opencv +USES= pkgconfig USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/japanese/fcitx-anthy/Makefile ============================================================================== --- head/japanese/fcitx-anthy/Makefile Fri Sep 13 01:20:35 2013 (r327123) +++ head/japanese/fcitx-anthy/Makefile Fri Sep 13 01:21:55 2013 (r327124) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fcitx-anthy -# Date created: 18 Jul 2012 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= fcitx-anthy PORTVERSION= 0.1.1 @@ -18,7 +14,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/ch anthy:${PORTSDIR}/japanese/anthy USE_XZ= yes -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool PROJECTHOST= fcitx Modified: head/mail/anubis/Makefile ============================================================================== --- head/mail/anubis/Makefile Fri Sep 13 01:20:35 2013 (r327123) +++ head/mail/anubis/Makefile Fri Sep 13 01:21:55 2013 (r327124) @@ -1,9 +1,5 @@ -# Ports collection makefile for: anubis -# Date created: Jul 31, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= anubis PORTVERSION= 4.1.1 @@ -27,6 +23,7 @@ GSASL_DESC= GSASL support (required for GDBM_DESC= GDBM backend SOCKS_DESC= SOCKS proxy support +USES= pkgconfig USE_RC_SUBR= anubis USE_AUTOTOOLS= aclocal autoheader autoconf automake ACLOCAL_ARGS= -I m4 -I am Modified: head/misc/xiphos/Makefile ============================================================================== --- head/misc/xiphos/Makefile Fri Sep 13 01:20:35 2013 (r327123) +++ head/misc/xiphos/Makefile Fri Sep 13 01:21:55 2013 (r327124) @@ -19,7 +19,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ nspr>=4.8:${PORTSDIR}/devel/nspr USE_PYTHON_BUILD= yes -USES= gettext +USES= gettext pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgsf Modified: head/net-p2p/gtk-gnutella/Makefile ============================================================================== --- head/net-p2p/gtk-gnutella/Makefile Fri Sep 13 01:20:35 2013 (r327123) +++ head/net-p2p/gtk-gnutella/Makefile Fri Sep 13 01:21:55 2013 (r327124) @@ -54,7 +54,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes USE_GNOME= glib20 libxml2 -USES= bison perl5 +USES= bison perl5 pkgconfig HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -O -Dyacc='bison -y' -Dprefix=${PREFIX} \ Modified: head/net/xrdp/Makefile ============================================================================== --- head/net/xrdp/Makefile Fri Sep 13 01:20:35 2013 (r327123) +++ head/net/xrdp/Makefile Fri Sep 13 01:21:55 2013 (r327124) @@ -19,6 +19,7 @@ COMMENT= An open source Remote Desktop P LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= pkgconfig USE_XORG= x11 xfixes USE_AUTOTOOLS= autoconf:env automake:env libtool GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309130121.r8D1LuM8067943>