svn commit: r442912 - head/mail/cclient

Mathieu Arnold mat at FreeBSD.org
Thu Jun 8 10:31:20 UTC 2017


Author: mat
Date: Thu Jun  8 10:31:19 2017
New Revision: 442912
URL: https://svnweb.freebsd.org/changeset/ports/442912

Log:
  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

Modified:
  head/mail/cclient/Makefile   (contents, props changed)

Modified: head/mail/cclient/Makefile
==============================================================================
--- head/mail/cclient/Makefile	Thu Jun  8 10:31:15 2017	(r442911)
+++ head/mail/cclient/Makefile	Thu Jun  8 10:31:19 2017	(r442912)
@@ -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


More information about the svn-ports-head mailing list