From owner-svn-ports-all@freebsd.org Thu Jun 8 10:31:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D71FBFB4F3; Thu, 8 Jun 2017 10:31:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E1FB7C5CA; Thu, 8 Jun 2017 10:31:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v58AVJru022170; Thu, 8 Jun 2017 10:31:19 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v58AVJ55022169; Thu, 8 Jun 2017 10:31:19 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201706081031.v58AVJ55022169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 8 Jun 2017 10:31:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442912 - head/mail/cclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2017 10:31:20 -0000 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