Bug 267612 - games/wmqstat: fix build with -fno-common
Summary: games/wmqstat: fix build with -fno-common
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: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-07 09:03 UTC by Robert Clausecker
Modified: 2022-11-09 13:12 UTC (History)
1 user (show)

See Also:
fernape: merge-quarterly+


Attachments
games/wmqstat: fix build with -fno-common (3.05 KB, patch)
2022-11-07 09:03 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-11-07 09:03:58 UTC
Created attachment 237914 [details]
games/wmqstat: fix build with -fno-common

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Please MFH if possible.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-11-09 13:12:40 UTC
A commit in branch main references this bug:

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

commit 4696df195a908e0dc0dd5fbb6edbfc71c5ef2311
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-11-07 18:56:57 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-09 13:07:44 +0000

    games/wmqstat: fix build with -fno-common

    PR:             267612
    Reported by:    fuz@fuz.su (maintainer)
    MFH:            2022Q4 (build fix)

 games/wmqstat/Makefile                                |  9 +--------
 games/wmqstat/files/patch-wmgeneral_list.h (new)      | 11 +++++++++++
 games/wmqstat/files/patch-wmgeneral_wmgeneral.c (new) | 10 ++++++++++
 games/wmqstat/files/patch-wmgeneral_wmgeneral.h (new) | 11 +++++++++++
 4 files changed, 33 insertions(+), 8 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-11-09 13:12:41 UTC
A commit in branch 2022Q4 references this bug:

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

commit 9340ed121d3d80544436e7b096718c595484fac1
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-11-07 18:56:57 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-09 13:08:46 +0000

    games/wmqstat: fix build with -fno-common

    PR:             267612
    Reported by:    fuz@fuz.su (maintainer)
    MFH:            2022Q4 (build fix)

    (cherry picked from commit 4696df195a908e0dc0dd5fbb6edbfc71c5ef2311)

 games/wmqstat/Makefile                                |  9 +--------
 games/wmqstat/files/patch-wmgeneral_list.h (new)      | 11 +++++++++++
 games/wmqstat/files/patch-wmgeneral_wmgeneral.c (new) | 10 ++++++++++
 games/wmqstat/files/patch-wmgeneral_wmgeneral.h (new) | 11 +++++++++++
 4 files changed, 33 insertions(+), 8 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-11-09 13:12:54 UTC
Committed and merged to 2022Q4,

Thanks!