From owner-svn-ports-all@freebsd.org Thu Apr 27 23:39:44 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 59E8BD532DF; Thu, 27 Apr 2017 23:39:44 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39EC41765; Thu, 27 Apr 2017 23:39:44 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id 4DC635197; Thu, 27 Apr 2017 23:39:43 +0000 (UTC) Date: Thu, 27 Apr 2017 23:39:43 +0000 From: "Sergey A. Osokin" To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439421 - in head/www/nginx: . files Message-ID: <20170427233943.GF18747@FreeBSD.org> References: <201704252318.v3PNI9Io032993@repo.freebsd.org> <20170426165333.GC18747@FreeBSD.org> <1426aa14-e30f-bb33-6e76-5fdfdd222e74@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <1426aa14-e30f-bb33-6e76-5fdfdd222e74@FreeBSD.org> User-Agent: Mutt/1.7.1 (2016-10-04) 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: Thu, 27 Apr 2017 23:39:44 -0000 On Thu, Apr 27, 2017 at 08:24:55AM +0200, Mathieu Arnold wrote: > Le 26/04/2017 ?? 18:53, Sergey A. Osokin a ??crit : > > On Wed, Apr 26, 2017 at 06:18:44PM +0200, Mathieu Arnold wrote: > >> Le 26/04/2017 ?? 01:18, Sergey A. Osokin a ??crit : > >>> Author: osa > >>> Date: Tue Apr 25 23:18:09 2017 > >>> New Revision: 439421 > >>> URL: https://svnweb.freebsd.org/changeset/ports/439421 > >>> > >>> Log: > >>> Upgrade from 1.10.3 to 1.12.0. > >>> > >>> ChangeLog: http://nginx.org/en/CHANGES-1.12 > >>> > >>> Remove IPV6 knob, IPv6 now compiled-in automatically if support is found. > >> This still feels like a very bad idea. > > Could you please explain what exactly is very bad here? > > We had that talk like a week or two ago. It looks like you've missed my reply. Let me repeat it here for you. > It means that if the package builder support IPv6 it will not work on a box > without it, False. > and if the > package builder does not support IPv6, a box with IPv6 will not be able > to use nginx with IPv6. True. The package must be recompiled on a box with IPv6 support, which is enabled by default on standard FreeBSD installation. -- Sergey A. Osokin osa@FreeBSD.org