git: 8bc63e36911e - main - emulators/libc6-shim: Update 20251025 => 20260426
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Apr 2026 00:44:51 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8bc63e36911e7361c397574599f42b4623ccda28
commit 8bc63e36911e7361c397574599f42b4623ccda28
Author: Alex S <iwtcex@gmail.com>
AuthorDate: 2026-04-28 00:41:42 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-04-28 00:44:47 +0000
emulators/libc6-shim: Update 20251025 => 20260426
Commit log:
https://github.com/shkhln/libc6-shim/compare/20251025...20260426
While here:
- Remove unnecessary GH_PROJECT - it's default value.
- Split long lines in post-patch.
- Merge MKDIRs in do-install.
PR: 294834
Sponsored by: UNIS Labs
---
emulators/libc6-shim/Makefile | 18 ++++++++++--------
emulators/libc6-shim/distinfo | 6 +++---
2 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/emulators/libc6-shim/Makefile b/emulators/libc6-shim/Makefile
index fd4e553e7902..afc062c6ffdf 100644
--- a/emulators/libc6-shim/Makefile
+++ b/emulators/libc6-shim/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libc6-shim
-DISTVERSION= 20251025
+DISTVERSION= 20260426
CATEGORIES= emulators
MAINTAINER= iwtcex@gmail.com
@@ -17,19 +17,21 @@ RUN_DEPENDS= libepoll-shim-i386>=0:devel/libepoll-shim@i386
USES= ruby
USE_GITHUB= yes
GH_ACCOUNT= shkhln
-GH_PROJECT= libc6-shim
PORTSCOUT= ignore:1
post-patch:
- ${REINPLACE_CMD} -e 's|../icds|../${DATADIR_REL}/icds|' ${WRKSRC}/bin/nv-sglrun
- ${REINPLACE_CMD} -e 's|../lib64|../lib/${PORTNAME}|' -e 's|../lib32|../lib32/${PORTNAME}|' ${WRKSRC}/bin/c6-shim-env
+ ${REINPLACE_CMD} -e 's|../icds|../${DATADIR_REL}/icds|' \
+ ${WRKSRC}/bin/nv-sglrun
+ ${REINPLACE_CMD} -e 's|../lib64|../lib/${PORTNAME}|' \
+ -e 's|../lib32|../lib32/${PORTNAME}|' \
+ ${WRKSRC}/bin/c6-shim-env
do-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}
- ${MKDIR} ${STAGEDIR}${PREFIX}/lib32/${PORTNAME}
- ${MKDIR} ${STAGEDIR}${DATADIR}/icds/ocl
- ${MKDIR} ${STAGEDIR}${DATADIR}/icds/vk
+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} \
+ ${STAGEDIR}${PREFIX}/lib32/${PORTNAME} \
+ ${STAGEDIR}${DATADIR}/icds/ocl \
+ ${STAGEDIR}${DATADIR}/icds/vk
${INSTALL_SCRIPT} \
${WRKSRC}/bin/c6-shim-env \
${WRKSRC}/bin/c6-shim-run-exe \
diff --git a/emulators/libc6-shim/distinfo b/emulators/libc6-shim/distinfo
index 4cfa23a50348..ea1cbdbf9154 100644
--- a/emulators/libc6-shim/distinfo
+++ b/emulators/libc6-shim/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761432145
-SHA256 (shkhln-libc6-shim-20251025_GH0.tar.gz) = ca83120384be7af526d63aafddaf617d7bb3c63da957950536740aa2c0d38ab3
-SIZE (shkhln-libc6-shim-20251025_GH0.tar.gz) = 105640
+TIMESTAMP = 1777330549
+SHA256 (shkhln-libc6-shim-20260426_GH0.tar.gz) = 7b80098cebaac54a0ac8170f2d9fb7cb5ff1e77468636a2e8c1d41f4a2bd9227
+SIZE (shkhln-libc6-shim-20260426_GH0.tar.gz) = 106442