Date: Wed, 11 Sep 2013 16:45:59 +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: r326991 - in head: devel/glademm games/exult games/vamos games/xbomb graphics/ocre graphics/pygts mail/wmmaiload misc/gkrellshoot2 misc/xosd multimedia/shell-fm multimedia/vdr-plugin-ep... Message-ID: <201309111645.r8BGjxSP078430@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Sep 11 16:45:58 2013 New Revision: 326991 URL: http://svnweb.freebsd.org/changeset/ports/326991 Log: Add explicit dependency on pkgconf (18 ports) Modified: head/devel/glademm/Makefile head/games/exult/Makefile head/games/vamos/Makefile head/games/xbomb/Makefile head/graphics/ocre/Makefile head/graphics/pygts/Makefile head/mail/wmmaiload/Makefile head/misc/gkrellshoot2/Makefile head/misc/xosd/Makefile head/multimedia/shell-fm/Makefile head/multimedia/vdr-plugin-epgsearch/Makefile head/print/paps/Makefile head/security/kc/Makefile head/textproc/p5-XML-Canonical/Makefile head/www/newsbeuter/Makefile head/www/npapi-xine/Makefile head/x11-wm/herbstluftwm/Makefile head/x11/setlayout/Makefile Modified: head/devel/glademm/Makefile ============================================================================== --- head/devel/glademm/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/devel/glademm/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: glademm -# Date created: 4th November 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# +# Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD$ -# PORTNAME= glademm PORTVERSION= 2.6.0 @@ -15,7 +11,7 @@ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSI MAINTAINER= bland@FreeBSD.org COMMENT= A C++ code generator backend for glade and glade2 -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack GNU_CONFIGURE= yes Modified: head/games/exult/Makefile ============================================================================== --- head/games/exult/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/games/exult/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: exult -# Date created: 18 February 2002 -# Whom: Igor Pokrovsky <tiamat@telegraph.spb.ru> -# +# Created by: Igor Pokrovsky <tiamat@telegraph.spb.ru> # $FreeBSD$ -# PORTNAME= exult PORTVERSION= 1.2 @@ -19,7 +15,7 @@ RUN_DEPENDS= timidity:${PORTSDIR}/audio/ USE_SDL= sdl mixer USE_XORG= x11 -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -30,12 +26,14 @@ MAN6= exult.6 SUB_FILES= pkg-message +.include <bsd.port.options.mk> + post-patch: @${REINPLACE_CMD} -e 's|desktop||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for i in FAQ NEWS README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} Modified: head/games/vamos/Makefile ============================================================================== --- head/games/vamos/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/games/vamos/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -17,6 +17,7 @@ LICENSE= GPLv2 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +USES= pkgconfig USE_OPENAL= al alut USE_XORG= sm ice x11 xi xext xmu USE_GL= glut Modified: head/games/xbomb/Makefile ============================================================================== --- head/games/xbomb/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/games/xbomb/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xbomb -# Date created: 20 Feb 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xbomb PORTVERSION= 2.2a @@ -14,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Minesweeper with a couple of grid types +USES= pkgconfig USE_XORG= xaw7 MAN6= xbomb.6 Modified: head/graphics/ocre/Makefile ============================================================================== --- head/graphics/ocre/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/graphics/ocre/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -21,8 +21,7 @@ RUN_DEPENDS= display:${PORTSDIR}/graphic WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} USE_GNOME= gtk20 -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig MAKE_ENV= CFLAGS1="${CFLAGS}" MANLANG= "" es Modified: head/graphics/pygts/Makefile ============================================================================== --- head/graphics/pygts/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/graphics/pygts/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pygts -# Date created: 17 May, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= pygts PORTVERSION= 0.3.1 @@ -19,5 +15,6 @@ LIB_DEPENDS= gts.5:${PORTSDIR}/graphics/ USE_PYTHON= yes USE_PYDISTUTILS= yes +USES= pkgconfig .include <bsd.port.mk> Modified: head/mail/wmmaiload/Makefile ============================================================================== --- head/mail/wmmaiload/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/mail/wmmaiload/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmmaiload -# Date created: Sat Sep 21 01:48:10 EDT 2002 -# Whom: pat -# +# Created by: pat # $FreeBSD$ -# PORTNAME= wmmaiload PORTVERSION= 2.2.1 @@ -14,9 +10,9 @@ MASTER_SITES= http://tnemeth.free.fr/pro MAINTAINER= ports@FreeBSD.org COMMENT= Incoming mail monitor dockapp with a similar look to wmcpuload +USES= gmake pkgconfig USE_XORG= xpm USE_OPENSSL= yes -USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} MAKE_ARGS= CC="${CC}" \ Modified: head/misc/gkrellshoot2/Makefile ============================================================================== --- head/misc/gkrellshoot2/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/misc/gkrellshoot2/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -11,6 +11,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= ports@FreeBSD.org COMMENT= Screen locking and screen capture plugin for GKrellM 2 +USES= pkgconfig BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 \ import:${PORTSDIR}/graphics/ImageMagick Modified: head/misc/xosd/Makefile ============================================================================== --- head/misc/xosd/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/misc/xosd/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -12,9 +12,9 @@ COMMENT= X11 on-screen-display program a LICENSE= GPLv2 +USES= gmake pkgconfig USE_AUTOTOOLS= libtool USE_CSTD= gnu89 -USE_GMAKE= yes USE_XORG= x11 xext xt sm ice USE_LDCONFIG= yes CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib' \ Modified: head/multimedia/shell-fm/Makefile ============================================================================== --- head/multimedia/shell-fm/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/multimedia/shell-fm/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: shell-fm -# Date created: 15 December 2006 -# Whom: Nikos Ntarmos <ntarmos@ceid.upatras.gr> -# +# Created by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> # $FreeBSD$ -# PORTNAME= shell-fm PORTVERSION= 0.7 @@ -17,8 +13,8 @@ COMMENT= A command-line client for Last. LIB_DEPENDS= ao:${PORTSDIR}/audio/libao \ mad:${PORTSDIR}/audio/libmad +USES= gmake pkgconfig USE_BZIP2= true -USE_GMAKE= true LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include Modified: head/multimedia/vdr-plugin-epgsearch/Makefile ============================================================================== --- head/multimedia/vdr-plugin-epgsearch/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/multimedia/vdr-plugin-epgsearch/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -15,6 +15,7 @@ COMMENT= Video Disk Recorder - EPG searc LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre \ tre:${PORTSDIR}/textproc/libtre +USES= pkgconfig USE_BZIP2= yes PATCH_STRIP= -p1 PORTDOCS= COPYING README HISTORY Modified: head/print/paps/Makefile ============================================================================== --- head/print/paps/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/print/paps/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: paps -# Date created: 8 January 2008 -# Whom: johans -# +# Created by: johans # $FreeBSD$ -# PORTNAME= paps PORTVERSION= 0.6.8 @@ -20,5 +16,6 @@ MAN1= paps.1 GNU_CONFIGURE= yes USE_GNOME= pango +USES= pkgconfig .include <bsd.port.mk> Modified: head/security/kc/Makefile ============================================================================== --- head/security/kc/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/security/kc/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -11,6 +11,7 @@ COMMENT= Console based password storing LICENSE= BSD +USES= pkgconfig LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ pcre:${PORTSDIR}/devel/pcre RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser Modified: head/textproc/p5-XML-Canonical/Makefile ============================================================================== --- head/textproc/p5-XML-Canonical/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/textproc/p5-XML-Canonical/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -16,7 +16,7 @@ BUILD_DEPENDS= p5-XML-GDOME>=0:${PORTSDI RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= gdome:${PORTSDIR}/textproc/gdome2 -USES= perl5 +USES= perl5 pkgconfig USE_PERL5= configure MAN3= XML::Canonical.3 Modified: head/www/newsbeuter/Makefile ============================================================================== --- head/www/newsbeuter/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/www/newsbeuter/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -17,8 +17,7 @@ LIB_DEPENDS= stfl.1:${PORTSDIR}/devel/st LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GMAKE= yes -USES= gettext ncurses +USES= gettext ncurses gmake pkgconfig USE_PERL5_BUILD=yes USE_SQLITE= yes USE_GNOME= libxml2 Modified: head/www/npapi-xine/Makefile ============================================================================== --- head/www/npapi-xine/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/www/npapi-xine/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: npapi-xine -# Date created: 03 February 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xine PORTVERSION= 1.0.2 @@ -18,6 +14,7 @@ COMMENT= Embed Xine player into browser LIB_DEPENDS= xine.2:${PORTSDIR}/multimedia/libxine +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_NPAPI= native Modified: head/x11-wm/herbstluftwm/Makefile ============================================================================== --- head/x11-wm/herbstluftwm/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/x11-wm/herbstluftwm/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -12,7 +12,7 @@ LICENSE= BSD RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USE_GMAKE= yes +USES= gmake pkgconfig USE_XORG= x11 xinerama USE_GNOME= glib20 Modified: head/x11/setlayout/Makefile ============================================================================== --- head/x11/setlayout/Makefile Wed Sep 11 16:09:04 2013 (r326990) +++ head/x11/setlayout/Makefile Wed Sep 11 16:45:58 2013 (r326991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: setlayout -# Date created: 17 December 2007 -# Whom: oleg@bsdpower.com -# +# Created by: oleg@bsdpower.com # $FreeBSD$ -# PORTNAME= setlayout DISTVERSION= 20080210 @@ -15,6 +11,7 @@ EXTRACT_ONLY= #none MAINTAINER= oleg@bsdpower.com COMMENT= Arrange desktops in an MxN grid layout +USES= pkgconfig USE_XORG= x11 NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309111645.r8BGjxSP078430>