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
F151643971: D13008.id34956.diff
Thu, Apr 9, 5:56 PM
Unknown Object (File)
Mon, Apr 6, 4:10 AM
Unknown Object (File)
Sun, Apr 5, 3:19 AM
Unknown Object (File)
Sat, Apr 4, 9:58 AM
Unknown Object (File)
Sat, Apr 4, 3:52 AM
Unknown Object (File)
Fri, Apr 3, 6:57 AM
Unknown Object (File)
Sun, Mar 29, 11:18 AM
Unknown Object (File)
Fri, Mar 27, 10:55 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.