From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 11:16:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17B0EC6E; Sun, 9 Feb 2014 11:16:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 011671B96; Sun, 9 Feb 2014 11:16:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19BGD50077273; Sun, 9 Feb 2014 11:16:13 GMT (envelope-from riggs@svn.freebsd.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19BGDnU077269; Sun, 9 Feb 2014 11:16:13 GMT (envelope-from riggs@svn.freebsd.org) Message-Id: <201402091116.s19BGDnU077269@svn.freebsd.org> From: Thomas Zander Date: Sun, 9 Feb 2014 11:16:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343462 - in head/devel/opencl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 11:16:14 -0000 Author: riggs Date: Sun Feb 9 11:16:12 2014 New Revision: 343462 URL: http://svnweb.freebsd.org/changeset/ports/343462 QAT: https://qat.redports.org/buildarchive/r343462/ Log: - 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 (maintainer) Approved by: thierry (mentor) MFH: 2014Q1 Modified: head/devel/opencl/Makefile head/devel/opencl/distinfo head/devel/opencl/files/patch-cl.hpp head/devel/opencl/pkg-descr Modified: head/devel/opencl/Makefile ============================================================================== --- head/devel/opencl/Makefile Sun Feb 9 11:13:38 2014 (r343461) +++ head/devel/opencl/Makefile Sun Feb 9 11:16:12 2014 (r343462) @@ -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 Modified: head/devel/opencl/distinfo ============================================================================== --- head/devel/opencl/distinfo Sun Feb 9 11:13:38 2014 (r343461) +++ head/devel/opencl/distinfo Sun Feb 9 11:16:12 2014 (r343462) @@ -4,8 +4,8 @@ SHA256 (opencl/cl_platform.h) = e212b89b 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 Modified: head/devel/opencl/files/patch-cl.hpp ============================================================================== --- head/devel/opencl/files/patch-cl.hpp Sun Feb 9 11:13:38 2014 (r343461) +++ head/devel/opencl/files/patch-cl.hpp Sun Feb 9 11:16:12 2014 (r343462) @@ -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 #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 -#include @@ -14,7 +13,7 @@ #endif // linux #include -@@ -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) }; Modified: head/devel/opencl/pkg-descr ============================================================================== --- head/devel/opencl/pkg-descr Sun Feb 9 11:13:38 2014 (r343461) +++ head/devel/opencl/pkg-descr Sun Feb 9 11:16:12 2014 (r343462) @@ -4,3 +4,5 @@ other processors, giving software develo access to the power of these heterogeneous processing platforms. This is OpenCL 1.2 + +WWW: http://www.khronos.org/opencl/