Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 14:09:57 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497726 - head/mail/spamdyke
Message-ID:  <201904031409.x33E9v7B062811@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904031409.x33E9v7B062811>