svn commit: r522538 - head/devel/p4

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jan 9 21:17:11 UTC 2020


Author: pkubaj
Date: Thu Jan  9 21:17:10 2020
New Revision: 522538
URL: https://svnweb.freebsd.org/changeset/ports/522538

Log:
  devel/p4: unbreak on powerpc64 elfv2
  
  ELFv2 uses Clang which can build this port.

Modified:
  head/devel/p4/Makefile

Modified: head/devel/p4/Makefile
==============================================================================
--- head/devel/p4/Makefile	Thu Jan  9 20:57:38 2020	(r522537)
+++ head/devel/p4/Makefile	Thu Jan  9 21:17:10 2020	(r522538)
@@ -22,7 +22,8 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_mips64=	fails to install: /wrkdirs/usr/ports/devel/p4/work/2016-1/p4-bin/p4: No such file or directory
-BROKEN_powerpc64=	fails to build: /bin/sh: clang++: not found
+BROKEN_FreeBSD_11_powerpc64=	fails to build: /bin/sh: clang++: not found
+BROKEN_FreeBSD_12_powerpc64=	fails to build: /bin/sh: clang++: not found
 
 BUILD_DEPENDS=	${JAM}:devel/jam
 


More information about the svn-ports-all mailing list