svn commit: r397999 - head/security/xca

Mark Linimon linimon at FreeBSD.org
Sat Sep 26 16:56:33 UTC 2015


Author: linimon
Date: Sat Sep 26 16:56:32 2015
New Revision: 397999
URL: https://svnweb.freebsd.org/changeset/ports/397999

Log:
  Mark as broken on sparc64: fails to link.
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/security/xca/Makefile

Modified: head/security/xca/Makefile
==============================================================================
--- head/security/xca/Makefile	Sat Sep 26 16:56:11 2015	(r397998)
+++ head/security/xca/Makefile	Sat Sep 26 16:56:32 2015	(r397999)
@@ -21,6 +21,8 @@ DESTDIRNAME=	destdir
 
 .include <bsd.port.pre.mk>
 
+BROKEN_sparc64=	fails to link
+
 .if ${OSVERSION} >= 1000054
 LD_CXX_LIB=	-lc++
 .endif


More information about the svn-ports-all mailing list