Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2026 20:27:05 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Cc:        Alex S <iwtcex@gmail.com>
Subject:   git: 52674a008043 - 2026Q2 - emulators/libc6-shim: Update 20251025 => 20260426
Message-ID:  <69f11819.379b2.7df29922@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q2 has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=52674a008043b53bf77a488f9b32577c4c08673f

commit 52674a008043b53bf77a488f9b32577c4c08673f
Author:     Alex S <iwtcex@gmail.com>
AuthorDate: 2026-04-28 00:41:42 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-04-28 20:26:53 +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
    
    (cherry picked from commit 8bc63e36911e7361c397574599f42b4623ccda28)
---
 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f11819.379b2.7df29922>