Date: Mon, 2 Sep 2013 09:45:05 +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: r325962 - in head/games: chromium-bsu glest megaglest openlierox scorched3d vavoom-extras xteddy Message-ID: <201309020945.r829j5Iu035114@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 09:45:05 2013 New Revision: 325962 URL: http://svnweb.freebsd.org/changeset/ports/325962 Log: Add explicit dependencies on pkgconf Modified: head/games/chromium-bsu/Makefile head/games/glest/Makefile head/games/megaglest/Makefile head/games/openlierox/Makefile head/games/scorched3d/Makefile head/games/vavoom-extras/Makefile head/games/xteddy/Makefile Modified: head/games/chromium-bsu/Makefile ============================================================================== --- head/games/chromium-bsu/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/chromium-bsu/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -14,6 +14,7 @@ LIB_DEPENDS= glpng:${PORTSDIR}/graphics/ fontconfig:${PORTSDIR}/x11-fonts/fontconfig GNU_CONFIGURE= yes +USES= pkgconfig USE_GL= gl glu CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/glest/Makefile ============================================================================== --- head/games/glest/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/glest/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -17,6 +17,7 @@ LIB_DEPENDS= xerces-c.27:${PORTSDIR}/tex BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam RUN_DEPENDS= ${DATADIR}/servers.ini:${PORTSDIR}/games/glest-data +USES= pkgconfig USE_AUTOTOOLS= automake:env autoconf:env USE_ZIP= yes USE_OPENAL= al alut Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/megaglest/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -24,7 +24,7 @@ RUN_DEPENDS= ${DATADIR}/tutorials/2_basi SUB_FILES= pkg-message USE_XZ= yes -USES= cmake +USES= cmake pkgconfig USE_DOS2UNIX= yes USE_GL= glew gl glu USE_LUA= 5.1 Modified: head/games/openlierox/Makefile ============================================================================== --- head/games/openlierox/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/openlierox/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -26,7 +26,7 @@ CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DHAWKNL_BUILTIN=YES \ -DLIBZIP_BUILTIN=YES \ -DBREAKPAD=NO \ Modified: head/games/scorched3d/Makefile ============================================================================== --- head/games/scorched3d/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/scorched3d/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -30,8 +30,7 @@ USE_OPENAL= al alut USE_SDL= mixer net sdl USE_WX= 2.4+ WX_CONF_ARGS= absolute -USES= iconv perl5 -USE_GMAKE= yes +USES= iconv perl5 gmake pkgconfig USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing --copy --force --foreign Modified: head/games/vavoom-extras/Makefile ============================================================================== --- head/games/vavoom-extras/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/vavoom-extras/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -26,8 +26,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes NO_PACKAGE= package could be up to 661MB; set FORCE_PACKAGE if you really want it -OPTIONS_MULTI= EXTRA -OPTIONS_MULTI_EXTRA= MODELS SOUNDTRACKS TEXTURES DHTP +OPTIONS_GROUP= EXTRA +OPTIONS_GROUP_EXTRA= MODELS SOUNDTRACKS TEXTURES DHTP MODELS_DESC= Install 3D models (17MB) SOUNDTRACKS_DESC= Install enhanced soundtracks (482MB) Modified: head/games/xteddy/Makefile ============================================================================== --- head/games/xteddy/Makefile Mon Sep 2 09:45:00 2013 (r325961) +++ head/games/xteddy/Makefile Mon Sep 2 09:45:05 2013 (r325962) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xteddy -# Date created: 3 June 1998 -# Whom: Eckart "Isegrim" Hofmann -# +# Created by: Eckart "Isegrim" Hofmann # $FreeBSD$ -# $MCom: ports/games/xteddy/Makefile,v 1.1 2006/10/04 13:16:56 ahze Exp $ PORTNAME= xteddy PORTVERSION= 2.2 @@ -11,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://webstaff.itn.liu.se/~stegu/xteddy/ MAINTAINER= ports@FreeBSD.org -COMMENT= A cuddlesome teddy for the X desktop +COMMENT= Cuddlesome teddy for the X desktop LICENSE= GPLv2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309020945.r829j5Iu035114>