FreeBSD Bugzilla – Attachment 199458 Details for
Bug 230698
databases/mongodb34: Fails to build with OpenSSL 1.1.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix: depend on and use security/openssl
mongodb34-ports-ssl.diff (text/plain), 587 bytes, created by
Ronald Klop
on 2018-11-22 21:13:45 UTC
(
hide
)
Description:
fix: depend on and use security/openssl
Filename:
MIME Type:
Creator:
Ronald Klop
Created:
2018-11-22 21:13:45 UTC
Size:
587 bytes
patch
obsolete
>diff -ruN /usr/ports/databases/mongodb34/Makefile mongodb34-ports-ssl/Makefile >--- /usr/ports/databases/mongodb34/Makefile 2018-11-10 11:09:48.000000000 +0100 >+++ mongodb34-ports-ssl/Makefile 2018-11-22 20:41:33.241329000 +0100 >@@ -54,8 +54,10 @@ > SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 > SASL_MAKE_ARGS= --use-sasl-client > >-SSL_USES= ssl >+SSL_BUILD_DEPENDS= ${LOCALBASE}/lib/libcrypto.so:security/openssl >+SSL_RUN_DEPENDS= ${LOCALBASE}/lib/libcrypto.so:security/openssl > SSL_MAKE_ARGS= --ssl >+SSL_MAKE_ENV= OPENSSL_ROOT_DIR=${LOCALBASE} > > .include <bsd.port.options.mk> >
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 230698
:
199330
|
199456
|
199458
|
199541