FreeBSD Bugzilla – Attachment 200237 Details for
Bug 233964
www/ufdbguard: Fails to build with OpenSSL 1.1.1 on FreeBSD 12 (error: incomplete definition of type 'struct ssl_st')
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port patch
ufdbguard.patch (text/plain), 617 bytes, created by
Pavel Timofeev
on 2018-12-18 18:57:26 UTC
(
hide
)
Description:
port patch
Filename:
MIME Type:
Creator:
Pavel Timofeev
Created:
2018-12-18 18:57:26 UTC
Size:
617 bytes
patch
obsolete
>diff -ruN /root/ufdbguard.orig/Makefile ufdbguard/Makefile >--- /root/ufdbguard.orig/Makefile 2018-12-18 21:01:16.374639000 +0300 >+++ ufdbguard/Makefile 2018-12-18 21:46:25.639639000 +0300 >@@ -63,6 +63,12 @@ > > UNIXSOCKETS_DESC= Unix sockets support > >+.include <bsd.port.options.mk> >+ >+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base >+BROKEN= Does not build on FreeBSD 12 with OpenSSL 1.1. You may add DEFAULT_VERSIONS+=ssl=openssl to /etc/make.conf as a workaround >+.endif >+ > post-install: > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ufdbguardd \ > ${STAGEDIR}${PREFIX}/bin/ufdbgclient \
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:
timp87
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 233964
:
200062
|
200237
|
200274
|
200949