Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 21:03:54 +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: r549963 - head/security/highwayhash
Message-ID:  <202009242103.08OL3sGu007534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Sep 24 21:03:54 2020
New Revision: 549963
URL: https://svnweb.freebsd.org/changeset/ports/549963

Log:
  Update the actual error message seen on powerpc64.
  
  Allow building on powerpc64le, but assume it will fail the same was as
  on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/highwayhash/Makefile

Modified: head/security/highwayhash/Makefile
==============================================================================
--- head/security/highwayhash/Makefile	Thu Sep 24 21:01:55 2020	(r549962)
+++ head/security/highwayhash/Makefile	Thu Sep 24 21:03:54 2020	(r549963)
@@ -13,8 +13,9 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=		fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'
-BROKEN_powerpc64=	fails to compile: g++6: error: unrecognized command line option '-mavx2'
-ONLY_FOR_ARCHS=		aarch64 amd64 powerpc powerpc64
+BROKEN_powerpc64=	fails to compile: highwayhash/arch_specific.cc:153:32: error: too few arguments to function sysctlbyname
+BROKEN_powerpc64le=	fails to compile: highwayhash/arch_specific.cc:153:32: error: too few arguments to function sysctlbyname
+ONLY_FOR_ARCHS=		aarch64 amd64 powerpc powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h
 
 USES=		compiler:c++11-lang gmake



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