git: 419cb445bbef - main - misc/compat15x: Add libusb.so.3

Gleb Popov <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=419cb445bbef52f5f1f202d648aefaf48efe330a

commit 419cb445bbef52f5f1f202d648aefaf48efe330a
Author:     Gleb Popov <[email protected]>
AuthorDate: 2026-08-14 16:24:02 +0000
Commit:     Gleb Popov <[email protected]>
CommitDate: 2026-08-14 16:51:17 +0000

    misc/compat15x: Add libusb.so.3
    
    Reported by:    des
---
 misc/compat15x/Makefile              |  3 ++-
 misc/compat15x/distinfo              | 18 +++++++++---------
 misc/compat15x/pkg-plist.aarch64     |  1 +
 misc/compat15x/pkg-plist.amd64       |  2 ++
 misc/compat15x/pkg-plist.powerpc64   |  2 ++
 misc/compat15x/pkg-plist.powerpc64le |  1 +
 6 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/misc/compat15x/Makefile b/misc/compat15x/Makefile
index 65ce7d37ca21..ca7923ae6c44 100644
--- a/misc/compat15x/Makefile
+++ b/misc/compat15x/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	compat15x
-PORTVERSION=	15.0.1500068.20251213
+PORTVERSION=	15.0.1500068.20260814
 CATEGORIES=	misc
 MASTER_SITES=	LOCAL/arrowd
 PKGNAMESUFFIX=	-${ARCH}
@@ -19,6 +19,7 @@ TARGET32_DIR=	${PREFIX}/lib32/compat
 USE_LDCONFIG=	${TARGET_DIR}
 
 COMPAT_LIBS=	libtpool.so.2 \
+		libusb.so.3 \
 		libuutil.so.2
 
 OPTIONS_DEFINE=	COMPAT32
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.