Created attachment 238176 [details] cad/librnd: update to 3.2.2 A patch release. http://www.repo.hu/projects/librnd/releases/changelog-3.2.2.txt Tested with Poudriere on armv7 arm64 FreeBSD 13.1. Please MFH if possible.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8edd92b4039d5eee88c3d3e0084e646c313d2705 commit 8edd92b4039d5eee88c3d3e0084e646c313d2705 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-11-21 06:43:21 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-11-22 06:32:49 +0000 cad/librnd: update to 3.2.2 ChangeLog: http://www.repo.hu/projects/librnd/releases/changelog-3.2.2.txt * Add: comment on BSD make in INSTALL * Fix: use compatibility color component conversion for determining crosshair color because component type and scaling differs between gtk2 and gtk4 * Add: compatibility macro for converting color component to 0..1 * Change: enable gtk4 plugin by default (but still prefer gtk2 if both gtk4 and gtk2 are available) * Add: compatibility macro for converting color component to 0..1 * Add: extdep on libgd * Fix: missing gtk4_gl from the help text * Fix: sensible default size for the export dialog * Fix: when real xor is not available (e.g. on VAO), use 1-clr for all r;g;b so that the base color is "inverted" like when xor is available * Fix: detect inline before making decisions based on it PR: 267863 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q4 (bugfix release) cad/librnd/Makefile | 3 ++- cad/librnd/distinfo | 6 +++--- cad/librnd/pkg-plist | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-)
Committed and merged to 2022Q4, Thanks!
A commit in branch 2022Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b53c44e54d7085151f12db4bebd10028729798d8 commit b53c44e54d7085151f12db4bebd10028729798d8 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-11-21 06:43:21 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-11-22 06:34:09 +0000 cad/librnd: update to 3.2.2 ChangeLog: http://www.repo.hu/projects/librnd/releases/changelog-3.2.2.txt * Add: comment on BSD make in INSTALL * Fix: use compatibility color component conversion for determining crosshair color because component type and scaling differs between gtk2 and gtk4 * Add: compatibility macro for converting color component to 0..1 * Change: enable gtk4 plugin by default (but still prefer gtk2 if both gtk4 and gtk2 are available) * Add: compatibility macro for converting color component to 0..1 * Add: extdep on libgd * Fix: missing gtk4_gl from the help text * Fix: sensible default size for the export dialog * Fix: when real xor is not available (e.g. on VAO), use 1-clr for all r;g;b so that the base color is "inverted" like when xor is available * Fix: detect inline before making decisions based on it PR: 267863 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q4 (bugfix release) (cherry picked from commit 8edd92b4039d5eee88c3d3e0084e646c313d2705) cad/librnd/Makefile | 3 ++- cad/librnd/distinfo | 6 +++--- cad/librnd/pkg-plist | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-)