Bug 281075 - sysutils/coreutils: Fix GMP option
Summary: sysutils/coreutils: Fix GMP 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: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-26 04:51 UTC by Daniel Engberg
Modified: 2024-09-15 11:20 UTC (History)
2 users (show)

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


Attachments
Patch for coreutils (595 bytes, patch)
2024-08-26 04:51 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-08-26 04:51:53 UTC
Created attachment 253099 [details]
Patch for coreutils

The toggle is libgmp not gmp

Also, shouldn't libgmp be enabled by default?
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-11 22:43:35 UTC
maintainer timeout > 14 days.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-09-15 11:19:31 UTC
A commit in branch main references this bug:

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

commit ad05a2f3d0805a88394a5c637fe4577048a737ee
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-15 11:15:09 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-15 11:15:16 +0000

    sysutils/coreutils: Fix GMP option

    Toggle is libgmp not gmp, while at adjust layout in Makefile

    PR:             281075
    Approved by:    portmgr (maintainer timeout, 2+ weeks)

 sysutils/coreutils/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)