| Summary: | graphics/ftgl: update to 2.4.0 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | Keywords: | patch, patch-ready | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(amdmi3) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| URL: | https://github.com/frankheckenbach/ftgl/compare/03663110fdec...v2.4.0 | ||||||
| Attachments: |
|
||||||
|
Description
Jan Beich
2020-07-26 07:49:50 UTC
> - Add missing X11 dependencies
libICE and libSM (added by AC_PATH_XTRA) aren't referenced in the code but I've only checked with -Wl,--as-needed which maybe nop due to argument order.
A commit references this bug: Author: amdmi3 Date: Fri Jul 31 14:14:20 UTC 2020 New revision: 543867 URL: https://svnweb.freebsd.org/changeset/ports/543867 Log: - Update to 2.4.0 PR: 248272 Submitted by: jbeich Changes: head/graphics/ftgl/Makefile head/graphics/ftgl/distinfo head/graphics/ftgl/files/patch-configure head/graphics/ftgl/files/patch-m4_font.m4 head/graphics/ftgl/pkg-descr head/graphics/ftgl/pkg-plist Committed, thanks! For the record, - tried to switch to CMake build, but it fails https://github.com/frankheckenbach/ftgl/issues/11, haven't investigated further. - this new upstream is going to become inactive too https://github.com/frankheckenbach/ftgl/issues/10 |