ports/93348: maintainer-update: www/lighttpd 1.4.9 to 1.4.10

Hendrik Scholz hendrik at scholz.net
Tue Feb 14 16:50:18 UTC 2006


>Number:         93348
>Category:       ports
>Synopsis:       maintainer-update: www/lighttpd 1.4.9 to 1.4.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 14 16:50:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD plant.wormulon.net 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Aug 13 11:32:22 CEST 2004 hscholz at h2012.ka.strato.de:/usr/src/sys/i386/compile/PLANT i386


	
>Description:

Update of lighttpd. 1.4.10 needs a minor configure tweak to allow
successful compilation.

>How-To-Repeat:
	
>Fix:

	

--- lighttpd-1.4.9-to-1.4.10.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/lighttpd/Makefile,v
retrieving revision 1.34
diff -u -u -r1.34 Makefile
--- Makefile	21 Jan 2006 18:11:54 -0000	1.34
+++ Makefile	14 Feb 2006 16:48:02 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	lighttpd
-PORTVERSION=	1.4.9
+PORTVERSION=	1.4.10
 CATEGORIES=	www
 MASTER_SITES=	http://www.lighttpd.net/download/
 
@@ -18,6 +18,7 @@
 USE_AUTOTOOLS=	autoconf:259 libtool:15
 GNU_CONFIGURE=	yes
 USE_GNOME=	lthack
+USE_REINPLACE=	yes
 USE_RC_SUBR=	lighttpd.sh
 CONFIGURE_ARGS=	--libdir=${PREFIX}/lib/lighttpd
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -65,6 +66,9 @@
 .endif
 
 SUB_LIST+=		REQUIRE="${_REQUIRE}"
+
+post-patch:
+	@${REINPLACE_CMD} -E -e 's|-D_XOPEN_SOURCE=600||' ${WRKSRC}/configure.in
 
 post-install:
 	@${INSTALL_DATA} ${FILESDIR}/lighttpd.conf.sample ${PREFIX}/etc
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/lighttpd/distinfo,v
retrieving revision 1.25
diff -u -u -r1.25 distinfo
--- distinfo	21 Jan 2006 18:11:54 -0000	1.25
+++ distinfo	14 Feb 2006 16:48:02 -0000
@@ -1,3 +1,2 @@
-MD5 (lighttpd-1.4.9.tar.gz) = 20a171774a0615069de3704db52483aa
-SHA256 (lighttpd-1.4.9.tar.gz) = 7603b5eb204a84f654c66e5582197e4810df71175a3be11ecfc8675307d043a9
-SIZE (lighttpd-1.4.9.tar.gz) = 775524
+MD5 (lighttpd-1.4.10.tar.gz) = 51e42c2cc98a1f9986b9f232ff5a01f2
+SIZE (lighttpd-1.4.10.tar.gz) = 777853
--- lighttpd-1.4.9-to-1.4.10.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list