Bug 272237 - emulators/rtc: deprecate and return to pool
Summary: emulators/rtc: deprecate and return to pool
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: 2023-06-26 23:39 UTC by Jamie Landeg-Jones
Modified: 2023-06-29 11:35 UTC (History)
1 user (show)

See Also:


Attachments
git patch to update port (1.50 KB, patch)
2023-06-26 23:39 UTC, Jamie Landeg-Jones
fernape: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jamie Landeg-Jones 2023-06-26 23:39:24 UTC
Created attachment 243024 [details]
git patch to update port

Fix the compilation warnings with the latest CLANG, and return port to the pool, and mark is as deprecated, as it doesn't actually work on currently supported systems, and no-one has stepped up to fix it.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-28 10:00:38 UTC
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]


Thanks!
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-29 11:35:01 UTC
Committed,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-06-29 11:35:43 UTC
A commit in branch main references this bug:

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

commit 5b60ec37e75d77fe8b2ecc786c27fbdce8f6f571
Author:     Jamie Landeg-Jones <jamie@catflap.org>
AuthorDate: 2023-06-28 10:01:13 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-06-29 11:35:20 +0000

    emulators/rtc: deprecate and return to pool

    Doesn't work in modern FreeBSD versions.

    PR:             272237
    Reported by:    jamie@catflap.org (maintainer)

 emulators/rtc/Makefile    | 6 +++++-
 emulators/rtc/files/rtc.c | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)