svn commit: r565800 - head/devel/omniORB

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


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

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

Modified:
  head/devel/omniORB/Makefile

Modified: head/devel/omniORB/Makefile
==============================================================================
--- head/devel/omniORB/Makefile	Wed Feb 17 20:16:45 2021	(r565799)
+++ head/devel/omniORB/Makefile	Wed Feb 17 20:17:25 2021	(r565800)
@@ -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