Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 06:04:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497933 - head/devel/libdombey
Message-ID:  <201904050604.x3564mX5038921@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Apr  5 06:04:48 2019
New Revision: 497933
URL: https://svnweb.freebsd.org/changeset/ports/497933

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/devel/libdombey/Makefile

Modified: head/devel/libdombey/Makefile
==============================================================================
--- head/devel/libdombey/Makefile	Fri Apr  5 06:01:24 2019	(r497932)
+++ head/devel/libdombey/Makefile	Fri Apr  5 06:04:48 2019	(r497933)
@@ -20,4 +20,11 @@ DESTDIRNAME=	STAGEDIR
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	tentative definition has type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') that is never completed
+BROKEN_FreeBSD_13=	tentative definition has type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') that is never completed
+.endif
+
+.include <bsd.port.post.mk>



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