FreeBSD Bugzilla – Attachment 210407 Details for
Bug 243048
net-mgmt/net-snmp: fix conditional for OpenSSL 1.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
only match openssl itself or proper FreeBSD
net-snmp-conditional.diff (text/plain), 919 bytes, created by
Franco Fichtner
on 2020-01-03 08:47:50 UTC
(
hide
)
Description:
only match openssl itself or proper FreeBSD
Filename:
MIME Type:
Creator:
Franco Fichtner
Created:
2020-01-03 08:47:50 UTC
Size:
919 bytes
patch
obsolete
>diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile >index 284d1b5fbd..7b2a4d3525 100644 >--- a/net-mgmt/net-snmp/Makefile >+++ b/net-mgmt/net-snmp/Makefile >@@ -74,7 +74,7 @@ TLS_CONFIGURE_ON= --with-security-modules=tsm --with-transports=TLSTCP,DTLSUDP > > .include <bsd.port.options.mk> > >-.if (${OSVERSION} >= 1200085 || ${SSL_DEFAULT:Mopenssl*}) >+.if (${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085) || ${SSL_DEFAULT:Mopenssl} > EXTRA_PATCHES= ${PATCHDIR}/extra-patch-openssl11 > .endif > >@@ -249,7 +249,7 @@ post-patch: > ${WRKSRC}/agent/mibgroup/host/hr_system.c > @${REINPLACE_CMD} -E -e 's|return pci_lookup_name|disabled broken|g' \ > ${WRKSRC}/configure >-.if (${OSVERSION} >= 1200085 || ${SSL_DEFAULT:Mopenssl*}) >+.if (${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085) || ${SSL_DEFAULT:Mopenssl} > @${REINPLACE_CMD} -E -e 's|SSL_library_init|OPENSSL_init_ssl|g' \ > ${WRKSRC}/configure > .endif
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
Actions:
View
|
Diff
Attachments on
bug 243048
: 210407