diff options
author | mat <mat@FreeBSD.org> | 2017-06-08 18:31:19 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-06-08 18:31:19 +0800 |
commit | ba5c5c7c050cc749e689eeaaaae99291ecb55421 (patch) | |
tree | fb894b5eb83ef3fa9096a935b256728934ba7b58 /mail | |
parent | dae67494a9c666b6ad9b6bf4ac6455e45c48a4c4 (diff) | |
download | freebsd-ports-gnome-ba5c5c7c050cc749e689eeaaaae99291ecb55421.tar.gz freebsd-ports-gnome-ba5c5c7c050cc749e689eeaaaae99291ecb55421.tar.zst freebsd-ports-gnome-ba5c5c7c050cc749e689eeaaaae99291ecb55421.zip |
Mark BROKEN with openssl-devel.
osdep.c:507:49: error: incomplete definition of type 'struct x509_st'
if (scq) return (*scq) (err,host,cert ? cert->name : "???") ? NIL : "";
~~~~^
Sponsored by: Absolight
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cclient/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index 2a2fe763781f..625cc362e5f4 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -26,6 +26,8 @@ OPTIONS_DEFAULT= SSL SSL_AND_PLAINTEXT_DESC= Allow plain text passwords and SSL MBX_DEFAULT_DESC= Use MBX as default mailbox format +BROKEN_SSL= openssl-devel + ALL_TARGET= bsf MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes |