aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-02-09 11:48:56 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-02-09 11:48:56 +0000
commit819f3ca1698a8107805d73710a66a9c82524a9d4 (patch)
treed447e9e9554ac7d302699f70b1079712ceaf6514
parent65ab84347c04f352bb5e23cf03ff379c62bd3fcf (diff)
MFH: r343462
- Fix build/install failure (upstream distfile contents have changed) - Bump PORTREVISION - Add LICENSE - Add WWW URL in pkg-descr PR: ports/186001 Submitted by: O. Hartmann <ohartman@zedat.fu-berlin.de> (maintainer) Approved by: portmgr (antoine), thierry (mentor)
Notes
svn path=/branches/2014Q1/; revision=343470
-rw-r--r--devel/opencl/Makefile7
-rw-r--r--devel/opencl/distinfo4
-rw-r--r--devel/opencl/files/patch-cl.hpp13
-rw-r--r--devel/opencl/pkg-descr2
4 files changed, 16 insertions, 10 deletions
diff --git a/devel/opencl/Makefile b/devel/opencl/Makefile
index 4053c20fe8d1..0d511c69d28e 100644
--- a/devel/opencl/Makefile
+++ b/devel/opencl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opencl
PORTVERSION= 1.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= http://www.khronos.org/registry/cl/api/${PORTVERSION}/
DISTFILES= opencl.h cl_platform.h cl.h cl_ext.h cl_dx9_media_sharing.h \
@@ -14,6 +14,11 @@ EXTRACT_ONLY=
MAINTAINER= ohartman@zedat.fu-berlin.de
COMMENT= Open Computing Language (OpenCL) specifications V1.2 (header files)
+LICENSE= unknown
+LICENSE_NAME= BSD-esque license agreement
+LICENSE_TEXT= License is included in each of the header files of this port
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
CONFLICTS= opencl-1.[0-1]
NO_BUILD= yes
diff --git a/devel/opencl/distinfo b/devel/opencl/distinfo
index 1fcf1bbbbfc9..f5efec7c1f24 100644
--- a/devel/opencl/distinfo
+++ b/devel/opencl/distinfo
@@ -4,8 +4,8 @@ SHA256 (opencl/cl_platform.h) = e212b89bba54f7a4e090a2b2f58f779241ffb3b45b870eee
SIZE (opencl/cl_platform.h) = 41127
SHA256 (opencl/cl.h) = a5465c2ed1a0687878c8f7aa25f94626d7cd3a3868163ecaa6e8b36d6ed52368
SIZE (opencl/cl.h) = 61545
-SHA256 (opencl/cl_ext.h) = d23a11d1daebe39c6f5a9743f356bb58cdf0bf5a2019c723a6e2dc1e7dcb0360
-SIZE (opencl/cl_ext.h) = 13646
+SHA256 (opencl/cl_ext.h) = ab8dcf1e04ac63cc5a68fdfb4787a44a25a9c0c129ed7eda046e7911af3d4ebd
+SIZE (opencl/cl_ext.h) = 13766
SHA256 (opencl/cl_dx9_media_sharing.h) = 26fb40bac8e229747bdc27b350b836e3703c1e946cb40893f4c8ab2289203920
SIZE (opencl/cl_dx9_media_sharing.h) = 5157
SHA256 (opencl/cl_d3d10.h) = c7adb38a19663ee240977afc64903f4638d9c5c03ca478793c9f7a15c1c6ac2b
diff --git a/devel/opencl/files/patch-cl.hpp b/devel/opencl/files/patch-cl.hpp
index d59d24491425..ffff3cf01896 100644
--- a/devel/opencl/files/patch-cl.hpp
+++ b/devel/opencl/files/patch-cl.hpp
@@ -1,12 +1,11 @@
---- cl.hpp.orig 2013-09-01 13:35:56.642641000 +0000
-+++ cl.hpp
-@@ -210,11 +210,10 @@
+--- cl.hpp.orig 2013-08-20 13:33:04.000000000 +0200
++++ cl.hpp 2013-08-20 13:35:49.000000000 +0200
+@@ -210,11 +210,9 @@
#include <string>
#endif
-#if defined(linux) || defined(__APPLE__) || defined(__MACOSX)
-+#if defined(linux) || defined(__APPLE__) || defined(__MACOSX) \
-+ || defined(__FreeBSD__) || defined(__DragonFly__)
++#if defined(__FreeBSD__) || defined(linux) || defined(__APPLE__) || defined(__MACOSX)
#include <alloca.h>
-#include <emmintrin.h>
@@ -14,7 +13,7 @@
#endif // linux
#include <cstring>
-@@ -1037,7 +1036,7 @@ namespace detail {
+@@ -1037,7 +1035,7 @@
#endif // !_WIN32
}
@@ -23,7 +22,7 @@
}; // namespace detail
-@@ -2037,6 +2036,26 @@ public:
+@@ -2037,6 +2035,26 @@
#endif // #if defined(CL_VERSION_1_1)
};
diff --git a/devel/opencl/pkg-descr b/devel/opencl/pkg-descr
index e5d0ba469d8b..b46e351ebbc1 100644
--- a/devel/opencl/pkg-descr
+++ b/devel/opencl/pkg-descr
@@ -4,3 +4,5 @@ other processors, giving software developers portable and efficient
access to the power of these heterogeneous processing platforms.
This is OpenCL 1.2
+
+WWW: http://www.khronos.org/opencl/