From owner-svn-ports-all@FreeBSD.ORG Mon May 26 15:30:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86575ADB; Mon, 26 May 2014 15:30:57 +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 5AB362EA6; Mon, 26 May 2014 15:30:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QFUv2m094437; Mon, 26 May 2014 15:30:57 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QFUuqS094433; Mon, 26 May 2014 15:30:56 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405261530.s4QFUuqS094433@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 26 May 2014 15:30:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355361 - in head: editors/texworks games/ember www/trafficserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 15:30:57 -0000 Author: bapt Date: Mon May 26 15:30:56 2014 New Revision: 355361 URL: http://svnweb.freebsd.org/changeset/ports/355361 QAT: https://qat.redports.org/buildarchive/r355361/ Log: Finish conversion to USES=lua Modified: head/editors/texworks/Makefile head/games/ember/Makefile head/www/trafficserver/Makefile Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Mon May 26 15:28:28 2014 (r355360) +++ head/editors/texworks/Makefile Mon May 26 15:30:56 2014 (r355361) @@ -51,7 +51,7 @@ PORTDOCS= * .include .if ${PORT_OPTIONS:MLUA} -USE_LUA= 5.1 +USES+= lua:51 PLIST_FILES+= lib/texworks/libTWLuaPlugin.so .endif Modified: head/games/ember/Makefile ============================================================================== --- head/games/ember/Makefile Mon May 26 15:28:28 2014 (r355360) +++ head/games/ember/Makefile Mon May 26 15:30:56 2014 (r355361) @@ -27,17 +27,14 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/ CONFIGURE_ARGS= --with-png-prefix=${LOCALBASE} --enable-binreloc \ --program-transform-name= --disable-cppunit --disable-debug \ --with-toluaxx=${TOLUAXX_CMD} -CONFIGURE_ENV+= LUA_LIBS="-L${LUA_LIBDIR} -llua" \ +CONFIGURE_ENV+= LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" \ LUA_CFLAGS="-I${LUA_INCDIR}" \ TOLUAXX="${TOLUAXX_CMD}" USE_SDL= sdl GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_LUA= 5.1 -LUA_COMPS= toluaxx -USES= openal:al,alut pathfix pkgconfig compiler:c++11-lib -USE_BZIP2= YES +USES= openal:al,alut pathfix pkgconfig compiler:c++11-lib tar:bzip2 OPTIONS_DEFINE= DOCS Modified: head/www/trafficserver/Makefile ============================================================================== --- head/www/trafficserver/Makefile Mon May 26 15:28:28 2014 (r355360) +++ head/www/trafficserver/Makefile Mon May 26 15:30:56 2014 (r355361) @@ -22,12 +22,10 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/ USE_AUTOTOOLS= autoconf automake libtool aclocal GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= pkgconfig tcl gmake perl5 +USES= pkgconfig tcl gmake perl5 tar:bzip2 lua:51 USE_OPENSSL= yes USE_SQLITE= yes USE_RC_SUBR= ${PORTNAME} -USE_LUA= 5.1+ USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 amd64 USERS= www