| Summary: | math/gmp: optionalize INFO | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Val Packett <val> | ||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | bofh | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(ale) |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259552 | ||||||
| Attachments: |
|
||||||
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(-) |
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.