Index: Makefile =================================================================== --- Makefile (revision 414004) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clfft -PORTVERSION= 2.10.2 +PORTVERSION= 2.12.0 DISTVERSIONPREFIX= v CATEGORIES= math Index: distinfo =================================================================== --- distinfo (revision 414004) +++ distinfo (working copy) @@ -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 Index: files/patch-src_include_sharedLibrary.h =================================================================== --- files/patch-src_include_sharedLibrary.h (nonexistent) +++ files/patch-src_include_sharedLibrary.h (working copy) @@ -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 ); Property changes on: files/patch-src_include_sharedLibrary.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-src_statTimer_statisticalTimer.h =================================================================== --- files/patch-src_statTimer_statisticalTimer.h (revision 414004) +++ files/patch-src_statTimer_statisticalTimer.h (working copy) @@ -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 Index: pkg-plist =================================================================== --- pkg-plist (revision 414004) +++ pkg-plist (working copy) @@ -8,10 +8,10 @@ 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