svn commit: r562694 - branches/2021Q1/net/yami4

Antoine Brodin antoine at FreeBSD.org
Tue Jan 26 16:16:56 UTC 2021


Author: antoine
Date: Tue Jan 26 16:16:55 2021
New Revision: 562694
URL: https://svnweb.freebsd.org/changeset/ports/562694

Log:
  MFH: r562693
  
  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

Modified:
  branches/2021Q1/net/yami4/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/net/yami4/Makefile
==============================================================================
--- branches/2021Q1/net/yami4/Makefile	Tue Jan 26 16:16:25 2021	(r562693)
+++ branches/2021Q1/net/yami4/Makefile	Tue Jan 26 16:16:55 2021	(r562694)
@@ -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}"


More information about the svn-ports-branches mailing list