Re: scons and python3? (PR 241463)

2019-10-27 Thread Ronald Klop
On Fri, 25 Oct 2019 04:05:34 +0200, Tatsuki Makino wrote: Can it be solved with USE_PYTHON=concurrent and FLAVOR? I don't know. If I look at the previous attempts to use flavors. It seems hard to keep it backwards compatible. But not all patches of all efforts are available via the

Re: scons and python3?

2019-10-24 Thread Tatsuki Makino
Can it be solved with USE_PYTHON=concurrent and FLAVOR? ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: scons and python3?

2019-10-24 Thread Ronald Klop
I created PR 241463 with my changes. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241463 This works for me to create a new port (mongodb42) using scons+python3. And it is backwards compatible for existing ports with python2 AFAIK. If this needs more work from my side, please tell

Re: scons and python3?

2019-10-24 Thread Ronald Klop
Cc-ing some of the people from the PRs. I don't know if they are still interested. Would a master ports construction be a possible solution to the scons+python3 problem? diff -urN /usr/ports/devel/scons/Makefile devel/scons/Makefile --- /usr/ports/devel/scons/Makefile2019-10-02 21:51

scons and python3?

2019-10-21 Thread Ronald Klop
Hi, For porting mongodb42 I need scons with python3. There are some attempts on making the scons port flavored, but that did not work out. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237122 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230734 https://bugs.freebsd.org/bugzilla