Created attachment 254261 [details] [PATCH] cad/repsnapper: update 2.5a4 → 2.5a5
A test build yields the following issues during stage-qa: ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/repsnapper is linked to /usr/local/lib/libgtkglext-x11-1.0.so.0 from x11-toolkits/gtkglext but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgtkglext-x11-1.0.so:x11-toolkits/gtkglext Error: /usr/local/bin/repsnapper is linked to /usr/local/lib/libgdkglext-x11-1.0.so.0 from x11-toolkits/gtkglext but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgdkglext-x11-1.0.so:x11-toolkits/gtkglext Error: /usr/local/bin/repsnapper is linked to /usr/local/lib/libGLU.so.1 from graphics/libGLU but it is not declared as a dependency Warning: you need USE_GL+=glu Error: /usr/local/bin/repsnapper is linked to /usr/local/lib/libpangox-1.0.so.0 from x11-toolkits/pangox-compat but it is not declared as a dependency Warning: you need USE_GNOME+=pangox-compat Error: /usr/local/bin/repsnapper is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Please check and resubmit.
No feedback from submitter, returning to pool.
Created attachment 255212 [details] new patch to fix stage-qa
Thank you for looking into this.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=05e55fed2dc717db1a69b18b377f557cc4f289af commit 05e55fed2dc717db1a69b18b377f557cc4f289af Author: Martin Dieringer <martin.dieringer@gmx.de> AuthorDate: 2024-11-16 11:49:27 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-11-18 00:57:54 +0000 cad/repsnapper: update to 2.5a5 - add missing dependencies Changelog: https://github.com/timschmidt/repsnapper/tags/2.5a5 Reported by: Älven <alster@vinterdalen.se> PR: 282108 cad/repsnapper/Makefile | 21 +++++++++++++-------- cad/repsnapper/distinfo | 6 +++--- cad/repsnapper/pkg-plist | 8 ++++---- 3 files changed, 20 insertions(+), 15 deletions(-)
Thank you for your contribution.