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
F80141845: D13008.diff
Thu, Mar 28, 12:23 PM
Unknown Object (File)
Sat, Mar 16, 3:09 AM
Unknown Object (File)
Sat, Mar 16, 3:07 AM
Unknown Object (File)
Sat, Mar 16, 3:07 AM
Unknown Object (File)
Tue, Mar 12, 7:15 AM
Unknown Object (File)
Tue, Mar 12, 7:02 AM
Unknown Object (File)
Dec 27 2023, 9:07 AM
Unknown Object (File)
Dec 22 2023, 10:41 PM
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.