git: c6a80fa279e3 - main - misc/compat13x: Do not require 32-bit libs from base (yet)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Apr 2025 08:24:02 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c6a80fa279e3f42f44964562699ea92675e5e8e1
commit c6a80fa279e3f42f44964562699ea92675e5e8e1
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-04-13 08:22:05 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-04-13 08:23:58 +0000
misc/compat13x: Do not require 32-bit libs from base (yet)
This is a workaround until we roll out pkgbase.
PR: 286043
---
misc/compat13x/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile
index b2ee9f057d95..4f7eeda83c3b 100644
--- a/misc/compat13x/Makefile
+++ b/misc/compat13x/Makefile
@@ -1,5 +1,6 @@
PORTNAME= compat13x
PORTVERSION= 13.5.1305000.20250330
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= LOCAL/arrowd
PKGNAMESUFFIX= -${ARCH}
@@ -17,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= *:32
.include <bsd.port.pre.mk>