Bug 276825

Summary: devel/schilybase: do not install printf(3)
Product: Ports & Packages Reporter: Gleb Smirnoff <glebius>
Component: Individual Port(s)Assignee: Robert Clausecker <fuz>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (fuz)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gleb Smirnoff freebsd_committer freebsd_triage 2024-02-04 21:06:23 UTC
This is the most annoying file installed by a port :) Thanks!
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2024-02-06 01:47:06 UTC
I have developed a patch to address this request and will commit it with my next batch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-02-10 13:48:50 UTC
A commit in branch main references this bug:

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

commit b9712507198c2023777e3a529a3caedefdc5f64e
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-02-04 21:38:10 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-02-10 13:41:52 +0000

    devel/schilybase: do not install man pages, remove libstreamar

     - man pages collide with base man pages and aren't very useful to the
       general user.  Move them to a non-default MANPAGES option.
     - remove libstreamar in preparation of moving it to archivers/star as
       it's used only there and its sole man page is kind of useful.

    PR:             276825
    Reported by:    glebius

 devel/schilybase/Makefile        |   7 +-
 devel/schilybase/Makefile.master |   1 +
 devel/schilybase/pkg-plist       | 185 +++++++++++++++++++--------------------
 3 files changed, 95 insertions(+), 98 deletions(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2024-02-10 13:50:51 UTC
Thank you for the suggestion.