svn commit: r436486 - head/sysutils/passwordsafe

Bernard Spil brnrd at FreeBSD.org
Sun Mar 19 11:35:44 UTC 2017


Author: brnrd
Date: Sun Mar 19 11:35:43 2017
New Revision: 436486
URL: https://svnweb.freebsd.org/changeset/ports/436486

Log:
  sysutils/passwordsafe: Mark broken on 10.x
  
   - clang segfaults on 10.x

Modified:
  head/sysutils/passwordsafe/Makefile

Modified: head/sysutils/passwordsafe/Makefile
==============================================================================
--- head/sysutils/passwordsafe/Makefile	Sun Mar 19 11:31:15 2017	(r436485)
+++ head/sysutils/passwordsafe/Makefile	Sun Mar 19 11:35:43 2017	(r436486)
@@ -56,4 +56,10 @@ post-install-NLS-on:
 		${STAGEDIR}${PREFIX}/locale/$l/LC_MESSAGES
 .endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
+BROKEN=	clang segfaults on 10.x
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list