pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/lua54



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Aug  7 01:57:11 UTC 2020

Modified Files:
        pkgsrc/lang/lua54: distinfo
Added Files:
        pkgsrc/lang/lua54/patches: patch-Makefile

Log Message:
Fix build on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/lua54/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/lua54/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/lua54/distinfo
diff -u pkgsrc/lang/lua54/distinfo:1.1 pkgsrc/lang/lua54/distinfo:1.2
--- pkgsrc/lang/lua54/distinfo:1.1      Tue Jun 30 13:16:14 2020
+++ pkgsrc/lang/lua54/distinfo  Fri Aug  7 01:57:10 2020
@@ -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

Added files:

Index: pkgsrc/lang/lua54/patches/patch-Makefile
diff -u /dev/null pkgsrc/lang/lua54/patches/patch-Makefile:1.1
--- /dev/null   Fri Aug  7 01:57:11 2020
+++ pkgsrc/lang/lua54/patches/patch-Makefile    Fri Aug  7 01:57:10 2020
@@ -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