FreeBSD Bugzilla – Attachment 201690 Details for
Bug 232169
security/ipsec-tools: Fails to build with OpenSSL 1.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ipsec-tools patch
ipsec-tools.patch (text/plain), 1.12 KB, created by
Michael Grimm
on 2019-02-03 18:34:44 UTC
(
hide
)
Description:
ipsec-tools patch
Filename:
MIME Type:
Creator:
Michael Grimm
Created:
2019-02-03 18:34:44 UTC
Size:
1.12 KB
patch
obsolete
>--- Makefile.orig 2019-01-31 18:59:50.000000000 +0100 >+++ Makefile 2018-11-26 18:59:50.897089000 +0100 >@@ -85,7 +85,7 @@ > > # Need to be patched for openssl-1.1.1 (default after 1200080) > .if ${OPSYS} == FreeBSD >-. if ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base >+. if ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} != openssl > BUILD_DEPENDS+= automake>=0:devel/automake > . endif > .endif >@@ -95,7 +95,7 @@ > > # Need to be patched for openssl-1.1.1 (default after 1200080) > .if ${OPSYS} == FreeBSD >-. if ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base >+. if ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} != openssl > post-configure: > @${REINPLACE_CMD} -e "s/automake-1.14/automake-1.16/g" ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile \ > ${WRKSRC}/*/*/Makefile >@@ -121,7 +121,7 @@ > ${INSTALL_DATA} ${WRKSRC}/src/racoon/doc/* ${STAGEDIR}/${DOCSDIR} > > .if ${OPSYS} == FreeBSD >-. if ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base >+. if ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} != openssl > EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aclocal.m4 > EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ipsec-tools > PLIST_FILES+= include/racoon/openssl_compat.h
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 232169
:
198726
| 201690 |
210400
|
210401
|
222988