Index: head/science/clhep/Makefile =================================================================== --- head/science/clhep/Makefile (revision 479991) +++ head/science/clhep/Makefile (revision 479992) @@ -1,32 +1,31 @@ # Created by: will # $FreeBSD$ PORTNAME= clhep PORTVERSION= 2.4.0.4 PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/ MAINTAINER= bofh@FreeBSD.org COMMENT= Object-oriented toolkit for particle physics applications by CERN 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} USES= cmake:outsource compiler:c++11-lang perl5 tar:tgz USE_PERL5= build USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" post-patch: @${REINPLACE_CMD} -e \ '/DESTINATION/s|lib$${LIB_SUFFIX}|libdata|' \ ${WRKSRC}/cmake/Modules/ClhepToolchain.cmake .include