Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2026 07:33:09 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5c0a6d423b70 - main - misc/compat10x: do not require libssh.so.5 for i386
Message-ID:  <69dc9c35.3b2e5.32a25f9f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c0a6d423b70c84b9c80c0c361074c41f8cc950e

commit 5c0a6d423b70c84b9c80c0c361074c41f8cc950e
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-04-13 07:07:27 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-04-13 07:22:43 +0000

    misc/compat10x: do not require libssh.so.5 for i386
    
    This was already fixed for amd64 in dd2c7a1e797fda40b1f9a31079275c022a2f8018
    the i386 version of the package was forgotten
    
    PR:     293874
---
 misc/compat10x/Makefile       | 2 +-
 misc/compat10x/pkg-plist.i386 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/compat10x/Makefile b/misc/compat10x/Makefile
index d75ad729e444..8809fa2ea558 100644
--- a/misc/compat10x/Makefile
+++ b/misc/compat10x/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	compat10x
 PORTVERSION=	10.4.1004000.20181014
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	misc
 MASTER_SITES=	LOCAL/des
 PKGNAMESUFFIX=	-${ARCH}
diff --git a/misc/compat10x/pkg-plist.i386 b/misc/compat10x/pkg-plist.i386
index 5ff00830329b..a13580b77049 100644
--- a/misc/compat10x/pkg-plist.i386
+++ b/misc/compat10x/pkg-plist.i386
@@ -37,6 +37,6 @@ lib/compat/pam_rhosts.so.5
 lib/compat/pam_rootok.so.5
 lib/compat/pam_securetty.so.5
 lib/compat/pam_self.so.5
-lib/compat/pam_ssh.so.5
+@comment lib/compat/pam_ssh.so.5
 lib/compat/pam_tacplus.so.5
 lib/compat/pam_unix.so.5


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dc9c35.3b2e5.32a25f9f>