svn commit: r565801 - branches/2021Q1/devel/omniORB

Antoine Brodin antoine at FreeBSD.org
Wed Feb 17 20:17:47 UTC 2021


Author: antoine
Date: Wed Feb 17 20:17:46 2021
New Revision: 565801
URL: https://svnweb.freebsd.org/changeset/ports/565801

Log:
  MFH: r565800
  
  Mark BROKEN on FreeBSD 13 and 14
  
  Reported by:	pkg-fallout

Modified:
  branches/2021Q1/devel/omniORB/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/devel/omniORB/Makefile
==============================================================================
--- branches/2021Q1/devel/omniORB/Makefile	Wed Feb 17 20:17:25 2021	(r565800)
+++ branches/2021Q1/devel/omniORB/Makefile	Wed Feb 17 20:17:46 2021	(r565801)
@@ -11,6 +11,8 @@ COMMENT=	Robust high performance CORBA ORB for C++ and
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_13=	posix.cc:605:15: error: no matching function for call to 'pthread_detach'
+BROKEN_FreeBSD_14=	posix.cc:605:15: error: no matching function for call to 'pthread_detach'
 BROKEN_SSL=	openssl
 BROKEN_SSL_REASON_openssl=	member access into incomplete type 'DH' (aka 'dh_st')
 


More information about the svn-ports-all mailing list