svn commit: r498073 - branches/2019Q2/security/distcache

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 08:08:52 UTC 2019


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>


More information about the svn-ports-all mailing list