From owner-freebsd-apache@freebsd.org Sat Jun 4 16:40:26 2016 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB6E0B6A9A4 for ; Sat, 4 Jun 2016 16:40:26 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id AF972145B for ; Sat, 4 Jun 2016 16:40:26 +0000 (UTC) (envelope-from marquis@roble.com) Received: by mailman.ysv.freebsd.org (Postfix) id AEF8DB6A9A3; Sat, 4 Jun 2016 16:40:26 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE8DDB6A9A2 for ; Sat, 4 Jun 2016 16:40:26 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mx5.roble.com (mx5.roble.com [206.40.34.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx5.roble.com", Issuer "mx5.roble.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A71AE145A for ; Sat, 4 Jun 2016 16:40:26 +0000 (UTC) (envelope-from marquis@roble.com) Date: Sat, 4 Jun 2016 09:40:20 -0700 (PDT) From: Roger Marquis To: apache@FreeBSD.org Subject: Does apr-1 no longer support OPTIONS-=IPV6? MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2016 16:40:26 -0000 Should apr (-1) no longer compile without usr/include/netinet6 despite being unset in make.conf? # grep IPV6 /var/db/ports/devel_apr1/options _FILE_COMPLETE_OPTIONS_LIST= SSL NSS IPV6 DEVRANDOM BDB GDBM LDAP MYSQL NDBM PGSQL SQLITE FREETDS OPTIONS_FILE_UNSET+=IPV6 # make ... /usr/include/netinet/in.h:776:26: error: netinet6/in6.h: No such file or directory ... Stop in /usr/ports/devel/apr1. Roger