Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 06:05:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r497934 - branches/2019Q2/devel/libdombey
Message-ID:  <201904050605.x3565J5X039085@repo.freebsd.org>

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

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

Modified:
  branches/2019Q2/devel/libdombey/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/libdombey/Makefile
==============================================================================
--- branches/2019Q2/devel/libdombey/Makefile	Fri Apr  5 06:04:48 2019	(r497933)
+++ branches/2019Q2/devel/libdombey/Makefile	Fri Apr  5 06:05:19 2019	(r497934)
@@ -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?201904050605.x3565J5X039085>