svn commit: r526569 - head/devel/ace

Antoine Brodin antoine at FreeBSD.org
Thu Feb 20 12:17:54 UTC 2020


Author: antoine
Date: Thu Feb 20 12:17:53 2020
New Revision: 526569
URL: https://svnweb.freebsd.org/changeset/ports/526569

Log:
  Mark BROKEN: fails to build
  
  /wrkdirs/usr/ports/devel/ace/work/ACE_wrappers/tests/Compiler_Features_32_Test.cpp:55:41: error: expected the class name after '~' to name a destructor
    this->u_.string_member_.std::string::~string ();
                                          ^
  /wrkdirs/usr/ports/devel/ace/work/ACE_wrappers/tests/Compiler_Features_32_Test.cpp:67:24: error: expected the class name after '~' to name a destructor
      u_.m.std::string::~string ();
                         ^
  
  Reported by:	pkg-fallout

Modified:
  head/devel/ace/Makefile

Modified: head/devel/ace/Makefile
==============================================================================
--- head/devel/ace/Makefile	Thu Feb 20 12:15:52 2020	(r526568)
+++ head/devel/ace/Makefile	Thu Feb 20 12:17:53 2020	(r526569)
@@ -17,6 +17,7 @@ LICENSE_NAME=	ACE
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN=		fails to build
 BROKEN_powerpc=		Does not compile on ${ARCH}
 BROKEN_sparc64=		Does not compile on ${ARCH}
 


More information about the svn-ports-head mailing list