svn commit: r497684 - branches/2019Q2/mail/spamd

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 08:45:35 UTC 2019


Author: antoine
Date: Wed Apr  3 08:45:34 2019
New Revision: 497684
URL: https://svnweb.freebsd.org/changeset/ports/497684

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

Modified:
  branches/2019Q2/mail/spamd/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/mail/spamd/Makefile
==============================================================================
--- branches/2019Q2/mail/spamd/Makefile	Wed Apr  3 08:44:44 2019	(r497683)
+++ branches/2019Q2/mail/spamd/Makefile	Wed Apr  3 08:45:34 2019	(r497684)
@@ -56,6 +56,13 @@ OPTIONS_DEFINE=	DOCS
 CFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}
 
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	error: variable has incomplete type 'HMAC_CTX' (aka 'struct hmac_ctx_st')
+BROKEN_FreeBSD_13=	error: variable has incomplete type 'HMAC_CTX' (aka 'struct hmac_ctx_st')
+.endif
+
 do-install:
 .if !defined(CPANEL)
 	${INSTALL_PROGRAM} ${WRKSRC}/spamd/spamd ${STAGEDIR}${PREFIX}/libexec
@@ -76,4 +83,4 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}/
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list