Bug 282108 - cad/repsnapper: update 2.5a4 → 2.5a5
Summary: cad/repsnapper: update 2.5a4 → 2.5a5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://github.com/timschmidt/repsnap...
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2024-10-15 13:55 UTC by Älven
Modified: 2024-11-18 01:02 UTC (History)
2 users (show)

See Also:
martin.dieringer: maintainer-feedback+


Attachments
[PATCH] cad/repsnapper: update 2.5a4 → 2.5a5 (2.91 KB, patch)
2024-10-15 13:55 UTC, Älven
alster: maintainer-approval? (martin.dieringer)
Details | Diff
new patch (2.58 KB, patch)
2024-11-16 09:24 UTC, martin.dieringer
martin.dieringer: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Älven 2024-10-15 13:55:41 UTC
Created attachment 254261 [details]
[PATCH] cad/repsnapper: update 2.5a4 → 2.5a5
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2024-10-26 12:54:54 UTC
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.
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2024-11-15 13:25:43 UTC
No feedback from submitter, returning to pool.
Comment 3 martin.dieringer 2024-11-16 09:24:08 UTC
Created attachment 255212 [details]
new patch

to fix stage-qa
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2024-11-16 11:50:20 UTC
Thank you for looking into this.
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-11-18 00:59:13 UTC
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(-)
Comment 6 Robert Clausecker freebsd_committer freebsd_triage 2024-11-18 01:02:28 UTC
Thank you for your contribution.