Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/lua54 Fix build on Linux



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1bdd115e127
branches:  trunk
changeset: 436635:d1bdd115e127
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 07 01:57:10 2020 +0000

description:
Fix build on Linux

diffstat:

 lang/lua54/distinfo               |   3 ++-
 lang/lua54/patches/patch-Makefile |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 31807760c308 -r d1bdd115e127 lang/lua54/distinfo
--- a/lang/lua54/distinfo       Fri Aug 07 01:54:38 2020 +0000
+++ b/lang/lua54/distinfo       Fri Aug 07 01:57:10 2020 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1 2020/06/30 13:16:14 nia Exp $
+$NetBSD: distinfo,v 1.2 2020/08/07 01:57:10 joerg Exp $
 
 SHA1 (lua-5.4.0.tar.gz) = 8cdbffa8a214a23d190d7c45f38c19518ae62e89
 RMD160 (lua-5.4.0.tar.gz) = cb188956351b40f7a1420067e90d309cdcf8ea45
 SHA512 (lua-5.4.0.tar.gz) = 22aa0f9fcf953fc49c97bf50a4cee708b458e8a95447f881037b2c6ddd60e40368a807f2575671c6cd7497cedc2cf5716a8959c196445bf9a359fe7ebcd65465
 Size (lua-5.4.0.tar.gz) = 349308 bytes
+SHA1 (patch-Makefile) = 22523bc60fe8d004f3bfd59396cfc6e43f645a75
 SHA1 (patch-src_Makefile) = e481eced298e45cb45276e294a9b39e3b7d52046
diff -r 31807760c308 -r d1bdd115e127 lang/lua54/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/lua54/patches/patch-Makefile Fri Aug 07 01:57:10 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile,v 1.1 2020/08/07 01:57:10 joerg Exp $
+
+Add target expected from src/Makefile
+
+--- Makefile.orig      2020-08-07 01:55:47.223723390 +0000
++++ Makefile
+@@ -36,7 +36,7 @@ RM= rm -f
+ # == END OF USER SETTINGS -- NO NEED TO CHANGE ANYTHING BELOW THIS LINE =======
+ 
+ # Convenience platforms targets.
+-PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris
++PLATS= guess aix bsd c89 freebsd generic linux linux-readline linux-noreadline macosx mingw posix solaris
+ 
+ # What to install.
+ TO_BIN= lua luac



Home | Main Index | Thread Index | Old Index