mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
emulators/libc6-shim: Update to 20250323
PR: 285613
This commit is contained in:
parent
bcb9de9ec6
commit
4cc877266a
3 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= libc6-shim
|
||||
DISTVERSION= 20250212
|
||||
DISTVERSION= 20250323
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= iwtcex@gmail.com
|
||||
|
@ -23,7 +23,7 @@ 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/with-glibc-shim
|
||||
${REINPLACE_CMD} -e 's|../lib64|../lib/${PORTNAME}|' -e 's|../lib32|../lib32/${PORTNAME}|' ${WRKSRC}/bin/c6-shim-env
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}
|
||||
|
@ -31,9 +31,11 @@ do-install:
|
|||
${MKDIR} ${STAGEDIR}${DATADIR}/icds/ocl
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}/icds/vk
|
||||
${INSTALL_SCRIPT} \
|
||||
${WRKSRC}/bin/c6-shim-env \
|
||||
${WRKSRC}/bin/c6-shim-run-exe \
|
||||
${WRKSRC}/bin/nv-sglrun \
|
||||
${WRKSRC}/bin/with-glibc-shim \
|
||||
${STAGEDIR}${PREFIX}/bin
|
||||
${LN} -s c6-shim-env ${STAGEDIR}${PREFIX}/bin/with-glibc-shim
|
||||
${INSTALL_LIB} \
|
||||
${WRKSRC}/build/lib64/libc6*.so \
|
||||
${STAGEDIR}${PREFIX}/lib/${PORTNAME}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1739406817
|
||||
SHA256 (shkhln-libc6-shim-20250212_GH0.tar.gz) = 1ee7de0fbbfeee94c7c8092eceb210cb982e8f08810aba5fd1563d5e30bc1021
|
||||
SIZE (shkhln-libc6-shim-20250212_GH0.tar.gz) = 94325
|
||||
TIMESTAMP = 1742733124
|
||||
SHA256 (shkhln-libc6-shim-20250323_GH0.tar.gz) = 600f0b25ae419f79e6a663dbc22e74d2c10f142e770044ff4744d8b04922e5fa
|
||||
SIZE (shkhln-libc6-shim-20250323_GH0.tar.gz) = 105087
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
bin/c6-shim-env
|
||||
bin/c6-shim-run-exe
|
||||
bin/nv-sglrun
|
||||
bin/with-glibc-shim
|
||||
lib/libc6-shim/libc6-debug.so
|
||||
|
|
Loading…
Add table
Reference in a new issue