Date: Thu, 9 Jan 2020 21:17:10 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522538 - head/devel/p4 Message-ID: <202001092117.009LHAp7087031@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001092117.009LHAp7087031>