svn commit: r548698 - head/databases/virtuoso

Mark Linimon linimon at FreeBSD.org
Tue Sep 15 05:04:29 UTC 2020


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\


More information about the svn-ports-all mailing list