Page MenuHomeFreeBSD

Build with GUI enabled by default.
AbandonedPublic

Authored by jonathan on Oct 3 2016, 12:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 1:06 AM
Unknown Object (File)
Nov 29 2023, 1:03 AM
Unknown Object (File)
Sep 5 2023, 12:48 AM
Unknown Object (File)
Aug 15 2023, 8:21 AM
Unknown Object (File)
Jul 10 2023, 4:26 AM
Unknown Object (File)
Jun 20 2023, 12:40 AM
Unknown Object (File)
Mar 23 2023, 4:06 PM
Unknown Object (File)
Mar 6 2023, 1:22 PM
Subscribers
None

Details

Reviewers
feld
Summary

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).

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 5403
Build 5604: arc lint + arc unit

Event Timeline

jonathan retitled this revision from to Build with GUI enabled by default..
jonathan updated this object.
jonathan added a reviewer: feld.

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.

Thanks for responding... sounds like a tough problem until we make the leap to Python 3.