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)
Sun, Aug 31, 5:50 AM
Unknown Object (File)
Sat, Aug 23, 11:31 PM
Unknown Object (File)
Aug 11 2025, 11:21 PM
Unknown Object (File)
Aug 11 2025, 4:28 AM
Unknown Object (File)
Aug 10 2025, 9:09 PM
Unknown Object (File)
Jul 28 2025, 2:05 PM
Unknown Object (File)
Jul 25 2025, 2:07 PM
Unknown Object (File)
Jul 23 2025, 12:32 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.