From 70814cfc6d7eb6ffb03cfbed7dc546161b8ccaef Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 11 Nov 2009 15:50:04 +0000 Subject: [PATCH] Removed lua-5.1.3 files, updated lua-5.1.4.bep so that it now works right. --- dev-lang/lua/lua-5.1.3-haiku.diff | 34 ------------------------------- dev-lang/lua/lua-5.1.3.bep | 16 --------------- dev-lang/lua/lua-5.1.4.bep | 4 +--- 3 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 dev-lang/lua/lua-5.1.3-haiku.diff delete mode 100644 dev-lang/lua/lua-5.1.3.bep diff --git a/dev-lang/lua/lua-5.1.3-haiku.diff b/dev-lang/lua/lua-5.1.3-haiku.diff deleted file mode 100644 index 77d923c3e..000000000 --- a/dev-lang/lua/lua-5.1.3-haiku.diff +++ /dev/null @@ -1,34 +0,0 @@ -diff -urN lua-5.1.3/Makefile lua-5.1.3-haiku/Makefile ---- lua-5.1.3/Makefile 2008-01-17 17:53:37.000000000 +0000 -+++ lua-5.1.3-haiku/Makefile 2008-07-24 20:31:06.000000000 +0000 -@@ -33,7 +33,7 @@ - # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE ========= - - # Convenience platforms targets. --PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris -+PLATS= aix ansi bsd freebsd generic haiku linux macosx mingw posix solaris - - # What to install. - TO_BIN= lua luac -diff -urN lua-5.1.3/src/Makefile lua-5.1.3-haiku/src/Makefile ---- lua-5.1.3/src/Makefile 2008-01-19 19:37:58.000000000 +0000 -+++ lua-5.1.3-haiku/src/Makefile 2008-07-24 20:19:12.000000000 +0000 -@@ -20,7 +20,7 @@ - - # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE ========= - --PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris -+PLATS= aix ansi bsd freebsd generic haiku linux macosx mingw posix solaris - - LUA_A= liblua.a - CORE_O= lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o \ -@@ -95,6 +95,9 @@ - generic: - $(MAKE) all MYCFLAGS= - -+haiku: -+ $(MAKE) all MYCFLAGS="-DLUA_ANSI" LIBS=$(MYLIBS) -+ - linux: - $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" - diff --git a/dev-lang/lua/lua-5.1.3.bep b/dev-lang/lua/lua-5.1.3.bep deleted file mode 100644 index d24c72416..000000000 --- a/dev-lang/lua/lua-5.1.3.bep +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION="Lua is a powerful, fast, light-weight, embeddable scripting language." -HOMEPAGE="http://www.lua.org" -SRC_URI="http://www.lua.org/ftp/lua-5.1.3.tar.gz" -REVISION="1" -STATUS_R5="untested" -STATUS_BONE="untested" -STATUS_HAIKU="stable" -DEPEND="" -BUILD { - cd lua-5.1.3 - make haiku INSTALL_TOP=/boot/common -} - -INSTALL { - -} diff --git a/dev-lang/lua/lua-5.1.4.bep b/dev-lang/lua/lua-5.1.4.bep index 7fd3c3e8a..ac55ceb6a 100644 --- a/dev-lang/lua/lua-5.1.4.bep +++ b/dev-lang/lua/lua-5.1.4.bep @@ -2,13 +2,11 @@ DESCRIPTION="Lua is a powerful, fast, light-weight, embeddable scripting languag HOMEPAGE="http://www.lua.org" SRC_URI="http://www.lua.org/ftp/lua-5.1.4.tar.gz" REVISION="1" -STATUS_R5="untested" -STATUS_BONE="untested" STATUS_HAIKU="stable" DEPEND="" BUILD { cd lua-5.1.4 - make haiku INSTALL_TOP=/boot/common LIBS= + make ansi INSTALL_TOP=/boot/common LIBS= } INSTALL {