Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2020 05:04:28 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548698 - head/databases/virtuoso
Message-ID:  <202009150504.08F54Sc6029737@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Sep 15 05:04:28 2020
New Revision: 548698
URL: https://svnweb.freebsd.org/changeset/ports/548698

Log:
  Remove stale 'arm' ARCH definition.  Add powerpcspe.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/virtuoso/Makefile

Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile	Tue Sep 15 04:44:33 2020	(r548697)
+++ head/databases/virtuoso/Makefile	Tue Sep 15 05:04:28 2020	(r548698)
@@ -18,7 +18,7 @@ BROKEN_aarch64=		Fails to link: missing sbrk
 BROKEN_mips64=		Does not compile: error: DV_INT_TAG_WORD undeclared
 BROKEN_powerpc64=	Does not compile: error: DV_INT_TAG_WORD undeclared
 BROKEN_sparc64=		Does not compile: error: DV_INT_TAG_WORD undeclared
-NOT_FOR_ARCHS=	arm armv6 armv7 i386 mips powerpc
+NOT_FOR_ARCHS=		armv6 armv7 i386 mips powerpc powerpcspe
 NOT_FOR_ARCHS_REASON=	can only be built on 64bit platforms
 
 BUILD_DEPENDS=	gawk:lang/gawk\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009150504.08F54Sc6029737>