summaryrefslogtreecommitdiff
path: root/lang/lua53/patches
diff options
context:
space:
mode:
Diffstat (limited to 'lang/lua53/patches')
-rw-r--r--lang/lua53/patches/patch-Makefile6
-rw-r--r--lang/lua53/patches/patch-src_Makefile7
-rw-r--r--lang/lua53/patches/patch-src_luaconf.h5
3 files changed, 15 insertions, 3 deletions
diff --git a/lang/lua53/patches/patch-Makefile b/lang/lua53/patches/patch-Makefile
index 42d857ba227..220351e1ede 100644
--- a/lang/lua53/patches/patch-Makefile
+++ b/lang/lua53/patches/patch-Makefile
@@ -1,4 +1,8 @@
-$NetBSD: patch-Makefile,v 1.1.1.1 2015/01/17 17:50:23 alnsn Exp $
+$NetBSD: patch-Makefile,v 1.2 2015/12/29 23:34:51 dholland Exp $
+
+Configure for pkgsrc.
+Install by Lua version so multiple versions can coexist.
+DESTDIR support.
--- Makefile.orig 2014-10-29 23:14:41.000000000 +0000
+++ Makefile
diff --git a/lang/lua53/patches/patch-src_Makefile b/lang/lua53/patches/patch-src_Makefile
index 4e04b17cbcc..5a0b90cb60a 100644
--- a/lang/lua53/patches/patch-src_Makefile
+++ b/lang/lua53/patches/patch-src_Makefile
@@ -1,4 +1,9 @@
-$NetBSD: patch-src_Makefile,v 1.1.1.1 2015/01/17 17:50:23 alnsn Exp $
+$NetBSD: patch-src_Makefile,v 1.2 2015/12/29 23:34:51 dholland Exp $
+
+Configure for pkgsrc.
+Use libtool.
+Install by Lua version so multiple versions can coexist.
+Use readline.
--- src/Makefile.orig 2015-01-05 16:04:52.000000000 +0000
+++ src/Makefile
diff --git a/lang/lua53/patches/patch-src_luaconf.h b/lang/lua53/patches/patch-src_luaconf.h
index 3bbb25da237..7e50ecee0fd 100644
--- a/lang/lua53/patches/patch-src_luaconf.h
+++ b/lang/lua53/patches/patch-src_luaconf.h
@@ -1,4 +1,7 @@
-$NetBSD: patch-src_luaconf.h,v 1.1.1.1 2015/01/17 17:50:23 alnsn Exp $
+$NetBSD: patch-src_luaconf.h,v 1.2 2015/12/29 23:34:51 dholland Exp $
+
+- allow LUA_ROOT to be set by the pkgsrc makefile
+- solaris fix for PR 43350
--- src/luaconf.h.orig 2014-12-29 13:27:55.000000000 +0000
+++ src/luaconf.h