diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 22:09:57 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 22:09:57 +0800 |
commit | f5f36ab6fa864d7e10776ceab07764d6de72bbb9 (patch) | |
tree | cc0946b1f8550b4b8a200091b5c2e8f0ddb15bc7 /mail | |
parent | b006909fb7f6c6d12c467ce92ffa4823d80ac510 (diff) | |
download | freebsd-ports-gnome-f5f36ab6fa864d7e10776ceab07764d6de72bbb9.tar.gz freebsd-ports-gnome-f5f36ab6fa864d7e10776ceab07764d6de72bbb9.tar.zst freebsd-ports-gnome-f5f36ab6fa864d7e10776ceab07764d6de72bbb9.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamdyke/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile index 92173a9dcfa1..834de81d3236 100644 --- a/mail/spamdyke/Makefile +++ b/mail/spamdyke/Makefile @@ -42,6 +42,13 @@ PORTDOCS= Changelog.txt FAQ.html GNUGPL.txt INSTALL.txt \ README_rdns_directory_format.html README_rdns_file_format.html \ UPGRADING.txt UPGRADING_version_3_to_version_4.txt +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= checking for library containing SSL_library_init... no +BROKEN_FreeBSD_13= checking for library containing SSL_library_init... no +.endif + post-patch: @${REINPLACE_CMD} -e 's#^CFLAGS :=.*#CFLAGS = ${CFLAGS}#' ${WRKSRC}/Makefile.in @@ -54,4 +61,4 @@ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKDIR}/${DISTNAME}/documentation && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |