Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2016 05:34:57 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414581 - in head/math/clfft: . files
Message-ID:  <201605040534.u445Yv3c042938@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <vector>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605040534.u445Yv3c042938>