Bug 290602 - security/libsecret: Add DOCS and NLS options
Summary: security/libsecret: Add DOCS and NLS options
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-27 20:26 UTC by Po-Chuan Hsieh
Modified: 2025-11-18 01:56 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2025-10-27 20:26:59 UTC
Patch is available at https://people.FreeBSD.org/~sunpoet/patch/security-libsecret.txt

The proposed commit log is as follows:
security/libsecret: Add DOCS and NLS options

- Mark PIE_UNSAFE
- Fix PLIST: add missing %%DOCSDIR%%-1/func.attributes_validate.html
- Bump PORTREVISION for package change
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-11-11 07:21:20 UTC
A commit in branch main references this bug:

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

commit a5cba69a0f223044d64491c5d14aef59477a9540
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-11 07:13:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-11 07:17:11 +0000

    security/libsecret: Add DOCS and NLS options

    - Mark PIE_UNSAFE
    - Fix PLIST: add missing %%DOCSDIR%%-1/func.attributes_validate.html
    - Bump PORTREVISION for package change

    PR:             290602
    Approved by:    maintainer (timeout, 14 days)

 security/libsecret/Makefile                        |  17 +-
 .../libsecret/files/extra-patch-meson.build (new)  |  10 +
 security/libsecret/pkg-plist                       | 761 +++++++++++----------
 3 files changed, 402 insertions(+), 386 deletions(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2025-11-11 08:33:57 UTC
Committed. Thanks.