Index: head/www/lighttpd/Makefile =================================================================== --- head/www/lighttpd/Makefile (revision 149875) +++ head/www/lighttpd/Makefile (revision 149876) @@ -1,69 +1,71 @@ # New ports collection makefile for: lighttpd # Date created: 20 May 2004 # Whom: k@123.org # # $FreeBSD$ # PORTNAME= lighttpd -PORTVERSION= 1.4.7 +PORTVERSION= 1.4.8 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ http://dl.kel.wormulon.net/lighttpd/ MAINTAINER= hendrik@scholz.net COMMENT= A secure, fast, compliant, and very flexible Web Server LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_AUTOTOOLS= autoconf:259 libtool:15 USE_REINPLACE= yes USE_RC_SUBR= lighttpd.sh USE_GNOME= lthack CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd MAN1= lighttpd.1 spawn-fcgi.1 OPTIONS= OPENSSL "Enable SSL support" on \ OPENLDAP "Enable LDAP support" off \ MYSQL "Enable MYSQL support" off \ IPV6 "Enable IPV6 support" on \ CML "Enable Cache Meta Language support" off .include .if !defined(WITHOUT_OPENSSL) .include "${PORTSDIR}/Mk/bsd.openssl.mk" -CONFIGURE_ARGS+= --with-openssl +CONFIGURE_ARGS+= --with-openssl \ + --with-openssl-includes=${OPENSSLINC} \ + --with-openssl-libs=${OPENSSLLIB} .endif .if defined(WITH_OPENLDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap .endif .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql .endif .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --disable-ipv6 .endif .if defined(WITH_CML) LIB_DEPENDS+= lua.5:${PORTSDIR}/lang/lua CONFIGURE_ARGS+= --with-lua CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L/${LOCALBASE}/lib .endif post-install: @${INSTALL_DATA} ${FILESDIR}/lighttpd.conf.sample ${PREFIX}/etc .if !exists(${PREFIX}/etc/lighttpd.conf) @${INSTALL_DATA} ${FILESDIR}/lighttpd.conf.sample ${PREFIX}/etc/lighttpd.conf .endif @${LIBTOOL} --finish ${PREFIX}/lib .include Property changes on: head/www/lighttpd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/www/lighttpd/distinfo =================================================================== --- head/www/lighttpd/distinfo (revision 149875) +++ head/www/lighttpd/distinfo (revision 149876) @@ -1,3 +1,3 @@ -MD5 (lighttpd-1.4.7.tar.gz) = 4d1b02e2008e5f35e4df7defee186fdd -SHA256 (lighttpd-1.4.7.tar.gz) = b1d2793d1dc15c6176b3b666e7617f841e06005528223d56d5171a99294df199 -SIZE (lighttpd-1.4.7.tar.gz) = 778982 +MD5 (lighttpd-1.4.8.tar.gz) = 7d7790ef95ff5755f73bfcda4f13696d +SHA256 (lighttpd-1.4.8.tar.gz) = f3115cb4b9f9805c9a9e7d6cdc97512adaaebde01a84122fcbd1c0ca16bc2d69 +SIZE (lighttpd-1.4.8.tar.gz) = 769111 Property changes on: head/www/lighttpd/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property