svn commit: r497933 - head/devel/libdombey

Antoine Brodin antoine at FreeBSD.org
Fri Apr 5 06:04:49 UTC 2019


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>


More information about the svn-ports-all mailing list