From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 17 10:30:13 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96C981065673 for ; Tue, 17 Jul 2012 10:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 55C568FC14 for ; Tue, 17 Jul 2012 10:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6HAUD00002038 for ; Tue, 17 Jul 2012 10:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6HAUDkd002035; Tue, 17 Jul 2012 10:30:13 GMT (envelope-from gnats) Resent-Date: Tue, 17 Jul 2012 10:30:13 GMT Resent-Message-Id: <201207171030.q6HAUDkd002035@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Arnaud Houdelette Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1E6A1065672 for ; Tue, 17 Jul 2012 10:21:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9D9358FC1C for ; Tue, 17 Jul 2012 10:21:42 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q6HALg5T082978 for ; Tue, 17 Jul 2012 10:21:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q6HALgqD082977; Tue, 17 Jul 2012 10:21:42 GMT (envelope-from nobody) Message-Id: <201207171021.q6HALgqD082977@red.freebsd.org> Date: Tue, 17 Jul 2012 10:21:42 GMT From: Arnaud Houdelette To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/169931: Lighttpd port IPV6 option works in reverse X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2012 10:30:13 -0000 >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: