Bug 248841 - security/gnutls: Add MAN3 option
Summary: security/gnutls: Add MAN3 option
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: Tijl Coosemans
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-22 22:42 UTC by Adam Weinberger
Modified: 2020-08-23 12:14 UTC (History)
0 users

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


Attachments
MAN3 (108.39 KB, patch)
2020-08-23 02:09 UTC, Adam Weinberger
tijl: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Weinberger freebsd_committer freebsd_triage 2020-08-22 22:42:40 UTC
Hi Tijl,

Like the openssl and libressl ports, gnutls installs over 1,000 man3 pages, which most end-users have no need for. They comprise the bulk of the install.

The attached patch puts them behind a MAN3 option (that defaults to on), consistent with the {open,libre}ssl ports.
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2020-08-23 02:09:37 UTC
Created attachment 217449 [details]
MAN3

I suppose it'd be easier to review the patch if I actually attached it.
Comment 2 Tijl Coosemans freebsd_committer freebsd_triage 2020-08-23 07:32:33 UTC
Comment on attachment 217449 [details]
MAN3

Approved.
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-08-23 12:09:00 UTC
A commit references this bug:

Author: adamw
Date: Sun Aug 23 12:08:58 UTC 2020
New revision: 545820
URL: https://svnweb.freebsd.org/changeset/ports/545820

Log:
  security/gnutls: Add MAN3 option

  There are over 1,000 man3 pages. This adds a MAN3 option to
  control their installation, similar to the openssl and libressl
  ports.

  PR:		248841
  Approved by:	maintainer (tijl)

Changes:
  head/security/gnutls/Makefile
  head/security/gnutls/pkg-plist
Comment 4 Adam Weinberger freebsd_committer freebsd_triage 2020-08-23 12:14:18 UTC
Thanks!