Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2018 00:19:21 +0000 (UTC)
From:      David Thiel <lx@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458803 - in head/devel: . lua-bitop lua-bitop-51
Message-ID:  <201801120019.w0C0JLKJ012294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lx
Date: Fri Jan 12 00:19:21 2018
New Revision: 458803
URL: https://svnweb.freebsd.org/changeset/ports/458803

Log:
  Add Lua 5.1 version of lua-bitop.

Added:
  head/devel/lua-bitop-51/
  head/devel/lua-bitop-51/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile
  head/devel/lua-bitop/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jan 11 23:43:22 2018	(r458802)
+++ head/devel/Makefile	Fri Jan 12 00:19:21 2018	(r458803)
@@ -1658,6 +1658,7 @@
     SUBDIR += lua-alien
     SUBDIR += lua-bitlib
     SUBDIR += lua-bitop
+    SUBDIR += lua-bitop-51
     SUBDIR += lua-cjson
     SUBDIR += lua-gettext
     SUBDIR += lua-lgi

Added: head/devel/lua-bitop-51/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/lua-bitop-51/Makefile	Fri Jan 12 00:19:21 2018	(r458803)
@@ -0,0 +1,13 @@
+# Created by: lx
+# $FreeBSD$
+
+COMMENT=	lua-bitop for Lua 5.1
+
+SLAVE_PORT=	lua-bitop
+
+USES=	gmake lua:51
+
+MASTERDIR=	${.CURDIR}/../lua-bitop
+PLIST=	${MASTERDIR}/pkg-plist
+
+.include "${MASTERDIR}/Makefile"

Modified: head/devel/lua-bitop/Makefile
==============================================================================
--- head/devel/lua-bitop/Makefile	Thu Jan 11 23:43:22 2018	(r458802)
+++ head/devel/lua-bitop/Makefile	Fri Jan 12 00:19:21 2018	(r458803)
@@ -17,7 +17,7 @@ LICENSE=	MIT
 CFLAGS+=	-DLUA_NUMBER_LONG_LONG -I${LUA_INCDIR}
 MAKE_ARGS=	CC=${CC} LUA=${LUA_CMD}
 TEST_TARGET=	test
-USES=		gmake lua
+USES?=		gmake lua
 
 PLIST_FILES=	%%LUA_MODLIBDIR%%/bit.so
 



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