Source-Changes-HG archive

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

[src/trunk]: src Hello bozohttpd(3lua)



details:   https://anonhg.NetBSD.org/src/rev/95d996ed87cb
branches:  trunk
changeset: 318723:95d996ed87cb
user:      sevan <sevan%NetBSD.org@localhost>
date:      Thu May 03 22:51:17 2018 +0000
description:
Hello bozohttpd(3lua)

diffstat:

 distrib/sets/lists/base/shl.mi |   3 ++-
 lib/lua/Makefile               |   4 ++--
 lib/lua/bozohttpd/Makefile     |  14 ++++++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r c44aab55fc3d -r 95d996ed87cb distrib/sets/lists/base/shl.mi
--- a/distrib/sets/lists/base/shl.mi    Thu May 03 22:27:58 2018 +0000
+++ b/distrib/sets/lists/base/shl.mi    Thu May 03 22:51:17 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.837 2018/05/03 22:27:58 sevan Exp $
+# $NetBSD: shl.mi,v 1.838 2018/05/03 22:51:17 sevan Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -877,6 +877,7 @@
 ./usr/lib/lua/5.1/gpio.so                      base-obsolete           obsolete
 ./usr/lib/lua/5.1/sqlite.so                            base-obsolete           obsolete
 ./usr/lib/lua/5.1/syslog.so                            base-obsolete           obsolete
+./usr/lib/lua/5.3/bozohttpd.so                 base-sys-shlib          compatfile
 ./usr/lib/lua/5.3/gpio.so                      base-sys-shlib          compatfile
 ./usr/lib/lua/5.3/netpgp.so                    base-sys-shlib          compatfile
 ./usr/lib/lua/5.3/sqlite.so                            base-sys-shlib          compatfile
diff -r c44aab55fc3d -r 95d996ed87cb lib/lua/Makefile
--- a/lib/lua/Makefile  Thu May 03 22:27:58 2018 +0000
+++ b/lib/lua/Makefile  Thu May 03 22:51:17 2018 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.6 2013/11/13 09:49:08 mbalmer Exp $
+#      $NetBSD: Makefile,v 1.7 2018/05/03 22:51:18 sevan Exp $
 
 .include <bsd.own.mk>
 
 .if ${MKPIC} != "no"
 # No support for shared libraries and pic code.
-SUBDIR+=       gpio sqlite syslog
+SUBDIR+=       bozohttpd gpio sqlite syslog
 .endif
 
 .include <bsd.subdir.mk>
diff -r c44aab55fc3d -r 95d996ed87cb lib/lua/bozohttpd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/lua/bozohttpd/Makefile        Thu May 03 22:51:17 2018 +0000
@@ -0,0 +1,14 @@
+#      $NetBSD: Makefile,v 1.1 2018/05/03 22:51:18 sevan Exp $
+
+LUA_MODULES=           bozohttpd
+LUA_SRCS.bozohttpd=    glue.c
+LUA_DPLIBS+=           bozohttpd \
+                       ${.CURDIR}/../../../libexec/httpd/libbozohttpd
+
+EXTDIST=               ${.CURDIR}/../../../libexec/httpd
+
+CPPFLAGS+=             -I${EXTDIST}
+
+.PATH: ${EXTDIST}/lua
+
+.include <bsd.lua.mk>



Home | Main Index | Thread Index | Old Index