Bug 282500 - textproc/libjcat: Improve port
Summary: textproc/libjcat: Improve port
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: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-02 18:48 UTC by Daniel Engberg
Modified: 2024-11-03 14:26 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (decke)


Attachments
Patch for libjcat (2.93 KB, patch)
2024-11-02 18:48 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-11-02 18:48:13 UTC
Created attachment 254884 [details]
Patch for libjcat

* Use release archive as recommended by Porters Handbook
* Use gnome helper
* Remove incorrect dependencies
* Add USES= gettext-runtime (used by cli util)
* Disable gtkdoc and don't install tests

Poudriere testport OK 14.1-RELEASE (amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-11-03 14:26:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=947d707e3d3bc493fc914abf431e5b81ad884453

commit 947d707e3d3bc493fc914abf431e5b81ad884453
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-11-03 14:24:22 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2024-11-03 14:24:22 +0000

    textproc/libjcat: Cleanup dependencies and some improvements

    PR:             282500

 textproc/libjcat/Makefile  | 17 ++++++++---------
 textproc/libjcat/distinfo  |  6 +++---
 textproc/libjcat/pkg-plist | 15 ---------------
 3 files changed, 11 insertions(+), 27 deletions(-)
Comment 2 Bernhard Froehlich freebsd_committer freebsd_triage 2024-11-03 14:26:11 UTC
Committed. Thanks!