git: c6f3ac4aab38 - main - misc/compat12x: hide pam_ssh.so requirement on libssh.so.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Jun 2025 11:35:04 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c6f3ac4aab381e9b17b105c4590298a6f7b210bf
commit c6f3ac4aab381e9b17b105c4590298a6f7b210bf
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-06-04 11:32:42 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-06-04 11:34:36 +0000
misc/compat12x: hide pam_ssh.so requirement on libssh.so.5
pam_ssh requires libssh.so.5 which it not exposed by any compat*x
package for now, just remove that information from the package metadata
PR: 287002
---
misc/compat12x/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/misc/compat12x/Makefile b/misc/compat12x/Makefile
index 8df275201e16..1417f4e927ca 100644
--- a/misc/compat12x/Makefile
+++ b/misc/compat12x/Makefile
@@ -1,6 +1,6 @@
PORTNAME= compat12x
PORTVERSION= 12.2.1202000.20210406
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= LOCAL/jkim
PKGNAMESUFFIX= -${ARCH}
@@ -18,6 +18,7 @@ PLIST= ${PKGDIR}/pkg-plist.${ARCH}
TARGET_DIR= ${PREFIX}/lib/compat
TARGET32_DIR= ${PREFIX}/lib32/compat
USE_LDCONFIG= ${TARGET_DIR}
+NO_SHLIB_REQUIRES_GLOB= libssh.*
.include <bsd.port.pre.mk>