svn commit: r497726 - head/mail/spamdyke

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 14:09:58 UTC 2019


Author: antoine
Date: Wed Apr  3 14:09:57 2019
New Revision: 497726
URL: https://svnweb.freebsd.org/changeset/ports/497726

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

Modified:
  head/mail/spamdyke/Makefile

Modified: head/mail/spamdyke/Makefile
==============================================================================
--- head/mail/spamdyke/Makefile	Wed Apr  3 13:30:57 2019	(r497725)
+++ head/mail/spamdyke/Makefile	Wed Apr  3 14:09:57 2019	(r497726)
@@ -42,6 +42,13 @@ PORTDOCS=	Changelog.txt FAQ.html GNUGPL.txt INSTALL.tx
 		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>


More information about the svn-ports-all mailing list