Update bozohttpd to 20260503.

This commit is contained in:
fcambus
2026-05-30 10:43:24 +00:00
parent 0e81c996e4
commit 99c84ff1e6
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
COMMENT = bozotic HTTP server
DISTNAME = bozohttpd-20240126
DISTNAME = bozohttpd-20260503
CATEGORIES = www
HOMEPAGE = http://www.eterna23.net/bozohttpd/
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (bozohttpd-20240126.tar.bz2) = V2JnvFaBxStlApTD8qhbjI2MI5515xqrp5c3cfhStW0=
SIZE (bozohttpd-20240126.tar.bz2) = 62621
SHA256 (bozohttpd-20260503.tar.bz2) = Ki5tYraNIZQ0lzk3qP69F3QfIumMdB9skisi8T91I80=
SIZE (bozohttpd-20260503.tar.bz2) = 63355
+5 -4
View File
@@ -1,7 +1,7 @@
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -26,24 +26,22 @@
@@ -26,17 +26,15 @@
COPTS+= -DDO_HTPASSWD
PROG= bozohttpd
@@ -20,16 +20,17 @@ Index: Makefile
+DPADD= ${LIBM}
WARNS?= 4
LINTFLAGS+= -X 193 # statement not reached
@@ -44,7 +42,7 @@ LINTFLAGS+= -X 193 # statement not reached
.if defined(.OS.MAKE)
OPSYS= ${.OS.MAKE}
.else
-OPSYS:= ${:!uname -s!:S/-//g:S/\///g}
+OPSYS!= uname -s
+OPSYS:= uname -s
.endif
.if ${OPSYS} == "QNX"
@@ -86,7 +84,7 @@ check:
@@ -87,7 +85,7 @@ check:
.if empty(BOZOVER)
BOZOVER!= sed -n \
-e s/\"$$// -e \