FreeBSD Bugzilla – Attachment 247929 Details for
Bug 276593
devel/ocl-icd: Update to 2.3.2 and solve MANDOC issue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update 2.3.2 and solve a mandoc issue (see PR 276592 )
update-ocl-icd-2.3.2_mandoc_issue.patch (text/plain), 3.22 KB, created by
O. Hartmann
on 2024-01-24 16:13:30 UTC
(
hide
)
Description:
update 2.3.2 and solve a mandoc issue (see PR 276592 )
Filename:
MIME Type:
Creator:
O. Hartmann
Created:
2024-01-24 16:13:30 UTC
Size:
3.22 KB
patch
obsolete
>From e1bf88eef0eb864b9dce0adbb0fd7a6c165f1caa Mon Sep 17 00:00:00 2001 >From: "O. Hartmann" <ohartmann@walstatt.org> >Date: Wed, 24 Jan 2024 17:05:45 +0059 >Subject: [PATCH] Update ocl-icd 2.3.2 plus DOC/MANPAGE Handhabung > >--- > devel/ocl-icd/Makefile | 10 ++++++++-- > devel/ocl-icd/distinfo | 6 +++--- > devel/ocl-icd/pkg-descr | 7 +++++++ > devel/ocl-icd/pkg-message | 21 +++++++++++++++++++++ > devel/ocl-icd/pkg-plist | 1 + > 5 files changed, 40 insertions(+), 5 deletions(-) > create mode 100644 devel/ocl-icd/pkg-message > >diff --git a/devel/ocl-icd/Makefile b/devel/ocl-icd/Makefile >index f5631d76417b..9b942e2c0f94 100644 >--- a/devel/ocl-icd/Makefile >+++ b/devel/ocl-icd/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= ocl-icd >-PORTVERSION= 2.3.1 >-PORTREVISION= 1 >+PORTVERSION= 2.3.2 > DISTVERSIONPREFIX= v > CATEGORIES= devel > >@@ -34,8 +33,15 @@ OPTIONS_SUB= yes > MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \ > xmlto:textproc/xmlto > >+.include <bsd.port.options.mk> >+ > post-patch: >+.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} > @${REINPLACE_CMD} -e 's|/etc/|${LOCALBASE}/etc/|g' \ > ${WRKSRC}/doc/libOpenCL.7.txt.in >+.else >+ @${REINPLACE_CMD} -e 's|doc tests|tests|g' \ >+ ${WRKSRC}/Makefile.am >+.endif > > .include <bsd.port.mk> >diff --git a/devel/ocl-icd/distinfo b/devel/ocl-icd/distinfo >index d806d7632b26..68c17e0cb088 100644 >--- a/devel/ocl-icd/distinfo >+++ b/devel/ocl-icd/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1635003200 >-SHA256 (OCL-dev-ocl-icd-v2.3.1_GH0.tar.gz) = a32b67c2d52ffbaf490be9fc18b46428ab807ab11eff7664d7ff75e06cfafd6d >-SIZE (OCL-dev-ocl-icd-v2.3.1_GH0.tar.gz) = 102616 >+TIMESTAMP = 1686998862 >+SHA256 (OCL-dev-ocl-icd-v2.3.2_GH0.tar.gz) = ec47d7dcd961ea06695b067e8b7edb82e420ddce03e0081a908c62fd0b8535c5 >+SIZE (OCL-dev-ocl-icd-v2.3.2_GH0.tar.gz) = 108988 >diff --git a/devel/ocl-icd/pkg-descr b/devel/ocl-icd/pkg-descr >index 484b2f6401ab..3959acc4d412 100644 >--- a/devel/ocl-icd/pkg-descr >+++ b/devel/ocl-icd/pkg-descr >@@ -1,4 +1,11 @@ >+[ >+{ type: install >+ message: <<EOM > OpenCL implementations are provided as ICD (Installable Client Driver). An > OpenCL program can use several ICD thanks to the use of an ICD Loader as > provided by this project. This free ICD Loader can load any (free or non > free) ICD. >+ >+EOM >+} >+] >diff --git a/devel/ocl-icd/pkg-message b/devel/ocl-icd/pkg-message >new file mode 100644 >index 000000000000..5ff8915adbaf >--- /dev/null >+++ b/devel/ocl-icd/pkg-message >@@ -0,0 +1,21 @@ >+Check your environment variable >+ >+ OLC_ICD_VENODRDIR >+ >+On FreeBSD, this is set to >+ >+ OCL_ICD_VENDORDIR=/usr/local/etc/OpenCL/vendors >+ >+The OCL_ICD_VENDORDIR >+(ICD = Installable Client Driver) holds the platform >+specific driver configuration files (i.e Intel, >+nVidia, AMD, other OpenCL capable devices). >+ >+It could be set globally from your system's shell environemt >+setting, for >+ >+csh in /etc/csh.cshrc: >+ setenv OCL_ICD_VENDORDIR /usr/local/etc/OpenCL/vendors >+ >+or for sh/bash/ksh and derivatives, /etc/profile: >+ export OCL_ICD_VENDORDIR=/usr/local/etc/OpenCL/vendors >diff --git a/devel/ocl-icd/pkg-plist b/devel/ocl-icd/pkg-plist >index b2f9824ee55f..bad5079a1e02 100644 >--- a/devel/ocl-icd/pkg-plist >+++ b/devel/ocl-icd/pkg-plist >@@ -1,3 +1,4 @@ >+bin/cllayerinfo > include/ocl_icd.h > lib/libOpenCL.so > lib/libOpenCL.so.1 >-- >2.43.0 >
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 276593
: 247929