From owner-svn-ports-all@freebsd.org Sun Apr 10 21:01:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC44CB0BBF5; Sun, 10 Apr 2016 21:01:57 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 208ED1F58; Sun, 10 Apr 2016 21:01:56 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3AL1tri053540; Sun, 10 Apr 2016 21:01:55 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3AL1tdm053537; Sun, 10 Apr 2016 21:01:55 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201604102101.u3AL1tdm053537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 10 Apr 2016 21:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412983 - head/science/clhep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 21:01:58 -0000 Author: bofh Date: Sun Apr 10 21:01:55 2016 New Revision: 412983 URL: https://svnweb.freebsd.org/changeset/ports/412983 Log: science/clhep: Update version 2.2.0.8=>2.3.1.1 - Add conditional compiler type c++11-lib for 9.X and openmp for 10.X+ Modified: head/science/clhep/Makefile head/science/clhep/distinfo head/science/clhep/pkg-plist Modified: head/science/clhep/Makefile ============================================================================== --- head/science/clhep/Makefile Sun Apr 10 19:49:17 2016 (r412982) +++ head/science/clhep/Makefile Sun Apr 10 21:01:55 2016 (r412983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clhep -PORTVERSION= 2.2.0.8 +PORTVERSION= 2.3.1.1 CATEGORIES= science MASTER_SITES= http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/ @@ -20,6 +20,14 @@ USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" +.include + +.if ${OSVERSION} < 1000000 +USES+= compiler:c++11-lib +.else +USES+= compiler:openmp +.endif + post-patch: @${REINPLACE_CMD} -e \ '/DESTINATION/s|lib$${LIB_SUFFIX}|libdata|' \ Modified: head/science/clhep/distinfo ============================================================================== --- head/science/clhep/distinfo Sun Apr 10 19:49:17 2016 (r412982) +++ head/science/clhep/distinfo Sun Apr 10 21:01:55 2016 (r412983) @@ -1,2 +1,2 @@ -SHA256 (clhep-2.2.0.8.tgz) = 60271575d6dd481095b96a348ff76b58a26d0b065b3c032caa983249e891e738 -SIZE (clhep-2.2.0.8.tgz) = 1847332 +SHA256 (clhep-2.3.1.1.tgz) = 0e2b170df99176feb0aa4f20ea3b33463193c086682749790c5b9b79388d0ff4 +SIZE (clhep-2.3.1.1.tgz) = 1500859 Modified: head/science/clhep/pkg-plist ============================================================================== --- head/science/clhep/pkg-plist Sun Apr 10 19:49:17 2016 (r412982) +++ head/science/clhep/pkg-plist Sun Apr 10 21:01:55 2016 (r412983) @@ -193,6 +193,7 @@ include/CLHEP/Random/EngineFactory.h include/CLHEP/Random/Hurd160Engine.h include/CLHEP/Random/Hurd288Engine.h include/CLHEP/Random/JamesRandom.h +include/CLHEP/Random/MixMaxRng.h include/CLHEP/Random/MTwistEngine.h include/CLHEP/Random/NonRandomEngine.h include/CLHEP/Random/RandBinomial.h @@ -248,6 +249,8 @@ include/CLHEP/Random/StaticRandomStates. include/CLHEP/Random/TripleRand.h include/CLHEP/Random/defs.h include/CLHEP/Random/engineIDulong.h +include/CLHEP/Random/mixmax.h +include/CLHEP/Random/mixmax_skip_N256.icc include/CLHEP/RandomObjects/RandMultiGauss.h include/CLHEP/RandomObjects/RandomVector.h include/CLHEP/RandomObjects/RandomVector.icc @@ -268,7 +271,6 @@ include/CLHEP/Utility/keywords.h include/CLHEP/Utility/memory.h include/CLHEP/Utility/noncopyable.h include/CLHEP/Utility/thread_local.h -include/CLHEP/Utility/type_traits.h include/CLHEP/Vector/AxisAngle.h include/CLHEP/Vector/AxisAngle.icc include/CLHEP/Vector/Boost.h @@ -331,3 +333,13 @@ libdata/CLHEP-%%VERSION%%/CLHEPConfigVer libdata/CLHEP-%%VERSION%%/CLHEPLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake libdata/CLHEP-%%VERSION%%/CLHEPLibraryDepends.cmake libdata/pkgconfig/clhep.pc +libdata/pkgconfig/clhep-cast.pc +libdata/pkgconfig/clhep-evaluator.pc +libdata/pkgconfig/clhep-exceptions.pc +libdata/pkgconfig/clhep-genericfunctions.pc +libdata/pkgconfig/clhep-geometry.pc +libdata/pkgconfig/clhep-matrix.pc +libdata/pkgconfig/clhep-random.pc +libdata/pkgconfig/clhep-randomobjects.pc +libdata/pkgconfig/clhep-refcount.pc +libdata/pkgconfig/clhep-vector.pc