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)
Sat, Jul 5, 4:29 AM
Unknown Object (File)
Wed, Jun 25, 10:07 AM
Unknown Object (File)
Sat, Jun 21, 9:24 PM
Unknown Object (File)
Sun, Jun 8, 10:15 PM
Unknown Object (File)
May 31 2025, 3:27 AM
Unknown Object (File)
May 28 2025, 3:22 PM
Unknown Object (File)
May 7 2025, 12:30 PM
Unknown Object (File)
Apr 24 2025, 10:23 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.