Date: Wed, 17 Feb 2021 20:17: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: r565800 - head/devel/omniORB Message-ID: <202102172017.11HKHPZe087384@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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')
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102172017.11HKHPZe087384>