svn commit: r479992 - head/science/clhep

Mark Linimon linimon at FreeBSD.org
Tue Sep 18 08:21:27 UTC 2018


Author: linimon
Date: Tue Sep 18 08:21:26 2018
New Revision: 479992
URL: https://svnweb.freebsd.org/changeset/ports/479992

Log:
  Previous commit unbroke on powerpc64.
  
  While here, fix typo in other error message.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/clhep/Makefile

Modified: head/science/clhep/Makefile
==============================================================================
--- head/science/clhep/Makefile	Tue Sep 18 08:14:44 2018	(r479991)
+++ head/science/clhep/Makefile	Tue Sep 18 08:21:26 2018	(r479992)
@@ -13,8 +13,7 @@ COMMENT=	Object-oriented toolkit for particle physics 
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	multi
 
-BROKEN_powerpc64=	fails to compile: c++11 extension is not available for /usr/bin/c++
-BROKEN_FreeBSD_10=	does not compile on clan3.4, requires 3.5+
+BROKEN_FreeBSD_10=	does not compile on clang3.4, requires 3.5+
 
 WRKSRC=		${WRKDIR}/${PORTVERSION}/${PORTNAME:tu}
 


More information about the svn-ports-head mailing list