Re: UPDATE: graphics/scour to 0.37

2020-07-31 Thread Asher Pasha
Hi, If ok, could anyone please commit to cvs. I do not have access. Thanks. Asher

Re: UPDATE: graphics/scour to 0.37

2020-07-30 Thread Raymond E. Pasco
This diff seems right to me. Program still works fine.

Re: UPDATE: graphics/scour to 0.37

2020-07-30 Thread Asher Pasha
Hi, Thank you for looking into this. How about now? Please see attached. Asher On Thu, 30 Jul 2020 at 05:10, Raymond E. Pasco wrote: > > On Thu Jul 30, 2020 at 4:51 AM EDT, Dimitri Karamazov wrote: > > if it's a standalone application (couldn't possibly be another's > > dependency) > > then > >

Re: UPDATE: graphics/scour to 0.37

2020-07-30 Thread Dimitri Karamazov
On Thu, July 30, 2020 07:24, Raymond E. Pasco wrote: > > I believe that we don't want both MODPY_DEFAULT_VERSION_3 and the > python3 FLAVOR. Additionally, the upstream supports Python 2, but I don't > think we want to add Python 2 support to > ports, in which case we'd enforce python3 with

Re: UPDATE: graphics/scour to 0.37

2020-07-30 Thread Raymond E. Pasco
On Thu Jul 30, 2020 at 4:51 AM EDT, Dimitri Karamazov wrote: > if it's a standalone application (couldn't possibly be another's > dependency) > then > >> MODPY_VERSION =${MODPY_DEFAULT_VERSION_3} > else > >> +FLAVORS = python3 > >> +FLAVOR ?= python3 > endif Makes

Re: UPDATE: graphics/scour to 0.37

2020-07-30 Thread Raymond E. Pasco
> MODULES = lang/python > MODPY_SETUPTOOLS =Yes > MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} >+ >+FLAVORS = python3 >+FLAVOR ?= I believe that we don't want both MODPY_DEFAULT_VERSION_3 and the python3 FLAVOR. Additionally, the upstream supports Python 2,