Bug 287734 - security/rnp: Improve port
Summary: security/rnp: Improve port
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Stefan Eßer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-23 00:03 UTC by Daniel Engberg
Modified: 2025-06-23 08:07 UTC (History)
0 users

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


Attachments
Patch for rnp (2.98 KB, patch)
2025-06-23 00:03 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 2025-06-23 00:03:13 UTC
Created attachment 261497 [details]
Patch for rnp

* Use upstream release archive
* Enable "make test"
* Add USES= pathfix
* Disable detection of git
* Make asciidoctor optional (manpages)

Compile and runtime tested (via make test) on FreeBSD 14.3-RELEASE (amd64) (make, make check-plist, make test) - 3 tests fails

Poudriere testport OK 13.5-RELEASE (amd64)
Poudriere testport OK 13.5-RELEASE (i386)
Poudriere testport OK 14.3-RELEASE (amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-06-23 08:07:22 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3dbde4ec7504f52002a47daf676b82893bd84c8c

commit 3dbde4ec7504f52002a47daf676b82893bd84c8c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-23 08:04:08 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2025-06-23 08:06:03 +0000

    security/rnp: improve Makefile

    * Use upstream release archive
    * Enable "make test"
    * Add USES= pathfix
    * Disable detection of git
    * Make asciidoctor optional (manpages)

    PR:             287734
    Reported by:    diizzy

 security/rnp/Makefile  | 39 ++++++++++++++++++++++++---------------
 security/rnp/distinfo  |  8 +++-----
 security/rnp/pkg-plist |  6 +++---
 3 files changed, 30 insertions(+), 23 deletions(-)