diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat13x/Makefile | 10 | ||||
-rw-r--r-- | misc/compat13x/distinfo | 14 | ||||
-rw-r--r-- | misc/compat13x/pkg-plist.aarch64 | 3 | ||||
-rw-r--r-- | misc/compat13x/pkg-plist.amd64 | 6 | ||||
-rw-r--r-- | misc/compat13x/pkg-plist.i386 | 3 | ||||
-rw-r--r-- | misc/compat4x/Makefile.makedist | 14 | ||||
-rw-r--r-- | misc/py-gguf/Makefile | 2 | ||||
-rw-r--r-- | misc/py-gguf/distinfo | 6 |
8 files changed, 41 insertions, 17 deletions
diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile index f826b491abd2..ecc8fb0898c6 100644 --- a/misc/compat13x/Makefile +++ b/misc/compat13x/Makefile @@ -1,6 +1,5 @@ PORTNAME= compat13x -PORTVERSION= 13.5.1305000.20250330 -PORTREVISION= 2 +PORTVERSION= 13.5.1305000.20250516 CATEGORIES= misc MASTER_SITES= LOCAL/arrowd PKGNAMESUFFIX= -${ARCH} @@ -20,6 +19,13 @@ TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} NO_SHLIB_REQUIRES_GLOB= *:32 +COMPAT_LIBS= libcrypto.so.111 \ + libdialog.so.9 \ + libnv.so.0 \ + libssl.so.111 + +.include "${.CURDIR}/../compat4x/Makefile.makedist" + .include <bsd.port.pre.mk> .if ${OSREL:R} < 13 diff --git a/misc/compat13x/distinfo b/misc/compat13x/distinfo index fb6d30943f4b..3530110000a3 100644 --- a/misc/compat13x/distinfo +++ b/misc/compat13x/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1743323485 -SHA256 (compat13x-aarch64-13.5.1305000.20250330.tar.xz) = 374ddf4c54c950513d49fd45b30e3f36a8beaa35b11e0d9914de7fab87b45f54 -SIZE (compat13x-aarch64-13.5.1305000.20250330.tar.xz) = 1146356 -SHA256 (compat13x-amd64-13.5.1305000.20250330.tar.xz) = cca95592bad5d1ce50412ef848db1059669c6f6c8a36719c4ef6eec156ea5104 -SIZE (compat13x-amd64-13.5.1305000.20250330.tar.xz) = 2335984 -SHA256 (compat13x-i386-13.5.1305000.20250330.tar.xz) = dbfaedfd1cb9eb703109bf2c8ebb2ebf8477f9e3dd28d411fed42131665587f8 -SIZE (compat13x-i386-13.5.1305000.20250330.tar.xz) = 1248196 +TIMESTAMP = 1747389524 +SHA256 (compat13x-aarch64-13.5.1305000.20250516.tar.xz) = da6774b0ecc1d9493e208dea4f247f1c23f359e22437b3ba60c07ec6674b7c49 +SIZE (compat13x-aarch64-13.5.1305000.20250516.tar.xz) = 1319304 +SHA256 (compat13x-amd64-13.5.1305000.20250516.tar.xz) = 0a1e1990bd75ae1ca682fc919eb1ebdf1765708076287fb5e51b73a1b47c4497 +SIZE (compat13x-amd64-13.5.1305000.20250516.tar.xz) = 2700856 +SHA256 (compat13x-i386-13.5.1305000.20250516.tar.xz) = 585221d7b33ea788ce96ac1a18a3d3cc6a820dd64a0c275ed15aedf23541dea7 +SIZE (compat13x-i386-13.5.1305000.20250516.tar.xz) = 1437620 diff --git a/misc/compat13x/pkg-plist.aarch64 b/misc/compat13x/pkg-plist.aarch64 index 56fe0dda5ab0..9dbf2f634e46 100644 --- a/misc/compat13x/pkg-plist.aarch64 +++ b/misc/compat13x/pkg-plist.aarch64 @@ -1,4 +1,5 @@ lib/compat/libcrypto.so.111 -@comment lib/compat/libmd.so.6 +lib/compat/libdialog.so.9 +@comment lib/compat/libncursesw.so.9 lib/compat/libnv.so.0 lib/compat/libssl.so.111 diff --git a/misc/compat13x/pkg-plist.amd64 b/misc/compat13x/pkg-plist.amd64 index de92382731bc..4ea5ff3d48e0 100644 --- a/misc/compat13x/pkg-plist.amd64 +++ b/misc/compat13x/pkg-plist.amd64 @@ -1,8 +1,10 @@ lib/compat/libcrypto.so.111 -@comment lib/compat/libmd.so.6 +lib/compat/libdialog.so.9 +@comment lib/compat/libncursesw.so.9 lib/compat/libnv.so.0 lib/compat/libssl.so.111 lib32/compat/libcrypto.so.111 -@comment lib32/compat/libmd.so.6 +lib32/compat/libdialog.so.9 +@comment lib32/compat/libncursesw.so.9 lib32/compat/libnv.so.0 lib32/compat/libssl.so.111 diff --git a/misc/compat13x/pkg-plist.i386 b/misc/compat13x/pkg-plist.i386 index 56fe0dda5ab0..9dbf2f634e46 100644 --- a/misc/compat13x/pkg-plist.i386 +++ b/misc/compat13x/pkg-plist.i386 @@ -1,4 +1,5 @@ lib/compat/libcrypto.so.111 -@comment lib/compat/libmd.so.6 +lib/compat/libdialog.so.9 +@comment lib/compat/libncursesw.so.9 lib/compat/libnv.so.0 lib/compat/libssl.so.111 diff --git a/misc/compat4x/Makefile.makedist b/misc/compat4x/Makefile.makedist new file mode 100644 index 000000000000..0e011f3ddeb3 --- /dev/null +++ b/misc/compat4x/Makefile.makedist @@ -0,0 +1,14 @@ +_VER= ${PORTVERSION:C/\..*//g}.${PORTVERSION:C/[^\.]*\.//:C/\..*//g} + +makedist: +.for lib in ${COMPAT_LIBS} + ${ECHO_CMD} ${lib} >> /tmp/compat-libs +.endfor +.for arch in ${ONLY_FOR_ARCHS} + cd /tmp && ${SH} ${PORTSDIR}/Tools/scripts/gen-compat.sh ${_VER} ${arch} /tmp/compat-libs +.endfor + @${ECHO_CMD} + @${ECHO_CMD} Now run + @${ECHO_CMD} 'mv /tmp/${PORTNAME}-* ${PORTSDIR}/distfiles/' + @${ECHO_CMD} adjust PORTVERSION accordingly and run + @${ECHO_CMD} ${MAKE} -C ${.CURDIR} makesum diff --git a/misc/py-gguf/Makefile b/misc/py-gguf/Makefile index 05b335f0f495..b4b655f4ac86 100644 --- a/misc/py-gguf/Makefile +++ b/misc/py-gguf/Makefile @@ -24,7 +24,7 @@ USE_PYTHON= pep517 autoplist pytest USE_GITHUB= yes GH_ACCOUNT= ggml-org GH_PROJECT= llama.cpp -GH_TAGNAME= b5371 +GH_TAGNAME= b5401 WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/gguf-py diff --git a/misc/py-gguf/distinfo b/misc/py-gguf/distinfo index 1b9000f89f7c..ef894882703d 100644 --- a/misc/py-gguf/distinfo +++ b/misc/py-gguf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747201428 -SHA256 (ggml-org-llama.cpp-0.16.3.5371-b5371_GH0.tar.gz) = cce50220507565b78423fc45a1c534dc088289ab898517a379fdbf733ffd72bf -SIZE (ggml-org-llama.cpp-0.16.3.5371-b5371_GH0.tar.gz) = 21147325 +TIMESTAMP = 1747374589 +SHA256 (ggml-org-llama.cpp-0.16.3.5401-b5401_GH0.tar.gz) = 140f105308371c79e5a7f2f0e111481c24ff1342e44cae2bc0cedd2808d8e24c +SIZE (ggml-org-llama.cpp-0.16.3.5401-b5401_GH0.tar.gz) = 21781878 |