Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 01:59:00 +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: r552169 - in head/devel: cpprestsdk libhoard
Message-ID:  <202010130159.09D1x00F034828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct 13 01:59:00 2020
New Revision: 552169
URL: https://svnweb.freebsd.org/changeset/ports/552169

Log:
  These ports now build (as tested on powerpc64-12).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/cpprestsdk/Makefile
  head/devel/libhoard/Makefile

Modified: head/devel/cpprestsdk/Makefile
==============================================================================
--- head/devel/cpprestsdk/Makefile	Tue Oct 13 01:54:04 2020	(r552168)
+++ head/devel/cpprestsdk/Makefile	Tue Oct 13 01:59:00 2020	(r552169)
@@ -11,8 +11,6 @@ COMMENT=	Microsoft C++ REST SDK
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/../license.txt
 
-BROKEN_powerpc64=	fails to compile: threadpool.h:59:25: conversion to 'int' from 'size_t {aka long unsigned int}' may alter its value
-
 BUILD_DEPENDS=	${LOCALBASE}/include/websocketpp/client.hpp:devel/websocketpp
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 

Modified: head/devel/libhoard/Makefile
==============================================================================
--- head/devel/libhoard/Makefile	Tue Oct 13 01:54:04 2020	(r552168)
+++ head/devel/libhoard/Makefile	Tue Oct 13 01:59:00 2020	(r552169)
@@ -16,7 +16,6 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 BROKEN_aarch64=		no spin lock implementation is available for this platform
 BROKEN_mips=		no spin lock implementation is available for this platform
 BROKEN_mips64=		no spin lock implementation is available for this platform
-BROKEN_powerpc64=	Does not build: Error: instruction address is not a multiple of 4
 BROKEN_sparc64=		Does not build
 
 WRKSRC=		${WRKDIR}/Hoard/src



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