Date: Thu, 9 May 2019 22:12:27 +0000 (UTC) From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501148 - head/biology/vsearch Message-ID: <201905092212.x49MCR4D001741@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905092212.x49MCR4D001741>