Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 08:08:51 +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: r498073 - branches/2019Q2/security/distcache
Message-ID:  <201904060808.x3688p7V095145@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr  6 08:08:50 2019
New Revision: 498073
URL: https://svnweb.freebsd.org/changeset/ports/498073

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

Modified:
  branches/2019Q2/security/distcache/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/distcache/Makefile
==============================================================================
--- branches/2019Q2/security/distcache/Makefile	Sat Apr  6 08:08:32 2019	(r498072)
+++ branches/2019Q2/security/distcache/Makefile	Sat Apr  6 08:08:50 2019	(r498073)
@@ -25,6 +25,13 @@ PORTDOCS=	ANNOUNCE BUGS CHANGES FAQ README
 
 OPTIONS_DEFINE=	DOCS
 
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	SSL/TLS libraries were missing or unusable
+BROKEN_FreeBSD_13=	SSL/TLS libraries were missing or unusable
+.endif
+
 post-install:
 	# INSTALL_TARGET=install-strip isn't working!  Brute force it
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
@@ -33,4 +40,4 @@ post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${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?201904060808.x3688p7V095145>