ports/87178: [PATCH] www/lighttpd: Add knob for CML support

Toni Viemero toni.viemero at iki.fi
Sun Oct 9 21:10:07 UTC 2005


>Number:         87178
>Category:       ports
>Synopsis:       [PATCH] www/lighttpd: Add knob for CML support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 09 21:10:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Toni Viemero
>Release:        FreeBSD 6.0-BETA5 i386
>Organization:
>Environment:
System: FreeBSD shaolin.selfdestruct.net 6.0-BETA5 FreeBSD 6.0-BETA5 #1: Sun Oct  9 20:24:22 EEST
>Description:
Add knob for CML support

http://www.lighttpd.net/documentation/cml.html

Port maintainer (hendrik at scholz.net) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- lighttpd-1.4.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/Makefile /home/toni/ports/lighttpd/Makefile
--- /usr/ports/www/lighttpd/Makefile	Sun Oct  9 17:57:26 2005
+++ /home/toni/ports/lighttpd/Makefile	Mon Oct 10 00:00:50 2005
@@ -29,6 +29,7 @@
 MAN1=		lighttpd.1 spawn-fcgi.1
 
 OPTIONS=	OPENSSL		"Enable SSL support"	on \
+		CML			"Enable Cache Meta Language support"	off \
 		OPENLDAP	"Enable LDAP support"	off \
 		MYSQL		"Enable MYSQL support"	off \
 		IPV6		"Disable IPV6 support"	off
@@ -38,6 +39,11 @@
 .if !defined(WITHOUT_OPENSSL)
 .include "${PORTSDIR}/Mk/bsd.openssl.mk"
 CONFIGURE_ARGS+=	--with-openssl
+.endif
+
+.if defined(WITH_CML)
+LIB_DEPENDS+=	lua.5:${PORTSDIR}/lang/lua
+CONFIGURE_ARGS+=	--with-lua
 .endif
 
 .if defined(WITH_OPENLDAP)
--- lighttpd-1.4.5.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list