For anyone wanting to try out the lightty 1.4.21 pre-release
here is a quick update.
Index: Makefile
===================================================================
RCS file: /cvs/anoncvs/cvs/ports/www/lighttpd/Makefile,v
retrieving revision 1.54
diff -u -p -r1.54 Makefile
--- Makefile 23 Oct 2008 20:29:17 -0000 1.54
+++ Makefile 6 Feb 2009 18:35:18 -0000
@@ -4,16 +4,15 @@ SHARED_ONLY= Yes
COMMENT= secure, fast, compliant, and very flexible web-server
-DISTNAME= lighttpd-1.4.20
+DISTNAME= lighttpd-1.4.21rc1-r2392
CATEGORIES= www net
MASTER_SITES= ${HOMEPAGE}/download/
-MAINTAINER= Brad Smith <[email protected]>
+WRKDIST= ${WRKDIR}/lighttpd-1.4.21
HOMEPAGE= http://www.lighttpd.net/
-LIB_DEPENDS+= pcre::devel/pcre \
- lua.>=5.1::lang/lua
+MAINTAINER= Brad Smith <[email protected]>
# BSD
PERMIT_PACKAGE_CDROM= Yes
@@ -22,13 +21,16 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto m ssl z
+LIB_DEPENDS+= pcre::devel/pcre \
+ lua.>=5.1::lang/lua
+
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE= gnu
-CONFIGURE_ARGS+= --with-openssl \
- --without-bzip2 \
- --libdir="${PREFIX}/lib/lighttpd" \
- --with-lua
+CONFIGURE_ARGS+= --libdir="${PREFIX}/lib/lighttpd" \
+ --with-lua \
+ --with-openssl \
+ --without-bzip2
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
Index: distinfo
===================================================================
RCS file: /cvs/anoncvs/cvs/ports/www/lighttpd/distinfo,v
retrieving revision 1.30
diff -u -p -r1.30 distinfo
--- distinfo 23 Oct 2008 20:29:17 -0000 1.30
+++ distinfo 6 Feb 2009 18:31:06 -0000
@@ -1,5 +1,5 @@
-MD5 (lighttpd-1.4.20.tar.gz) = fOfu+0h2grYdmwa0GGTGSg==
-RMD160 (lighttpd-1.4.20.tar.gz) = Ii6cabYUZ/k3Z2j5Kl7uOt15YCA=
-SHA1 (lighttpd-1.4.20.tar.gz) = YXkMAtnpbDyyP/05B/HK7mTEdd0=
-SHA256 (lighttpd-1.4.20.tar.gz) = MqJa0ZNyvVvkUQ2TR5VqywM3D9hs/t3tYfQjtze33bE=
-SIZE (lighttpd-1.4.20.tar.gz) = 827538
+MD5 (lighttpd-1.4.21rc1-r2392.tar.gz) = S5FFPADy2qOecpGQoCqUxw==
+RMD160 (lighttpd-1.4.21rc1-r2392.tar.gz) = zu+qGvdFn/CNBFimaWwdXB/ysYo=
+SHA1 (lighttpd-1.4.21rc1-r2392.tar.gz) = 4ekVNm0F4yunz64ipvYiyKCmybE=
+SHA256 (lighttpd-1.4.21rc1-r2392.tar.gz) =
ooJiL1WW+IG/hjnxPK6S4EnYVCB5Ozb6LLK8gHiYAQc=
+SIZE (lighttpd-1.4.21rc1-r2392.tar.gz) = 841213
Index: patches/patch-doc_lighttpd_conf
===================================================================
RCS file: /cvs/anoncvs/cvs/ports/www/lighttpd/patches/patch-doc_lighttpd_conf,v
retrieving revision 1.6
diff -u -p -r1.6 patch-doc_lighttpd_conf
--- patches/patch-doc_lighttpd_conf 16 Apr 2008 20:42:35 -0000 1.6
+++ patches/patch-doc_lighttpd_conf 6 Feb 2009 18:33:47 -0000
@@ -1,6 +1,6 @@
$OpenBSD: patch-doc_lighttpd_conf,v 1.6 2008/04/16 20:42:35 jasper Exp $
---- doc/lighttpd.conf.orig Thu Jan 17 07:41:14 2008
-+++ doc/lighttpd.conf Wed Apr 9 21:50:55 2008
+--- doc/lighttpd.conf.orig Tue Sep 23 15:03:06 2008
++++ doc/lighttpd.conf Fri Feb 6 13:33:09 2009
@@ -37,18 +37,24 @@ server.modules = (
## a static document-root, for virtual-hosting take look at the
@@ -69,7 +69,7 @@ $OpenBSD: patch-doc_lighttpd_conf,v 1.6
###### virtual hosts
##
## If you want name-based virtual hosting add the next three settings and
load
-@@ -181,17 +176,12 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fc
+@@ -183,17 +178,12 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fc
#debug.log-request-handling = "enable"
#debug.log-file-not-found = "enable"
@@ -91,7 +91,7 @@ $OpenBSD: patch-doc_lighttpd_conf,v 1.6
#### compress module
#compress.cache-dir = "/var/cache/lighttpd/compress/"
#compress.filetype = ("text/plain", "text/html")
-@@ -282,7 +272,7 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fc
+@@ -284,7 +274,7 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fc
#ssi.extension = ( ".shtml" )
#### rrdtool
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.