Bug 276825 - devel/schilybase: do not install printf(3)
Summary: devel/schilybase: do not install printf(3)
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: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-04 21:06 UTC by Gleb Smirnoff
Modified: 2024-02-10 13:50 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.