Since this is an X11 application, I suggest enabling the GUI bits by
default. This change brings in a dependency on Python, but so do an
awful lot of other packages on a desktop or notebook (e.g., GTK).
Details
Details
- Reviewers
feld
Diff Detail
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 5403 Build 5604: arc lint + arc unit
Event Timeline
Comment Actions
I have a patch waiting for my acceptance to upgrade this to a newer release. If we enable GUI, we break the package building.
Newer Redshift requires Python 3, and Python 3 is not the default Python version in the ports tree. As a result, many Python modules are not installable from the official FreeBSD repo because they were built against Python 2, which causes the package build to fail.
Comment Actions
Thanks for responding... sounds like a tough problem until we make the leap to Python 3.