summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.options.desc.mk2
-rw-r--r--UPDATING8
-rw-r--r--www/lighttpd/Makefile33
3 files changed, 22 insertions, 21 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index 8f7f3ad90f11..bee351f517a2 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -57,6 +57,7 @@ EXAMPLES_DESC?= Build and install the examples
EXPAT_DESC?= Expat support
FAAC_DESC?= FAAC encoder support
FAAD_DESC?= FAAD aac decoder support
+FAM_DESC?= File Alteration Monitor support
FASTCGI_DESC?= FastCGI support
FFMPEG_DESC?= Support FFMPEG (wma aiff ac3 ape...)
FLAC_DESC?= FLAC support
@@ -130,6 +131,7 @@ LDAPS_DESC?= LDAPS support
LFS_DESC?= Large Files Support
LIBBLURAY_DESC?= libbluray support
LIBEDIT_DESC?= readline support
+LIBEV_DESC?= libev support
LIBEXIF_DESC?= libexif support
LIBEXTRACTOR_DESC?= libextractor support
LIBMNG_DESC?= libmng support
diff --git a/UPDATING b/UPDATING
index d3fc0b75b6d1..9a1c3a058a76 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20120716:
+ AFFECTS: users of www/lighttpd
+ AUTHOR: mm@FreeBSD.org
+
+ The following port options have been reorganized:
+ The OPENLDAP option has been renamed to LDAP.
+ The MAGNET and CML options have been withdrawn in favor of new LUA option.
+
+20120716:
AFFECTS: users of mail/postfix-current
AUTHOR: sahil@FreeBSD.org
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 117153d74e39..f033b9d851e9 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= lighttpd
PORTVERSION= 1.4.31
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= www
MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/
@@ -45,22 +45,19 @@ USE_RC_SUBR= lighttpd.sh
MAN8= lighttpd.8
-OPTIONS_DEFINE= BZIP2 CML FAM GDBM IPV6 LIBEV MAGNET MEMCACHE MYSQL MYSQLAUTH \
- NODELAY OPENLDAP OPENSSL SPAWNFCGI VALGRIND WEBDAV REMOTEUSER
+OPTIONS_DEFINE= BZIP2 FAM GDBM IPV6 LIBEV LUA MEMCACHE MYSQL MYSQLAUTH \
+ NODELAY LDAP OPENSSL SPAWNFCGI VALGRIND WEBDAV REMOTEUSER
OPTIONS_DEFAULT= IPV6 OPENSSL
-BZIP2_DESC= bzip2 support
-CML_DESC= Cache Meta Language support
-FAM_DESC= fam/gamin support
-GDBM_DESC= gdbm storage support
-LIBEV_DESC= libev support
-MAGNET_DESC= magnet support
-MEMCACHE_DESC= Memory caching support
-MYSQL_DESC= MySQL support
+BZIP2_DESC= bzip2 support (mod_compress)
+GDBM_DESC= gdbm storage (mod_trigger_b4_dl)
+LDAP_DESC= LDAP authentication
+LUA_DESC= lua support (mod_cml, mod_magnet)
+MEMCACHE_DESC= memcached storage (mod_trigger_b4_dl)
+MYSQL_DESC= MySQL support (mod_mysql_vhost)
MYSQLAUTH_DESC= MySQL authentication (requires WITH_MYSQL)
NODELAY_DESC= Set TCP_NODELAY on listening sockets
-OPENLDAP_DESC= LDAP support
SPAWNFCGI_DESC= Depend on spawn-fcgi utility
VALGRIND_DESC= valgrind support
WEBDAV_DESC= WebDAV support
@@ -112,12 +109,6 @@ CONFIGURE_ARGS+= --with-openssl \
CONFIGURE_ARGS+= --with-bzip2
.endif
-.if ${PORT_OPTIONS:MCML}
-USE_LUA= yes
-CONFIGURE_ARGS+= --with-lua
-CONFIGURE_ENV+= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua"
-.endif
-
.if ${PORT_OPTIONS:MFAM}
USE_FAM= yes
CONFIGURE_ARGS+= --with-fam
@@ -138,8 +129,8 @@ CONFIGURE_ARGS+= --with-libev=${LOCALBASE}
LIB_DEPENDS+= ev.4:${PORTSDIR}/devel/libev
.endif
-.if ${PORT_OPTIONS:MMAGNET}
-USE_LUA= 5.1+
+.if ${PORT_OPTIONS:MLUA}
+USE_LUA= 5.1
CONFIGURE_ARGS+= --with-lua
CONFIGURE_ENV+= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua"
.endif
@@ -168,7 +159,7 @@ PORTDOCS+= README.mysqlauth mysql_auth.sql
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-nodelay
.endif
-.if ${PORT_OPTIONS:MOPENLDAP}
+.if ${PORT_OPTIONS:MLDAP}
USE_OPENLDAP= yes
CONFIGURE_ARGS+= --with-ldap
_REQUIRE+= slapd