diff options
author | olgeni <olgeni@FreeBSD.org> | 2013-11-15 20:50:26 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2013-11-15 20:50:26 +0800 |
commit | e24c30a42b1deec7467c3d05c5820c864d41f23f (patch) | |
tree | b9dfbd6b31c729ec10e4096b98f257b8c4d76d9f /devel | |
parent | 9cff20c4f6a9dd2afc8df01884452a0241e6529d (diff) | |
download | freebsd-ports-gnome-e24c30a42b1deec7467c3d05c5820c864d41f23f.tar.gz freebsd-ports-gnome-e24c30a42b1deec7467c3d05c5820c864d41f23f.tar.zst freebsd-ports-gnome-e24c30a42b1deec7467c3d05c5820c864d41f23f.zip |
- Update header checksums.
- Add staging support while I'm here.
PR: ports/183989
Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/opencl/Makefile | 9 | ||||
-rw-r--r-- | devel/opencl/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/opencl/Makefile b/devel/opencl/Makefile index c36ccce0f0c3..4053c20fe8d1 100644 --- a/devel/opencl/Makefile +++ b/devel/opencl/Makefile @@ -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> diff --git a/devel/opencl/distinfo b/devel/opencl/distinfo index 8b692321cd49..1fcf1bbbbfc9 100644 --- a/devel/opencl/distinfo +++ b/devel/opencl/distinfo @@ -16,5 +16,5 @@ SHA256 (opencl/cl_gl.h) = aa49d380177ac538b8ab00196381301fac6178e5b931398e3da430 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 |