ports/136125: [PATCH] www/lighttpd 1.4.23: fix autotools
Martin Matuska
mm at FreeBSD.org
Sun Jun 28 11:40:15 UTC 2009
>Number: 136125
>Category: ports
>Synopsis: [PATCH] www/lighttpd 1.4.23: fix autotools
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Jun 28 11:40:06 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Martin Matuska
>Release: FreeBSD 7.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD 7.2-STABLE 8-CURRENT
>Description:
My patch in ports/136026 does not work properly on many existing
installations. This requires a fix of USE_AUTOTOOLS and add pkgconfig
to USE_GNOME to work properly.
Tinderbox tested + tested on several 7-STABLE and 8-CURRENT systems.
Please consider commiting as soon as possible.
>How-To-Repeat:
Try to upgrade lighttpd on existing installations.
>Fix:
--- lighttpd-1.4.23_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/lighttpd/Makefile,v
retrieving revision 1.72
diff -u -r1.72 Makefile
--- Makefile 28 Jun 2009 05:07:13 -0000 1.72
+++ Makefile 28 Jun 2009 11:11:52 -0000
@@ -7,6 +7,7 @@
PORTNAME= lighttpd
PORTVERSION= 1.4.23
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/ \
http://mirrors.cat.pdx.edu/lighttpd/
@@ -17,9 +18,10 @@
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
USE_BZIP2= yes
-USE_AUTOTOOLS= libtool:15
+USE_AUTOTOOLS= aclocal:110 autoconf:262 autoheader:262 automake:110 libtool:15
+ACLOCAL_ARGS= --force
GNU_CONFIGURE= yes
-USE_GNOME= lthack
+USE_GNOME= lthack pkgconfig
USE_RC_SUBR= lighttpd.sh
CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd
--- lighttpd-1.4.23_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list