svn commit: r497832 - head/japanese/mutt-devel

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 14:09:43 UTC 2019


Author: antoine
Date: Thu Apr  4 14:09:42 2019
New Revision: 497832
URL: https://svnweb.freebsd.org/changeset/ports/497832

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

Modified:
  head/japanese/mutt-devel/Makefile

Modified: head/japanese/mutt-devel/Makefile
==============================================================================
--- head/japanese/mutt-devel/Makefile	Thu Apr  4 14:04:42 2019	(r497831)
+++ head/japanese/mutt-devel/Makefile	Thu Apr  4 14:09:42 2019	(r497832)
@@ -128,6 +128,11 @@ CONFIGURE_ARGS+=	--disable-hcache
 CONFIGURE_ARGS+=	--without-qdbm
 .endif
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st')
+BROKEN_FreeBSD_13=	variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st')
+.endif
+
 post-patch:
 .if defined(CONFIGURE_SED)
 	@${REINPLACE_CMD} -E ${CONFIGURE_SED} \


More information about the svn-ports-all mailing list