svn commit: r552169 - in head/devel: cpprestsdk libhoard

Mark Linimon linimon at FreeBSD.org
Tue Oct 13 01:59:01 UTC 2020


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


More information about the svn-ports-head mailing list