Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2020 13:25:51 +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: r525272 - head/cad/stepcode
Message-ID:  <202002051325.015DPpa9023068@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Feb  5 13:25:51 2020
New Revision: 525272
URL: https://svnweb.freebsd.org/changeset/ports/525272

Log:
  cad/stepcode: unbreak on powerpc64 elfv2
  
  Builds fine.

Modified:
  head/cad/stepcode/Makefile

Modified: head/cad/stepcode/Makefile
==============================================================================
--- head/cad/stepcode/Makefile	Wed Feb  5 13:11:59 2020	(r525271)
+++ head/cad/stepcode/Makefile	Wed Feb  5 13:25:51 2020	(r525272)
@@ -12,7 +12,8 @@ COMMENT=	Generates C++ and Python from ISO10303 files
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1
+BROKEN_FreeBSD_11_powerpc64=	fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1
+BROKEN_FreeBSD_12_powerpc64=	fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1
 
 USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes



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