git: 7a59876a08eb - main - security/libssh: Remove USES=pathfix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Dec 2025 16:04:06 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7a59876a08eb0bce6fc6db8ec3f5278218c31cf1
commit 7a59876a08eb0bce6fc6db8ec3f5278218c31cf1
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 15:55:58 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 15:55:58 +0000
security/libssh: Remove USES=pathfix
---
security/libssh/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index ca2a978fb8b4..8c4d4a459eaa 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
TEST_DEPENDS= cmocka>=0:sysutils/cmocka
-USES= cmake:testing cpe pathfix tar:xz
+USES= cmake:testing cpe tar:xz
CMAKE_ARGS= -DCMAKE_CTEST_ARGUMENTS="-E;'torture_config|torture_misc'" \
-DGLOBAL_BIND_CONFIG=${PREFIX}/etc/ssh/libssh_server_config \