diff options
author | antoine <antoine@FreeBSD.org> | 2019-04-03 16:44:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-04-03 16:44:44 +0800 |
commit | 0a6fb08d297fb10b2c2f5b99207d703556428bff (patch) | |
tree | 5fa56e98be43daaeab4e13d688eec2dbf9760e30 /mail | |
parent | 695bd0950884853220e3c2d441f9e4d4a85c03b1 (diff) | |
download | freebsd-ports-gnome-0a6fb08d297fb10b2c2f5b99207d703556428bff.tar.gz freebsd-ports-gnome-0a6fb08d297fb10b2c2f5b99207d703556428bff.tar.zst freebsd-ports-gnome-0a6fb08d297fb10b2c2f5b99207d703556428bff.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamd/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/spamd/Makefile b/mail/spamd/Makefile index ce68cc7d9be6..6d1a1da9c181 100644 --- a/mail/spamd/Makefile +++ b/mail/spamd/Makefile @@ -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> |