FreeBSD Bugzilla – Attachment 135461 Details for
Bug 180338
devel/opencl: new hashes (distinfo), minor changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.64 KB, created by
O. Hartmann
on 2013-07-06 01:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
O. Hartmann
Created:
2013-07-06 01:00:01 UTC
Size:
1.64 KB
patch
obsolete
>diff -Nur opencl.orig/Makefile opencl/Makefile >--- opencl.orig/Makefile 2013-05-24 16:02:12.000000000 +0200 >+++ opencl/Makefile 2013-07-06 01:45:39.000000000 +0200 >@@ -3,7 +3,7 @@ > > PORTNAME= opencl > PORTVERSION= 1.2 >-PORTREVISION= 2 >+PORTREVISION= 4 > 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 \ >@@ -12,21 +12,27 @@ > EXTRACT_ONLY= > > MAINTAINER= ohartman@zedat.fu-berlin.de >-COMMENT= Open Computing Language (OpenCL) specifications V1.2 >+COMMENT= Open Computing Language (OpenCL) specifications V1.2 (header files) > > CONFLICTS= opencl-1.[0-1] > > NO_BUILD= yes >-NO_WRKSUBDIR= yes > >-PLIST_DIRS= include/CL >+PLIST_DIRS+= include/CL > .for f in ${DISTFILES} > PLIST_FILES+=include/CL/$f > .endfor > >+pre-patch: >+ @${MKDIR} ${WRKSRC} >+.for f in ${DISTFILES} >+ @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$f ${WRKSRC}/ >+.endfor >+ > do-install: >- ${MKDIR} ${PREFIX}/include/CL >- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.h ${PREFIX}/include/CL >- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.hpp ${PREFIX}/include/CL >+ @${MKDIR} ${PREFIX}/include/CL >+.for f in ${DISTFILES} >+ @${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/include/CL >+.endfor > > .include <bsd.port.mk> >diff -Nur opencl.orig/pkg-message opencl/pkg-message >--- opencl.orig/pkg-message 1970-01-01 01:00:00.000000000 +0100 >+++ opencl/pkg-message 2013-05-26 02:04:29.000000000 +0200 >@@ -0,0 +1,5 @@ >+OpenCL is the first open, royalty-free standard for cross-platform, >+parallel programming of modern processors. >+ >+Header files will reside in PREFIX/CL, with PREFIX usually >+set to /usr/local/include.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 180338
: 135461