FreeBSD Bugzilla – Attachment 224902 Details for
Bug 255842
dns/powerdns-recursor: drop support for i386 (upstream no longer supports systems with 32-bits time_t)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add NOT_FOR_ARCHS=i386 (+reason)
powerdns-recursor-4.5.1.diff (text/plain), 1.06 KB, created by
Ralf van der Enden
on 2021-05-13 14:32:05 UTC
(
hide
)
Description:
add NOT_FOR_ARCHS=i386 (+reason)
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2021-05-13 14:32:05 UTC
Size:
1.06 KB
patch
obsolete
>diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile >index c756ef58ed..da5d6de1f5 100644 >--- a/dns/powerdns-recursor/Makefile >+++ b/dns/powerdns-recursor/Makefile >@@ -15,15 +15,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING > > BROKEN_armv6= fails to compile: use of overloaded operator << is ambiguous > BROKEN_armv7= fails to compile: use of overloaded operator << is ambiguous >-BROKEN_i386= crashes on startup (SIGSEGV) > BROKEN_FreeBSD_12_powerpc64= fails to compile: Assembler messages: unaligned opcodes detected in executable segment >+NOT_FOR_ARCHS= i386 >+NOT_FOR_ARCHS_REASON= archs with 32-bits time_t are no longer supported by upstream > > BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs > LIB_DEPENDS= libboost_context.so:devel/boost-libs \ > libprotobuf.so:devel/protobuf > >-USES= autoreconf compiler:c++11-lib cpe gmake libtool localbase:ldflags \ >- pkgconfig ssl tar:bzip2 >+USES= autoreconf compiler:c++11-lib cpe gmake libtool \ >+ localbase:ldflags pkgconfig ssl tar:bzip2 > > CPE_VENDOR= powerdns > USE_RC_SUBR= pdns-recursor
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tremere
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 255842
:
224902
|
225014
|
225019