Summary: | www/lighttpd port IPV6 option works in reverse | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | arnaud.houdelette |
Component: | Individual Port(s) | Assignee: | Martin Matuska <mm> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
arnaud.houdelette
2012-07-17 11:30:12 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR. Responsible Changed From-To: freebsd-ports-bugs->mm Over to maintainer (via the GNATS Auto Assign Tool) Author: mm Date: Wed Jul 18 18:32:10 2012 New Revision: 301114 URL: http://svn.freebsd.org/changeset/ports/301114 Log: Fix IPv6 support broken in last update PR: ports/169931 Reported by: Arnaud Houdelette Modified: head/www/lighttpd/Makefile Modified: head/www/lighttpd/Makefile ============================================================================== --- head/www/lighttpd/Makefile Wed Jul 18 18:29:39 2012 (r301113) +++ head/www/lighttpd/Makefile Wed Jul 18 18:32:10 2012 (r301114) @@ -7,7 +7,7 @@ PORTNAME?= lighttpd PORTVERSION= 1.4.31 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ @@ -120,7 +120,7 @@ LIB_DEPENDS+= gdbm:${PORTSDIR}/database CONFIGURE_ARGS+= --with-gdbm .endif -.if ${PORT_OPTIONS:MIPV6} +.if empty(PORT_OPTIONS:MIPV6) CONFIGURE_ARGS+= --disable-ipv6 .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |