Date: Mon, 14 Jan 2019 02:14:36 +0600 From: Muhammad Moinur Rahman <bofh@freebsd.org> To: Mathieu Arnold <mat@freebsd.org> Cc: Muhammad Moinur Rahman <bofh@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r490123 - head/devel/py-omniorb Message-ID: <CAKGCEjL4da%2B0SXHMq2nRKTLAXbafb%2BxR4KaOpffH49yzn=MfMg@mail.gmail.com> In-Reply-To: <20190113191918.ad5bfi25temxdtrj@atuin.in.mat.cc> References: <201901131024.x0DAOctY092311@repo.freebsd.org> <20190113191918.ad5bfi25temxdtrj@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
Fixed at r490209 On Mon, Jan 14, 2019 at 1:19 AM Mathieu Arnold <mat@freebsd.org> wrote: > On Sun, Jan 13, 2019 at 10:24:38AM +0000, Muhammad Moinur Rahman wrote: > > Log: > > devel/py-omniorb: Fix build with DEFAULT_VERSIONS=python=3.x > > > > -OPTIONS_DEFINE= DOCS EXAMPLES > > +OPTIONS_DEFINE= DOCS EXAMPLES PYTHON2 PYTHON3 > > +OPTIONS_DEFAULT=PYTHON3 > > +OPTIONS_SUB= yes > > +PYTHON2_DESC= Build and install Python 2.X packages > > +PYTHON3_DESC= Build and install Python 3.X packages > > +PYTHON2_USES= python:2.7 > > +PYTHON3_USES= python:3.6+ > > This is probably not the right way to fix the problem. As a side note, > you can select both options, but if you do, only Python 2.7 will be > supported. > > -- > Mathieu Arnold >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKGCEjL4da%2B0SXHMq2nRKTLAXbafb%2BxR4KaOpffH49yzn=MfMg>