Created attachment 254235 [details] Patch for gitqlient * Use upstream release archive as recommended by Porters Handbook and simplifies port * Fix usage of USE_GL helper * Add missing dependency USE_QT= network * Remove usage of git during build * Define version and sha checksum for build Poudriere testport OK 14.1-RELEASE (amd64)
Friendly ping
Go ahead, @diizzy . I guess I just hadn't spotted that there even were release tarballs.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=352476893ff7eb64bdf145c60a3561ab5fc392e3 commit 352476893ff7eb64bdf145c60a3561ab5fc392e3 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-10-22 20:14:59 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-22 20:16:17 +0000 devel/gitqlient: Improve port * Use upstream release archive as recommended by Porters Handbook and simplifies port * Fix usage of USE_GL helper * Add missing dependency USE_QT= network * Remove usage of git during build * Define version and sha checksum for build PR: 282093 Reviewed by: adridg (maintainer) devel/gitqlient/Makefile | 32 +++++++++------------- devel/gitqlient/distinfo | 14 +++------- devel/gitqlient/files/patch-GitQlient.pro (new) | 36 +++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 31 deletions(-)
Thanks!