remove the python limition of qt5-webkit (if possible)

Theron Tarigo theron.tarigo at gmail.com
Wed Mar 14 00:23:37 UTC 2018


On 03/13/18 19:03, Walter Schwarzenfeld wrote:
> If try to install qt5-webkit from a dependend port I got:
>
> qt5-webkit-5.212.0.a2_5 needs Python 2.7 at most, but 3.6 was specified
>
> if possible, could someone remove the limitation of
> python:2.7,build
>
> change to
> python:build
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
If you make this change yourself and then build, does it succeed? It may 
have build scripts using "python" so will fail if there is only a 
"python3", even if the scripts are 2/3 compatible (which they may not be).

Theron


More information about the freebsd-ports mailing list