svn commit: r355361 - in head: editors/texworks games/ember www/trafficserver

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 15:30:57 UTC 2014


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 <bsd.port.options.mk>
 
 .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


More information about the svn-ports-all mailing list