From owner-svn-ports-all@freebsd.org Sat Apr 15 19:48:32 2017 Return-Path: Delivered-To: svn-ports-all@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 13754D3F21D for ; Sat, 15 Apr 2017 19:48:32 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A22E8136 for ; Sat, 15 Apr 2017 19:48:31 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 54057f48-2214-11e7-b96e-2378c10e3beb X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id 54057f48-2214-11e7-b96e-2378c10e3beb; Sat, 15 Apr 2017 19:47:17 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v3FJlDjw002029; Sat, 15 Apr 2017 13:47:13 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1492285633.62945.15.camel@freebsd.org> Subject: Re: svn commit: r438592 - in head/www/nginx-devel: . files From: Ian Lepore To: Mathieu Arnold , "Sergey A. Osokin" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Sat, 15 Apr 2017 13:47:13 -0600 In-Reply-To: <626f1beb-0006-f9a8-82c2-5d8d03fb4b53@FreeBSD.org> References: <201704151739.v3FHdat1041522@repo.freebsd.org> <626f1beb-0006-f9a8-82c2-5d8d03fb4b53@FreeBSD.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2017 19:48:32 -0000 On Sat, 2017-04-15 at 21:32 +0200, Mathieu Arnold wrote: > Le 15/04/2017 à 19:39, Sergey A. Osokin a écrit : > > > > Author: osa > > Date: Sat Apr 15 17:39:35 2017 > > New Revision: 438592 > > URL: https://svnweb.freebsd.org/changeset/ports/438592 > > > > Log: > >   Remove IPV6 knob, IPv6 now compiled-in automatically if support > > is found. > >    > Does this mean that if I build the package on a host without IPv6, it > gets disabled and I don't get IPv6 support where I install the > package ? > Even worse, if I build the package on a system with IPV6 enabled I will be unable to build the package with it disabled, then when it tries to run on a system without ipv6 support, it fails or spews error/warning messages. -- Ian