diff --git a/misc/compat15x/Makefile b/misc/compat15x/Makefile index 65ce7d37ca21..ca7923ae6c44 100644 --- a/misc/compat15x/Makefile +++ b/misc/compat15x/Makefile @@ -1,55 +1,56 @@ PORTNAME= compat15x -PORTVERSION= 15.0.1500068.20251213 +PORTVERSION= 15.0.1500068.20260814 CATEGORIES= misc MASTER_SITES= LOCAL/arrowd PKGNAMESUFFIX= -${ARCH} DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= arrowd@FreeBSD.org COMMENT= Convenience package to install the compat15x libraries LICENSE= BSD2CLAUSE USES= tar:xz NO_BUILD= yes ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} COMPAT_LIBS= libtpool.so.2 \ + libusb.so.3 \ libuutil.so.2 OPTIONS_DEFINE= COMPAT32 OPTIONS_DEFAULT=COMPAT32 OPTIONS_EXCLUDE_aarch64=COMPAT32 OPTIONS_EXCLUDE_i386=COMPAT32 OPTIONS_EXCLUDE_powerpc=COMPAT32 OPTIONS_EXCLUDE_powerpc64le=COMPAT32 COMPAT32_DESC= Install 32-bit compat libraries OPTIONS_SUB= yes .include "${.CURDIR}/../compat4x/Makefile.makedist" .include .if ${OSREL:R} < 15 IGNORE= is for FreeBSD 15.x and newer .endif .include .if ${PORT_OPTIONS:MCOMPAT32} USE_LDCONFIG32= ${TARGET32_DIR} .endif do-install: @${MKDIR} -m 0755 ${STAGEDIR}${TARGET_DIR} (cd ${WRKSRC}/lib && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET_DIR}) do-install-COMPAT32-on: @${MKDIR} ${STAGEDIR}${TARGET32_DIR} (cd ${WRKSRC}/lib32 && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET32_DIR}) .include diff --git a/misc/compat15x/distinfo b/misc/compat15x/distinfo index 334b47738e31..5009713f7df1 100644 --- a/misc/compat15x/distinfo +++ b/misc/compat15x/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1765627127 -SHA256 (compat15x-aarch64-15.0.1500068.20251213.tar.xz) = 4f355f169f8f2550c6e3abd94c7a9565bc66d111f6be3aa1b3cba964dc0e57b8 -SIZE (compat15x-aarch64-15.0.1500068.20251213.tar.xz) = 19956 -SHA256 (compat15x-amd64-15.0.1500068.20251213.tar.xz) = e1b081491d8be8edfc6afedafc4553abaed1cd8abb3e7fb1f28dcd367fd1a944 -SIZE (compat15x-amd64-15.0.1500068.20251213.tar.xz) = 21740 -SHA256 (compat15x-powerpc64-15.0.1500068.20251213.tar.xz) = c442e7c2d756f98c3e778b3f9a9f5986c715cea36dde6759071953ab8501aaab -SIZE (compat15x-powerpc64-15.0.1500068.20251213.tar.xz) = 20868 -SHA256 (compat15x-powerpc64le-15.0.1500068.20251213.tar.xz) = 454981717576dddb46098868c75b8efada9aa3c9af20361a8439ca396f26c830 -SIZE (compat15x-powerpc64le-15.0.1500068.20251213.tar.xz) = 12824 +TIMESTAMP = 1786723265 +SHA256 (compat15x-aarch64-15.0.1500068.20260814.tar.xz) = d4650bc3b96b87dc877929d5a2c0f62ea6ff981614e2ff06e543e54f4589adef +SIZE (compat15x-aarch64-15.0.1500068.20260814.tar.xz) = 73500 +SHA256 (compat15x-amd64-15.0.1500068.20260814.tar.xz) = 5abea24346db725d9063b90caa8e174b6edfb9c0d93681dfce76ace8bebd696f +SIZE (compat15x-amd64-15.0.1500068.20260814.tar.xz) = 83780 +SHA256 (compat15x-powerpc64-15.0.1500068.20260814.tar.xz) = dafbf7e899121fc03600318c337694da0fb4be9f3e93ea33504911a1056c4f62 +SIZE (compat15x-powerpc64-15.0.1500068.20260814.tar.xz) = 78000 +SHA256 (compat15x-powerpc64le-15.0.1500068.20260814.tar.xz) = 047a6a4e7377025b24f45b761ab73a204339438b61352281d1474a5fb36a24a5 +SIZE (compat15x-powerpc64le-15.0.1500068.20260814.tar.xz) = 47656 diff --git a/misc/compat15x/pkg-plist.aarch64 b/misc/compat15x/pkg-plist.aarch64 index 1afdb5a82492..93d6b44ca186 100644 --- a/misc/compat15x/pkg-plist.aarch64 +++ b/misc/compat15x/pkg-plist.aarch64 @@ -1,2 +1,3 @@ lib/compat/libtpool.so.2 +lib/compat/libusb.so.3 lib/compat/libuutil.so.2 diff --git a/misc/compat15x/pkg-plist.amd64 b/misc/compat15x/pkg-plist.amd64 index 676b50ba1b74..b2abef2bad91 100644 --- a/misc/compat15x/pkg-plist.amd64 +++ b/misc/compat15x/pkg-plist.amd64 @@ -1,4 +1,6 @@ lib/compat/libtpool.so.2 +lib/compat/libusb.so.3 lib/compat/libuutil.so.2 %%COMPAT32%%lib32/compat/libtpool.so.2 +%%COMPAT32%%lib32/compat/libusb.so.3 %%COMPAT32%%lib32/compat/libuutil.so.2 diff --git a/misc/compat15x/pkg-plist.powerpc64 b/misc/compat15x/pkg-plist.powerpc64 index 676b50ba1b74..b2abef2bad91 100644 --- a/misc/compat15x/pkg-plist.powerpc64 +++ b/misc/compat15x/pkg-plist.powerpc64 @@ -1,4 +1,6 @@ lib/compat/libtpool.so.2 +lib/compat/libusb.so.3 lib/compat/libuutil.so.2 %%COMPAT32%%lib32/compat/libtpool.so.2 +%%COMPAT32%%lib32/compat/libusb.so.3 %%COMPAT32%%lib32/compat/libuutil.so.2 diff --git a/misc/compat15x/pkg-plist.powerpc64le b/misc/compat15x/pkg-plist.powerpc64le index 1afdb5a82492..93d6b44ca186 100644 --- a/misc/compat15x/pkg-plist.powerpc64le +++ b/misc/compat15x/pkg-plist.powerpc64le @@ -1,2 +1,3 @@ lib/compat/libtpool.so.2 +lib/compat/libusb.so.3 lib/compat/libuutil.so.2