Summary: | net/liferea: Re-enable headless build | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | v1ne2go | ||||
Component: | Individual Port(s) | Assignee: | Christoph Moench-Tegeder <cmt> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | cmt, kwm | ||||
Priority: | --- | Flags: | tobik:
maintainer-feedback?
(kwm) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243677 https://github.com/lwindolf/liferea/issues/767 |
||||||
Attachments: |
|
Description
v1ne2go
2020-01-28 20:38:46 UTC
Seems like a potentially better solution than bug #243677 ;-) A commit references this bug: Author: cmt Date: Wed Jan 29 21:53:16 UTC 2020 New revision: 524609 URL: https://svnweb.freebsd.org/changeset/ports/524609 Log: net/liferea: unbreak build liferea tries to initialize it's graphics backend even when being run for gobject introspection only - and that causes webkit to crash or hang when there is no X server or similar available (e.g. during package build in poudriere). This environment variable makes webkit survive the package build. PR: 243680 Submitted by: v1ne2go Approved by: portmgr blanket (trivial and tested build fix) Changes: head/net/liferea/Makefile If only I had known that there was such an simple solution... committed as ports r524609 - thank you very much. Do you plan to MFH to 2020Q1? |