Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 16:16:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562693 - head/net/yami4
Message-ID:  <202101261616.10QGGPIb065792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jan 26 16:16:25 2021
New Revision: 562693
URL: https://svnweb.freebsd.org/changeset/ports/562693

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  c++ -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   -I../../include -Iposix -I../core/posix -c -o activity_statistics_monitor.o activity_statistics_monitor.cpp
  In file included from activity_statistics_monitor.cpp:18:
  In file included from ./incoming_message.h:20:
  In file included from ./parameters.h:20:
  In file included from ./parameter_entry.h:24:
  In file included from /usr/include/c++/v1/string:506:
  In file included from /usr/include/c++/v1/string_view:175:
  In file included from /usr/include/c++/v1/__string:57:
  In file included from /usr/include/c++/v1/algorithm:643:
  In file included from /usr/include/c++/v1/memory:681:
  In file included from /usr/include/c++/v1/atomic:571:
  /usr/include/c++/v1/__threading_support:76:9: error: unknown type name 'sem_t'
  typedef sem_t __libcpp_semaphore_t;
          ^
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/net/yami4/Makefile

Modified: head/net/yami4/Makefile
==============================================================================
--- head/net/yami4/Makefile	Tue Jan 26 15:52:48 2021	(r562692)
+++ head/net/yami4/Makefile	Tue Jan 26 16:16:25 2021	(r562693)
@@ -13,6 +13,9 @@ COMMENT=	Messaging library for distributed systems
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/gpl-3.0.txt
 
+BROKEN_FreeBSD_13=	unknown type name 'sem_t'
+BROKEN_FreeBSD_14=	unknown type name 'sem_t'
+
 USES=		compiler:c++11-lang zip
 
 MAKE_ARGS=	COMPILER="${CXX}" OPTIONS="${CXXFLAGS}"



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