Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 14:10:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r497727 - branches/2019Q2/mail/spamdyke
Message-ID:  <201904031410.x33EAXYQ062996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Apr  3 14:10:33 2019
New Revision: 497727
URL: https://svnweb.freebsd.org/changeset/ports/497727

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

Modified:
  branches/2019Q2/mail/spamdyke/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/mail/spamdyke/Makefile
==============================================================================
--- branches/2019Q2/mail/spamdyke/Makefile	Wed Apr  3 14:09:57 2019	(r497726)
+++ branches/2019Q2/mail/spamdyke/Makefile	Wed Apr  3 14:10:33 2019	(r497727)
@@ -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?201904031410.x33EAXYQ062996>