From nobody@FreeBSD.org  Fri Nov 15 10:23:52 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id EE8B4129
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Nov 2013 10:23:52 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id DE44C2E5A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Nov 2013 10:23:52 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAFANq5k053571
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Nov 2013 10:23:52 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAFANqpg053568;
	Fri, 15 Nov 2013 10:23:52 GMT
	(envelope-from nobody)
Message-Id: <201311151023.rAFANqpg053568@oldred.freebsd.org>
Date: Fri, 15 Nov 2013 10:23:52 GMT
From: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/opencl: checksum mismatch, Khronos did some minor changes in header files, need fix
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 15 10:30:02 UTC 2013
>Closed-Date:    Fri Nov 15 12:51:02 UTC 2013
>Last-Modified:  Fri Nov 15 13:00:00 UTC 2013
>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:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Fri Nov 15 10:30:23 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183989 
State-Changed-From-To: open->closed 
State-Changed-By: olgeni 
State-Changed-When: Fri Nov 15 12:50:43 UTC 2013 
State-Changed-Why:  
Committed - thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183989 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183989: commit references a PR
Date: Fri, 15 Nov 2013 12:50:34 +0000 (UTC)

 Author: olgeni
 Date: Fri Nov 15 12:50:26 2013
 New Revision: 333860
 URL: http://svnweb.freebsd.org/changeset/ports/333860
 
 Log:
   - Update header checksums.
   - Add staging support while I'm here.
   
   PR:		ports/183989
   Submitted by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
 
 Modified:
   head/devel/opencl/Makefile
   head/devel/opencl/distinfo
 
 Modified: head/devel/opencl/Makefile
 ==============================================================================
 --- head/devel/opencl/Makefile	Fri Nov 15 12:49:06 2013	(r333859)
 +++ head/devel/opencl/Makefile	Fri Nov 15 12:50:26 2013	(r333860)
 @@ -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 \
 @@ -23,17 +23,16 @@ PLIST_DIRS+=	include/CL
  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>
 
 Modified: head/devel/opencl/distinfo
 ==============================================================================
 --- head/devel/opencl/distinfo	Fri Nov 15 12:49:06 2013	(r333859)
 +++ head/devel/opencl/distinfo	Fri Nov 15 12:50:26 2013	(r333860)
 @@ -16,5 +16,5 @@ SHA256 (opencl/cl_gl.h) = aa49d380177ac5
  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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
