ports/185098: devel/opencl: Upstream changes of the header files by Khronos enforces new hashes
O. Hartmann
ohartman at zedat.fu-berlin.de
Sun Dec 22 17:50:00 UTC 2013
>Number: 185098
>Category: ports
>Synopsis: devel/opencl: Upstream changes of the header files by Khronos enforces new hashes
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Dec 22 17:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: O. Hartmann
>Release:
>Organization:
FU Berlin
>Environment:
>Description:
Minor changes in some header files enforces new hashes for distinfo.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -Nur opencl.orig/Makefile opencl/Makefile
--- opencl.orig/Makefile 2013-11-15 11:17:16.000000000 +0100
+++ opencl/Makefile 2013-12-22 18:35:32.000000000 +0100
@@ -1,9 +1,9 @@
# Created by: Oliver Hartmann <ohartman at zedat.fu-berlin.de>
-# $FreeBSD: head/devel/opencl/Makefile 327724 2013-09-20 17:13:42Z bapt $
+# $FreeBSD: head/devel/opencl/Makefile 333860 2013-11-15 12:50:26Z olgeni $
PORTNAME= opencl
PORTVERSION= 1.2
-PORTREVISION= 5
+PORTREVISION= 6
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 \
@@ -23,17 +23,16 @@
PLIST_FILES+=include/CL/$f
.endfor
-NO_STAGE= yes
pre-patch:
@${MKDIR} ${WRKSRC}
.for f in ${DISTFILES}
- @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$f ${WRKSRC}/
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$f ${WRKSRC}/
.endfor
do-install:
- @${MKDIR} ${PREFIX}/include/CL
+ @${MKDIR} ${STAGEDIR}${PREFIX}/include/CL
.for f in ${DISTFILES}
- @${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/include/CL
+ ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${PREFIX}/include/CL
.endfor
.include <bsd.port.mk>
diff -Nur opencl.orig/distinfo opencl/distinfo
--- opencl.orig/distinfo 2013-11-15 11:17:16.000000000 +0100
+++ opencl/distinfo 2013-12-22 18:32:45.000000000 +0100
@@ -4,8 +4,8 @@
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
@@ -16,5 +16,5 @@
SIZE (opencl/cl_gl.h) = 7343
SHA256 (opencl/cl_gl_ext.h) = 4d663bbfc932ab405623e5f5d1bba3f438351d0ead65e1ccdd9bb769caf7a7d0
SIZE (opencl/cl_gl_ext.h) = 2630
-SHA256 (opencl/cl.hpp) = d7c8f5c17f88e098dc9f71d80e4b7408fab353e2828b0ba4d4bb55adaa427e83
-SIZE (opencl/cl.hpp) = 277155
+SHA256 (opencl/cl.hpp) = a726d674bfa4ee7f71d1287d86afa15db2e360518fd58594257a80f25642d6b4
+SIZE (opencl/cl.hpp) = 281446
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list