Bug 259573 - math/gmp: optionalize INFO
Summary: math/gmp: optionalize INFO
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: Alex Dupre
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2021-10-31 11:02 UTC by Val Packett
Modified: 2023-10-18 21:17 UTC (History)
1 user (show)

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


Attachments
0001-math-gmp-optionalize-INFO.patch (1.81 KB, patch)
2021-10-31 11:02 UTC, Val Packett
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Val Packett 2021-10-31 11:02:54 UTC
Created attachment 229174 [details]
0001-math-gmp-optionalize-INFO.patch

makeinfo can be an annoying/unwanted build dependency. info pages aren't popular in the BSD world anyway. Let's make them optional.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-10-18 21:16:37 UTC
A commit in branch main references this bug:

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

commit 63e4896661f60bc4f3ece75a3240cee10e617545
Author:     Greg V <greg@unrelenting.technology>
AuthorDate: 2023-10-18 17:23:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-18 21:15:32 +0000

    math/gmp: Optionize INFO

    - Remove unnecessary CONFIGURE_ARGS are which are also default for
      HAS_CONFIGURE
    - Pet portclippy
    - No BUMP as there is no change in pkg

    PR:             259573
    Approved by:    ale (maintainer-timeout)

 math/gmp/Makefile | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)