svn commit: r497833 - branches/2019Q2/japanese/mutt-devel

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 14:10:07 UTC 2019


Author: antoine
Date: Thu Apr  4 14:10:06 2019
New Revision: 497833
URL: https://svnweb.freebsd.org/changeset/ports/497833

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

Modified:
  branches/2019Q2/japanese/mutt-devel/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/japanese/mutt-devel/Makefile
==============================================================================
--- branches/2019Q2/japanese/mutt-devel/Makefile	Thu Apr  4 14:09:42 2019	(r497832)
+++ branches/2019Q2/japanese/mutt-devel/Makefile	Thu Apr  4 14:10:06 2019	(r497833)
@@ -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