From owner-svn-ports-all@freebsd.org Sun Jan 22 12:50:10 2017 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 83795CB07F2; Sun, 22 Jan 2017 12:50:10 +0000 (UTC) (envelope-from tcberner@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 5DFD0363; Sun, 22 Jan 2017 12:50:10 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0MCo96V018863; Sun, 22 Jan 2017 12:50:09 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0MCo9xX018859; Sun, 22 Jan 2017 12:50:09 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201701221250.v0MCo9xX018859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 22 Jan 2017 12:50:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432126 - in head: audio/csound audio/csound6 math/gmm++ 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.23 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, 22 Jan 2017 12:50:10 -0000 Author: tcberner Date: Sun Jan 22 12:50:08 2017 New Revision: 432126 URL: https://svnweb.freebsd.org/changeset/ports/432126 Log: Update math/gmm++ to 5.1 Due to it requiring c++11 features now, the consumers audio/csound and audio/csound6 we're version bumped, and set USE_CXXSTD. * http://download.gna.org/getfem/html/homepage/whatsnew/5.0.html * http://download.gna.org/getfem/html/homepage/whatsnew/5.1.html Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7730 Modified: head/audio/csound/Makefile head/audio/csound6/Makefile head/math/gmm++/Makefile head/math/gmm++/distinfo head/math/gmm++/pkg-plist Modified: head/audio/csound/Makefile ============================================================================== --- head/audio/csound/Makefile Sun Jan 22 12:41:09 2017 (r432125) +++ head/audio/csound/Makefile Sun Jan 22 12:50:08 2017 (r432126) @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 5.19.01 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R} \ SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R}/manual:manual @@ -28,6 +28,8 @@ CONFLICTS_INSTALL= outguess-* csound6 WRKSRC= ${WRKDIR}/${PORTNAME:S/c/C/}${PORTVERSION} USES= bison cpe gettext scons compiler:openmp python +# math/gmm++ requires c++11 +USE_CXXSTD= c++11 CPE_VENDOR= csounds MAKE_ARGS= instdir="${STAGEDIR}" prefix="${PREFIX}" \ CC="${CC}" CXX="${CXX}" \ Modified: head/audio/csound6/Makefile ============================================================================== --- head/audio/csound6/Makefile Sun Jan 22 12:41:09 2017 (r432125) +++ head/audio/csound6/Makefile Sun Jan 22 12:50:08 2017 (r432126) @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 @@ -24,6 +24,8 @@ LIB_DEPENDS= libsamplerate.so:audio/libs libsndfile.so:audio/libsndfile USES= alias bison cmake:outsource localbase python:2 +# math/gmm++ requires c++11 +USE_CXXSTD= c++11 CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \ -DBUILD_JAVA_INTERFACE:BOOL=OFF \ -DBUILD_P5GLOVE_OPCODES:BOOL=OFF \ Modified: head/math/gmm++/Makefile ============================================================================== --- head/math/gmm++/Makefile Sun Jan 22 12:41:09 2017 (r432125) +++ head/math/gmm++/Makefile Sun Jan 22 12:50:08 2017 (r432126) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gmm++ -PORTVERSION= 4.3 +PORTVERSION= 5.1 CATEGORIES= math MASTER_SITES= http://download.gna.org/getfem/stable/ DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSION} Modified: head/math/gmm++/distinfo ============================================================================== --- head/math/gmm++/distinfo Sun Jan 22 12:41:09 2017 (r432125) +++ head/math/gmm++/distinfo Sun Jan 22 12:50:08 2017 (r432126) @@ -1,2 +1,3 @@ -SHA256 (gmm-4.3.tar.gz) = 09ee01312df1eb11cace9839e6006d842ac492f0e62f0c22bcab6181ef2d5c1b -SIZE (gmm-4.3.tar.gz) = 488181 +TIMESTAMP = 1472681977 +SHA256 (gmm-5.1.tar.gz) = 90e6bf309b81f496b401a375fe99826ad4b5c6ba99db6c92b37f9261db462636 +SIZE (gmm-5.1.tar.gz) = 537290 Modified: head/math/gmm++/pkg-plist ============================================================================== --- head/math/gmm++/pkg-plist Sun Jan 22 12:41:09 2017 (r432125) +++ head/math/gmm++/pkg-plist Sun Jan 22 12:50:08 2017 (r432126) @@ -8,6 +8,7 @@ include/gmm/gmm_conjugated.h include/gmm/gmm_def.h include/gmm/gmm_dense_Householder.h include/gmm/gmm_dense_lu.h +include/gmm/gmm_dense_matrix_functions.h include/gmm/gmm_dense_qr.h include/gmm/gmm_dense_sylvester.h include/gmm/gmm_domain_decomp.h