Bug 283323 - ports-mgmt/portlint: Drop support for USE_GCC=any
Summary: ports-mgmt/portlint: Drop support for USE_GCC=any
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-14 07:00 UTC by Gerald Pfeifer
Modified: 2024-12-27 16:47 UTC (History)
1 user (show)

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


Attachments
Proposed patch (540 bytes, patch)
2024-12-14 07:00 UTC, Gerald Pfeifer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gerald Pfeifer freebsd_committer freebsd_triage 2024-12-14 07:00:53 UTC
Created attachment 255850 [details]
Proposed patch

Support for USE_GCC=any has been removed from Mk/bsd.gcc.mk in
October 2021 (commit 3d1ff1fdae49). Remove it from portlint as well.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2024-12-27 16:47:30 UTC
Committed to 2.22.4.  Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-12-27 16:47:51 UTC
A commit in branch main references this bug:

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

commit b94980b88b1a94e062c0329b06e05713b185fc41
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2024-12-27 16:44:43 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2024-12-27 16:44:43 +0000

    ports-mgmt/portlint: Update to 2.22.4

    * Drop support for USE_GCC=any [1]
    * Attempt to eliminate duplicate "earlier" messages [2]

    PR:             283323 [1]
                    283046 [2]
    Submitted by:   gerald [1]

 ports-mgmt/portlint/Makefile        |  2 +-
 ports-mgmt/portlint/src/portlint.pl | 16 +++++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)