Date: Tue, 17 Jul 2012 10:21:42 GMT From: Arnaud Houdelette <arnaud.houdelette@tzim.net> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/169931: Lighttpd port IPV6 option works in reverse Message-ID: <201207171021.q6HALgqD082977@red.freebsd.org> Resent-Message-ID: <201207171030.q6HAUDkd002035@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 root@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207171021.q6HALgqD082977>