Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 21:11:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353211 - in head/games: arx-libertatis warzone2100
Message-ID:  <201405072111.s47LBJWA090401@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed May  7 21:11:19 2014
New Revision: 353211
URL: http://svnweb.freebsd.org/changeset/ports/353211
QAT: https://qat.redports.org/buildarchive/r353211/

Log:
  - Convert USE_XZ to USES

Modified:
  head/games/arx-libertatis/Makefile
  head/games/warzone2100/Makefile

Modified: head/games/arx-libertatis/Makefile
==============================================================================
--- head/games/arx-libertatis/Makefile	Wed May  7 21:07:54 2014	(r353210)
+++ head/games/arx-libertatis/Makefile	Wed May  7 21:11:19 2014	(r353211)
@@ -18,10 +18,9 @@ LIB_DEPENDS=	libIL.so:${PORTSDIR}/graphi
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libboost_program_options.so:${PORTSDIR}/devel/boost-libs
 
-USE_XZ=		yes
+USES=		tar:xz cmake openal
 USE_SDL=	sdl
 USE_GL=		gl glu
-USES=		cmake openal
 CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR="man" -DDATA_DIR=arx
 
 SUB_FILES=	pkg-message

Modified: head/games/warzone2100/Makefile
==============================================================================
--- head/games/warzone2100/Makefile	Wed May  7 21:07:54 2014	(r353210)
+++ head/games/warzone2100/Makefile	Wed May  7 21:11:19 2014	(r353211)
@@ -25,8 +25,7 @@ LIB_DEPENDS=	libphysfs.so:${PORTSDIR}/de
 		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
 
-USE_XZ=		yes
-USES=		bison gmake openal:al pkgconfig compiler:c++11-lang # actually, old gcc fails on unknown -W flag
+USES=		tar:xz bison gmake openal:al pkgconfig compiler:c++11-lang # actually, old gcc fails on unknown -W flag
 GNU_CONFIGURE=	yes
 USE_GL=		yes
 USE_SDL=	sdl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405072111.s47LBJWA090401>