svn commit: r522108 - branches/2020Q1/sysutils/cpuid2cpuflags

Mark Linimon linimon at FreeBSD.org
Sun Jan 5 04:49:42 UTC 2020


Author: linimon
Date: Sun Jan  5 04:49:42 2020
New Revision: 522108
URL: https://svnweb.freebsd.org/changeset/ports/522108

Log:
  MFH: r522107
  
  Mark as broken on powerpc64:
  
    src/hwcap.c:20:3: error: #error "Platform not supported (only Linux supported at the moment)"
    src/hwcap.c:23:3: error: #error "Platform not supported (no getauxval())"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2020Q1/sysutils/cpuid2cpuflags/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/sysutils/cpuid2cpuflags/Makefile
==============================================================================
--- branches/2020Q1/sysutils/cpuid2cpuflags/Makefile	Sun Jan  5 04:45:45 2020	(r522107)
+++ branches/2020Q1/sysutils/cpuid2cpuflags/Makefile	Sun Jan  5 04:49:42 2020	(r522108)
@@ -11,6 +11,8 @@ COMMENT=	Tool to generate CPU_FLAGS_* for your CPU
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_powerpc64=	fails to build: error "Platform not supported (only Linux supported at the moment)"
+
 USES=		autoreconf
 USE_GITHUB=	yes
 GH_ACCOUNT=	mgorny


More information about the svn-ports-branches mailing list