Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 10:23:52 GMT
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183989: devel/opencl: checksum mismatch, Khronos did some minor changes in header files, need fix
Message-ID:  <201311151023.rAFANqpg053568@oldred.freebsd.org>
Resent-Message-ID: <201311151030.rAFAU33B023777@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183989
>Category:       ports
>Synopsis:       devel/opencl: checksum mismatch, Khronos did some minor changes in header files, need fix
>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:   Fri Nov 15 10:30:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     O. Hartmann
>Release:        FreeBSD 11.0-CURRENT/amd64
>Organization:
FU Berlin
>Environment:
>Description:
At Khronos some minor changes has been done in one of the header files (cl.hpp). This has to be reflected by the checksum.

Find attached the patch with updated checksum and bumped revision numer (5 -> 6).

Thanks to FreeBSD user J. O. for the hint.
>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-11-15 11:19:36.000000000 +0100
@@ -3,7 +3,7 @@
 
 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 \
diff -Nur opencl.orig/distinfo opencl/distinfo
--- opencl.orig/distinfo	2013-11-15 11:17:16.000000000 +0100
+++ opencl/distinfo	2013-11-15 11:13:19.000000000 +0100
@@ -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:



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