svn commit: r497934 - branches/2019Q2/devel/libdombey

Antoine Brodin antoine at FreeBSD.org
Fri Apr 5 06:05:20 UTC 2019


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>


More information about the svn-ports-all mailing list