Page MenuHomeFreeBSD

Force python:2 dependency for www/qt5-webkit.
ClosedPublic

Authored by tcberner on Nov 8 2017, 7:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 15, 11:24 PM
Unknown Object (File)
Mon, Apr 15, 10:02 PM
Unknown Object (File)
Mon, Apr 15, 6:07 PM
Unknown Object (File)
Mon, Apr 15, 5:19 PM
Unknown Object (File)
Wed, Apr 10, 11:19 AM
Unknown Object (File)
Fri, Mar 29, 7:38 AM
Unknown Object (File)
Thu, Mar 28, 12:23 PM
Unknown Object (File)
Mar 16 2024, 3:09 AM
Subscribers

Details

Reviewers
jrm
Group Reviewers
kde
Commits
rP454026: Force python2.7 in www/qt5-webkit
Summary

It's a known issue, that it won't build with pyton3.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Builds succeeds with DEFAULT_VERSIONS=python=3.6 python3=3.6 in make.conf.

This revision is now accepted and ready to land.Nov 8 2017, 11:57 PM
www/qt5-webkit/Makefile
23 ↗(On Diff #34956)

USES=python:2 means "I want the python2 symlink" not "I need python 2.x".

What you want to use is USES=python:2.7.

This revision now requires review to proceed.Nov 10 2017, 9:20 PM
This revision was automatically updated to reflect the committed changes.