Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2017 00:57:28 +0000
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        Ian Lepore <ian@freebsd.org>
Cc:        Mathieu Arnold <mat@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r438592 - in head/www/nginx-devel: . files
Message-ID:  <20170416005728.GO85682@FreeBSD.org>
In-Reply-To: <1492302975.62945.25.camel@freebsd.org>
References:  <201704151739.v3FHdat1041522@repo.freebsd.org> <626f1beb-0006-f9a8-82c2-5d8d03fb4b53@FreeBSD.org> <1492285633.62945.15.camel@freebsd.org> <20170415214049.GM85682@FreeBSD.org> <1492295503.62945.22.camel@freebsd.org> <20170416001854.GN85682@FreeBSD.org> <1492302975.62945.25.camel@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 15, 2017 at 06:36:15PM -0600, Ian Lepore wrote:
> On Sun, 2017-04-16 at 00:18 +0000, Sergey A. Osokin wrote:
> > On Sat, Apr 15, 2017 at 04:31:43PM -0600, Ian Lepore wrote:
> > > On Sat, 2017-04-15 at 21:40 +0000, Sergey A. Osokin wrote:
> > > > On Sat, Apr 15, 2017 at 01:47:13PM -0600, Ian Lepore wrote:
> > > > > 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,
> > > > Not true, It's possible to build an nginx package without IPv6 on
> > > > a
> > > > system
> > > > with IPv6 enabled, please see http://hg.nginx.org/nginx/rev/a6d11
> > > > 6645
> > > > c51
> > > > for details.
> > > But you removed the IPV6 knob rather than adapting it to the new
> > > way
> > > upstream provides for en/disabling it. šHow does that enable me to
> > > build without ipv6 support?
> > No problem:
> > 
> > .if ${.CURDIR:M*/www/nginx-devel}
> > CONFIGURE_ARGS+="--with-cc-opt=\"-DNGX_HAVE_INET6=0\""
> > .endif
> > 
> > Not tested yet.
> > š
> 
> 151 ports currently define "IPV6" as the option for controlling ipv6
> support. šThere is, of course, no simple way to count how many control
> it using some other mechanism, but I guess whatever that number was,
> it's now +1.

Every port is unique, that's true.

-- 
Sergey A. Osokin
osa@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170416005728.GO85682>