pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/lua53 lang/lua53: Explain why theere is no builti...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd407081cc7a
branches: trunk
changeset: 379173:bd407081cc7a
user: gdt <gdt%pkgsrc.org@localhost>
date: Thu May 12 12:32:49 2022 +0000
description:
lang/lua53: Explain why theere is no builtin.mk
diffstat:
lang/lua53/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r f19f36c3b992 -r bd407081cc7a lang/lua53/Makefile
--- a/lang/lua53/Makefile Thu May 12 11:27:12 2022 +0000
+++ b/lang/lua53/Makefile Thu May 12 12:32:49 2022 +0000
@@ -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 @@
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