>Number: 169931 >Category: misc >Synopsis: Lighttpd port IPV6 option works in reverse >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 17 10:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Arnaud Houdelette >Release: 9-Stable >Organization: >Environment: FreeBSD carenath.tzim.net 9.0-STABLE FreeBSD 9.0-STABLE #0 r237558M: Mon Jun 25 14:50:57 CEST 2012 r...@carenath.tzim.net:/usr/obj/usr/src/sys/CARENATH9 amd64
>Description: The IPV6 option of the lighttpd port does not works as expected : Enabling the options disable IPV6 support. Disabling the option enables IPV6 suport. >How-To-Repeat: cd /usr/ports/www/lighttpd make config enable IPV6 make && make install "lighttpd -V" outputs : Features: - IPv6 support + zlib support + bzip2 support + crypt support + SSL Support + PCRE support - mySQL support - LDAP support + memcached support - FAM support - LUA support + xml support + SQLite support - GDBM support >Fix: Correct the port Makefile : The following looks wrong .if ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+= --disable-ipv6 .endif I do not know what it should be with the new option framework. >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"