Bug 255841

Summary: dns/dnsdist: drop support for i386 (upstream no longer supports systems with 32-bits time_t)
Product: Ports & Packages Reporter: Ralf van der Enden <tremere>
Component: Individual Port(s)Assignee: Jason Helfman <jgh>
Status: Closed FIXED    
Severity: Affects Only Me CC: jgh
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
add NOT_FOR_ARCHS=i386 (+reason)
tremere: maintainer-approval+
add NOT_FOR_ARCHS=i386 (+reason) + fix configure args + deps tremere: maintainer-approval+

Description Ralf van der Enden 2021-05-13 14:21:35 UTC
Created attachment 224901 [details]
add NOT_FOR_ARCHS=i386 (+reason)

From the announcement email:
[..]

"We would also like to take this opportunity to announce that we will stop supporting systems using 32-bit time. This includes 32-bit Linux platforms like arm and i386 before kernel version 5.1."

[..]
Comment 1 Ralf van der Enden 2021-05-17 09:33:24 UTC
Created attachment 225018 [details]
add NOT_FOR_ARCHS=i386 (+reason) + fix configure args + deps
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-05-22 07:48:48 UTC
A commit in branch main references this bug:

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

commit c5be0226f0e2e5fb9a48ba40086a898d84d28ca9
Author:     Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2021-05-22 07:41:14 +0000
Commit:     Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2021-05-22 07:47:20 +0000

    dns/dnsdist: drop i386 support, adjust configure arguments and deps

    PR:             255841
    Reported by:    maintainer (tremere@cainites.net)

 dns/dnsdist/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2021-05-22 07:51:18 UTC
Committed! Thank for the report.