Bug 265560 - lang/intercal: fix build on recent FreeBSD
Summary: lang/intercal: fix build on recent FreeBSD
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-08-01 22:09 UTC by Robert Clausecker
Modified: 2022-08-05 05:53 UTC (History)
1 user (show)

See Also:
fernape: merge-quarterly+


Attachments
lang/intercal: fix build on recent FreeBSD (1.03 KB, patch)
2022-08-01 22:09 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-08-01 22:09:32 UTC
Created attachment 235617 [details]
lang/intercal: fix build on recent FreeBSD

The macro CLOCK_PROCESS_CPUTIME_ID is guarded behind a POSIX
version check.  Bump the POSIX version we build against to
make it visible.

While we are at it, claim maintainership of this unmaintained
port.

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Please MFH if possible.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-05 05:45:33 UTC
A commit in branch main references this bug:

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

commit 31a3e7c76d559bec19816447d16865b4206acca9
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-08-04 06:15:01 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-08-05 05:41:03 +0000

    lang/intercal: fix build on recent FreeBSD

    Bump POSIX version.

    While here, submitter becomes maintainer.

    PR:     265560
    Reported by:    fuz@fuz.su (maintainer)
    MFH:    2022Q3 (build fix)

 lang/intercal/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-08-05 05:53:35 UTC
A commit in branch 2022Q3 references this bug:

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

commit c83abdc09c16d2f394582e6d8a1d6790f8e11035
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-08-04 06:15:01 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-08-05 05:50:19 +0000

    lang/intercal: fix build on recent FreeBSD

    Bump POSIX version.

    While here, submitter becomes maintainer.

    PR:     265560
    Reported by:    fuz@fuz.su (maintainer)
    MFH:    2022Q3 (build fix)

    (cherry picked from commit 31a3e7c76d559bec19816447d16865b4206acca9)

 lang/intercal/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-08-05 05:53:42 UTC
Committed and merged to 2022Q3.

Thanks!