From owner-svn-ports-head@FreeBSD.ORG Wed May 7 21:11:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6959C6DE; Wed, 7 May 2014 21:11:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55FE7EDA; Wed, 7 May 2014 21:11:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s47LBK24090403; Wed, 7 May 2014 21:11:20 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s47LBJWA090401; Wed, 7 May 2014 21:11:19 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405072111.s47LBJWA090401@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 7 May 2014 21:11:19 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 21:11:20 -0000 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