Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2017 10:31:19 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442912 - head/mail/cclient
Message-ID:  <201706081031.v58AVJ55022169@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706081031.v58AVJ55022169>