Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 09:39:38 +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: r513658 - in head/devel: ice py-ice
Message-ID:  <201910030939.x939dcWx069130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Oct  3 09:39:38 2019
New Revision: 513658
URL: https://svnweb.freebsd.org/changeset/ports/513658

Log:
  devel/py-ice: unbreak on powerpc64
  
  Builds fine with GCC from ports (needed also in devel/ice).
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/ice/Makefile
  head/devel/py-ice/Makefile

Modified: head/devel/ice/Makefile
==============================================================================
--- head/devel/ice/Makefile	Thu Oct  3 09:38:30 2019	(r513657)
+++ head/devel/ice/Makefile	Thu Oct  3 09:39:38 2019	(r513658)
@@ -19,7 +19,7 @@ MAKE_JOBS_UNSAFE=	yes
 .if ${SLAVE_PORT} == "no"
 LIB_DEPENDS=		libexpat.so:textproc/expat2 \
 			libmcpp.so:devel/mcpp
-USES+=			ssl
+USES+=			compiler:c++11-lang ssl
 .else
 LIB_VRS=		${PORTVERSION:R:S|.||g}
 LIB_DEPENDS+=		libIce.so.${LIB_VRS}:devel/ice

Modified: head/devel/py-ice/Makefile
==============================================================================
--- head/devel/py-ice/Makefile	Thu Oct  3 09:38:30 2019	(r513657)
+++ head/devel/py-ice/Makefile	Thu Oct  3 09:39:38 2019	(r513658)
@@ -12,9 +12,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	mcpp:devel/mcpp
 LIB_DEPENDS=	libIce.so.${LIB_VRS}:devel/ice
 
-BROKEN_powerpc64=	fails to compile: gmake: Ice_BuiltinSequences_ice.py: Segmentation fault (core dumped)
-
-USES=		python shebangfix
+USES=		compiler:c++11-lang python shebangfix
 USE_PYTHON=	py3kplist
 SLAVE_PORT=	yes
 MASTERDIR=	${.CURDIR}/../ice



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