From owner-svn-ports-head@FreeBSD.ORG Wed Jul 18 18:32:11 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95B8D1065672; Wed, 18 Jul 2012 18:32:11 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF088FC12; Wed, 18 Jul 2012 18:32:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6IIWBPS098951; Wed, 18 Jul 2012 18:32:11 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6IIWBuZ098949; Wed, 18 Jul 2012 18:32:11 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201207181832.q6IIWBuZ098949@svn.freebsd.org> From: Martin Matuska Date: Wed, 18 Jul 2012 18:32:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301114 - head/www/lighttpd X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2012 18:32:11 -0000 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