Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2005 00:04:57 +0300 (EEST)
From:      Toni Viemero <toni.viemero@iki.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hendrik@scholz.net
Subject:   ports/87178: [PATCH] www/lighttpd: Add knob for CML support
Message-ID:  <20051009210457.68BBEAC836@shaolin.selfdestruct.net>
Resent-Message-ID: <200510092110.j99LA6gT029392@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051009210457.68BBEAC836>