svn commit: r490123 - head/devel/py-omniorb

Muhammad Moinur Rahman bofh at freebsd.org
Sun Jan 13 20:15:17 UTC 2019


Fixed at r490209

On Mon, Jan 14, 2019 at 1:19 AM Mathieu Arnold <mat at 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
>


More information about the svn-ports-head mailing list