svn commit: r303880 - head/biology/mafft

Mark Linimon linimon at FreeBSD.org
Sat Sep 8 08:30:40 UTC 2012


Author: linimon
Date: Sat Sep  8 08:30:39 2012
New Revision: 303880
URL: http://svn.freebsd.org/changeset/ports/303880

Log:
  Mark as broken on sparc64: depends on thread-local storage, which is not
  available on sparc64.
  
  Hat:		portmgr

Modified:
  head/biology/mafft/Makefile

Modified: head/biology/mafft/Makefile
==============================================================================
--- head/biology/mafft/Makefile	Sat Sep  8 08:23:11 2012	(r303879)
+++ head/biology/mafft/Makefile	Sat Sep  8 08:30:39 2012	(r303880)
@@ -39,6 +39,10 @@ LN_FILES=	einsi fftns fftnsi ginsi linsi
 
 .include <bsd.port.pre.mk>
 
+.if ${ARCH} == "sparc64"
+BROKEN=		Does not install on sparc64: depends on thread-local storage
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
 	                  -e 's|^MANDIR = .*$$|MANDIR = $$(MANPREFIX)/man/man1|' \



More information about the svn-ports-all mailing list