Index: head/benchmarks/clpeak/files/patch-src_include_common.h =================================================================== --- head/benchmarks/clpeak/files/patch-src_include_common.h (revision 442361) +++ head/benchmarks/clpeak/files/patch-src_include_common.h (nonexistent) @@ -1,31 +0,0 @@ ---- src/include/common.h.orig 2015-11-04 06:03:41 UTC -+++ src/include/common.h -@@ -8,13 +8,19 @@ - #include - #endif - -+#ifdef __FreeBSD__ -+ #include -+#endif -+ - #include - #include - #include - - #define TAB " " - #define NEWLINE "\n" -+#ifndef __FreeBSD__ - #define uint unsigned int -+#endif - - #define MAX(X, Y) \ - (X > Y)? X: Y; -@@ -41,6 +47,8 @@ - #elif defined(__arm__) - #define OS_NAME "Linux ARM" - #endif -+#elif defined(__FreeBSD__) -+ #define OS_NAME "FreeBSD" - #endif - - Property changes on: head/benchmarks/clpeak/files/patch-src_include_common.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/benchmarks/clpeak/Makefile =================================================================== --- head/benchmarks/clpeak/Makefile (revision 442361) +++ head/benchmarks/clpeak/Makefile (revision 442362) @@ -1,38 +1,36 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= clpeak -PORTVERSION= 1.0 -PORTREVISION= 2 -DISTVERSIONPREFIX= v +PORTVERSION= 1.0g20170524 CATEGORIES= benchmarks -MAINTAINER= dieterich@ogolem.org +MAINTAINER= jmd@FreeBSD.org COMMENT= Benchmarking tool to measure peak capabilities of opencl devices LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd RUN_DEPENDS= opencl>=0:devel/opencl ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON_amd64= only builds and is supported on amd64 USE_GITHUB= yes GH_ACCOUNT= krrishnarraj -GH_PROJECT= clpeak +GH_TAGNAME= 75c8746 USE_LDCONFIG= yes USE_GL= gl USES= cmake CXXFLAGS+= -std=c++11 PLIST_FILES= bin/clpeak do-install: ${INSTALL_PROGRAM} ${WRKSRC}/clpeak ${STAGEDIR}${PREFIX}/bin/clpeak .include Index: head/benchmarks/clpeak/distinfo =================================================================== --- head/benchmarks/clpeak/distinfo (revision 442361) +++ head/benchmarks/clpeak/distinfo (revision 442362) @@ -1,2 +1,3 @@ -SHA256 (krrishnarraj-clpeak-v1.0_GH0.tar.gz) = 97b738c80319807d9b20294f778dfbbe81f83bf903dd3b46619b1a71a067e469 -SIZE (krrishnarraj-clpeak-v1.0_GH0.tar.gz) = 95681 +TIMESTAMP = 1495689208 +SHA256 (krrishnarraj-clpeak-1.0g20170524-75c8746_GH0.tar.gz) = 1e393a04df56777d00baf5e954fca3224fbd2c010580db3e6f28a7182bee05c5 +SIZE (krrishnarraj-clpeak-1.0g20170524-75c8746_GH0.tar.gz) = 201266 Property changes on: head/benchmarks/clpeak/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property