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
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
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
|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
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
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
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