From owner-svn-ports-head@freebsd.org Wed May 4 05:34:59 2016 Return-Path: Delivered-To: svn-ports-head@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 1AF3CB2C400; Wed, 4 May 2016 05:34:59 +0000 (UTC) (envelope-from riggs@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 E6FA5129A; Wed, 4 May 2016 05:34:58 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u445YwJS042943; Wed, 4 May 2016 05:34:58 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u445Yv3c042938; Wed, 4 May 2016 05:34:57 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201605040534.u445Yv3c042938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Wed, 4 May 2016 05:34:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414581 - in head/math/clfft: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 05:34:59 -0000 Author: riggs Date: Wed May 4 05:34:57 2016 New Revision: 414581 URL: https://svnweb.freebsd.org/changeset/ports/414581 Log: Update to upstream version 2.12.0 PR: 209143 Submitted by: dieterich@ogolem.org (maintainer) Added: head/math/clfft/files/patch-src_include_sharedLibrary.h (contents, props changed) Modified: head/math/clfft/Makefile head/math/clfft/distinfo head/math/clfft/files/patch-src_statTimer_statisticalTimer.h head/math/clfft/pkg-plist Modified: head/math/clfft/Makefile ============================================================================== --- head/math/clfft/Makefile Wed May 4 04:04:39 2016 (r414580) +++ head/math/clfft/Makefile Wed May 4 05:34:57 2016 (r414581) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clfft -PORTVERSION= 2.10.2 +PORTVERSION= 2.12.0 DISTVERSIONPREFIX= v CATEGORIES= math Modified: head/math/clfft/distinfo ============================================================================== --- head/math/clfft/distinfo Wed May 4 04:04:39 2016 (r414580) +++ head/math/clfft/distinfo Wed May 4 05:34:57 2016 (r414581) @@ -1,2 +1,2 @@ -SHA256 (clMathLibraries-clFFT-v2.10.2_GH0.tar.gz) = 7be3a706a533e1a54f9b78e13f91d19603ce082fb32c25b48d1216f5424515d7 -SIZE (clMathLibraries-clFFT-v2.10.2_GH0.tar.gz) = 988720 +SHA256 (clMathLibraries-clFFT-v2.12.0_GH0.tar.gz) = c623a1b00cd8fe31583044dd98f8d0d0d2b3bda41628098ddb3edc8530099600 +SIZE (clMathLibraries-clFFT-v2.12.0_GH0.tar.gz) = 1008780 Added: head/math/clfft/files/patch-src_include_sharedLibrary.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clfft/files/patch-src_include_sharedLibrary.h Wed May 4 05:34:57 2016 (r414581) @@ -0,0 +1,11 @@ +--- src/include/sharedLibrary.h.orig 2016-04-22 02:47:39 UTC ++++ src/include/sharedLibrary.h +@@ -52,7 +52,7 @@ inline void* LoadSharedLibrary( std::str + { + std::cerr << ::dlerror( ) << std::endl; + } +-#elif defined(__FreeBSD_kernel__) ++#elif defined(__FreeBSD_kernel__) || defined (__FreeBSD__) + tstring freebsdName = unixPrefix; + freebsdName += libraryName += ".so"; + void* fileHandle = ::dlopen( freebsdName.c_str( ), RTLD_NOW ); Modified: head/math/clfft/files/patch-src_statTimer_statisticalTimer.h ============================================================================== --- head/math/clfft/files/patch-src_statTimer_statisticalTimer.h Wed May 4 04:04:39 2016 (r414580) +++ head/math/clfft/files/patch-src_statTimer_statisticalTimer.h Wed May 4 05:34:57 2016 (r414581) @@ -1,4 +1,4 @@ ---- src/statTimer/statisticalTimer.h.orig 2015-10-20 00:29:59 UTC +--- src/statTimer/statisticalTimer.h.orig 2016-04-20 18:47:13 UTC +++ src/statTimer/statisticalTimer.h @@ -21,6 +21,7 @@ #include Modified: head/math/clfft/pkg-plist ============================================================================== --- head/math/clfft/pkg-plist Wed May 4 04:04:39 2016 (r414580) +++ head/math/clfft/pkg-plist Wed May 4 05:34:57 2016 (r414581) @@ -8,10 +8,10 @@ lib/cmake/clFFT/clFFTTargets-%%CMAKE_BUI lib/cmake/clFFT/clFFTTargets.cmake lib/libStatTimer.so lib/libStatTimer.so.2 -lib/libStatTimer.so.2.10.2 +lib/libStatTimer.so.2.12.0 lib/libclFFT.so lib/libclFFT.so.2 -lib/libclFFT.so.2.10.2 +lib/libclFFT.so.2.12.0 share/clFFT/examples/fft1d share/clFFT/examples/fft1d.c share/clFFT/examples/fft2d