Created attachment 266713 [details] update arcan-trayicon port to 0.7.1 update arcan-trayicon port to 0.7.1
PORTNAME= arcan DISTVERSION= 0.7.1 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/letoram/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ PKGNAMESUFFIX= -trayicon MAINTAINER= hoanga@gmail.com COMMENT= Generic wrapper for registering Arcan clients as tray icons WWW= https://arcan-fe.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC:H:H:H}/data/distr/LICENSE.BSD LIB_DEPENDS= libarcan_shmif_ext.so:multimedia/arcan USES= compiler:c11 meson pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} WRKSRC_SUBDIR= src/tools/${PKGNAMESUFFIX:S/-//} PLIST_FILES= bin/${PORTNAME}${PKGNAMESUFFIX} .include <bsd.port.mk>
Check my Makefile.
Fixed LIB_DEPENDS: PORTNAME= arcan DISTVERSION= 0.7.1 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/letoram/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ PKGNAMESUFFIX= -trayicon MAINTAINER= hoanga@gmail.com COMMENT= Generic wrapper for registering Arcan clients as tray icons WWW= https://arcan-fe.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC:H:H:H}/data/distr/LICENSE.BSD LIB_DEPENDS= libarcan_shmif.so:multimedia/arcan \ libarcan_tui.so:multimedia/arcan USES= compiler:c11 meson pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} WRKSRC_SUBDIR= src/tools/${PKGNAMESUFFIX:S/-//} PLIST_FILES= bin/${PORTNAME}${PKGNAMESUFFIX} .include <bsd.port.mk>
Friendly ping.
Created attachment 266997 [details] update arcan-trayicon port to 0.7.1 - Use PKGNAMESUFFIX - Fixed LIB_DEPENDS Thank you! (feedback and reminder)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9b193db4e8622e1b6ae6c9980210c6394be80a3 commit d9b193db4e8622e1b6ae6c9980210c6394be80a3 Author: Al Hoang <hoanga@gmail.com> AuthorDate: 2026-01-10 14:29:52 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-01-10 14:29:52 +0000 x11/arcan-trayicon: Update 0.7.0.1 => 0.7.1 Changelog: https://codeberg.org/letoram/arcan/src/tag/0.7.1/CHANGELOG.md - Upstream moved to Codeberg. - Use PKGNAMESUFFIX. - Fix LIB_DEPENDS. PR: 292083 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> x11/arcan-trayicon/Makefile | 17 +++++++++-------- x11/arcan-trayicon/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 11 deletions(-)
Thanks.