svn commit: r501148 - head/biology/vsearch

Jason W. Bacon jwb at FreeBSD.org
Thu May 9 22:12:28 UTC 2019


Author: jwb
Date: Thu May  9 22:12:26 2019
New Revision: 501148
URL: https://svnweb.freebsd.org/changeset/ports/501148

Log:
  biology/vsearch: Remove powerpc64 support
  
  Requires little endian mode and FreeBSD currently does not support it

Modified:
  head/biology/vsearch/Makefile

Modified: head/biology/vsearch/Makefile
==============================================================================
--- head/biology/vsearch/Makefile	Thu May  9 21:28:49 2019	(r501147)
+++ head/biology/vsearch/Makefile	Thu May  9 22:12:26 2019	(r501148)
@@ -12,7 +12,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 # Note: For PPC need power8 or later, little endian
-ONLY_FOR_ARCHS=		aarch64 amd64 powerpc64
+ONLY_FOR_ARCHS=		aarch64 amd64
 ONLY_FOR_ARCHS_REASON=	Explicitly enumerated by upstream developers
 
 LIB_DEPENDS=	libsysinfo.so:devel/libsysinfo


More information about the svn-ports-head mailing list