Re: building blender 2.79 fails because of python dependencies

2017-11-30 Thread blubee blubeeme
On Wed, Nov 29, 2017 at 9:25 PM, blubee blubeeme wrote: > Here's a build log: > > running install_scripts > copying build/scripts-3.5/pydoc3.5 -> /usr/ports/lang/python35/work/ > stage/usr/local/bin > copying build/scripts-3.5/pyvenv-3.5 -> /usr/ports/lang/python35/work/ > stage/usr/local/bin > c

FreeBSD ports you maintain which are out of date

2017-11-30 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

FreeBSD 11 - does virtualbox work for you ?

2017-11-30 Thread Patrick Lamaiziere
Hello, Does Virtualbox work for you on 11-STABLE (today stable) ? I've tried virtualbox 5.2 (built from port and packages) and 5.1 (from quarterly packages) and when using a guest (windows 7) it hangs very often, I'm even unable to install a guest. I think it hangs on disk IO. I've tried all the

[HEADSUP] Flavors, and specifically, Python flavors landing today

2017-11-30 Thread Mathieu Arnold
|Hi,| | | |TL;DR:| |  See Ports now have flavors enabled| |  Tool developers, see https://wiki.freebsd.org/Ports/FlavorsTools| |  All Python dependencies must have @${PY_FLAVOR} appended to them| | ||https://wiki.freebsd.org/Ports/FlavorsAndSubPackages| || | | |Flavors are a way to have multiple va

Re: [HEADSUP] Flavors, and specifically, Python flavors landing today

2017-11-30 Thread Jan Beich
Mathieu Arnold writes: > In all the ports with Python dependencies, the *_DEPENDS entries MUST end > with the flavor so that the framework knows which to build/use. This is done > by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python > module with Python flavors, as the cont

Re: [HEADSUP] Flavors, and specifically, Python flavors landing today

2017-11-30 Thread Mathieu Arnold
Le 30/11/2017 à 17:09, Jan Beich a écrit : > Mathieu Arnold writes: > >> In all the ports with Python dependencies, the *_DEPENDS entries MUST end >> with the flavor so that the framework knows which to build/use. This is done >> by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a

Re: [HEADSUP] Flavors, and specifically, Python flavors landing today

2017-11-30 Thread Mathieu Arnold
On 30/11/2017 à 16:32, Mathieu Arnold wrote a beautiful email and something messed it up completely, so he's trying again.: Hi, TL;DR:   See https://wiki.freebsd.org/Ports/FlavorsAndSubPackages   Tool developers, see https://wiki.freebsd.org/Ports/FlavorsTools   All Python dependencies must have