svn commit: r497683 - head/mail/spamd
Antoine Brodin
antoine at FreeBSD.org
Wed Apr 3 08:44:45 UTC 2019
Author: antoine
Date: Wed Apr 3 08:44:44 2019
New Revision: 497683
URL: https://svnweb.freebsd.org/changeset/ports/497683
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/mail/spamd/Makefile
Modified: head/mail/spamd/Makefile
==============================================================================
--- head/mail/spamd/Makefile Wed Apr 3 08:41:04 2019 (r497682)
+++ head/mail/spamd/Makefile Wed Apr 3 08:44:44 2019 (r497683)
@@ -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-head
mailing list