pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/lua53
Module Name: pkgsrc
Committed By: gdt
Date: Thu May 12 12:32:49 UTC 2022
Modified Files:
pkgsrc/lang/lua53: Makefile
Log Message:
lang/lua53: Explain why theere is no builtin.mk
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/lua53/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/lua53/Makefile
diff -u pkgsrc/lang/lua53/Makefile:1.6 pkgsrc/lang/lua53/Makefile:1.7
--- pkgsrc/lang/lua53/Makefile:1.6 Thu Jul 2 10:15:20 2020
+++ pkgsrc/lang/lua53/Makefile Thu May 12 12:32:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/07/02 10:15:20 nia Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/12 12:32:49 gdt Exp $
DISTNAME= lua-${LUA_VERSION}
PKGNAME= lua53-${LUA_VERSION}
@@ -11,6 +11,10 @@ HOMEPAGE= https://www.lua.org/
COMMENT= Lightweight, embeddable scripting language (v5.3)
LICENSE= mit
+# Note that there is no builtin.mk for lua on purpose, roughly because
+# installing extension modules from pkgsrc would not work well with
+# base system lua.
+
.include "../../lang/lua53/version.mk"
CONFLICTS+= lua-[0-9]*
Home |
Main Index |
Thread Index |
Old Index