git: faf4441dcb7c - main - devel/tcl[89]-thread: specify PORTSCOUT limits
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Aug 2025 09:07:36 UTC
The branch main has been updated by gahr:
URL: https://cgit.FreeBSD.org/ports/commit/?id=faf4441dcb7cea9ba097526f3536d9f9b8f3ebb3
commit faf4441dcb7cea9ba097526f3536d9f9b8f3ebb3
Author: Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2025-08-11 09:05:10 +0000
Commit: Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2025-08-11 09:05:10 +0000
devel/tcl[89]-thread: specify PORTSCOUT limits
---
devel/tcl8-thread/Makefile | 2 ++
devel/tcl9-thread/Makefile | 2 ++
2 files changed, 4 insertions(+)
diff --git a/devel/tcl8-thread/Makefile b/devel/tcl8-thread/Makefile
index 0e36cf118bb7..6160c72e13ee 100644
--- a/devel/tcl8-thread/Makefile
+++ b/devel/tcl8-thread/Makefile
@@ -33,6 +33,8 @@ LMDB_CONFIGURE_WITH= lmdb
PORTDOCS= *
+PORTSCOUT= limit:^2\.
+
post-patch:
@${REINPLACE_CMD} "/INSTALL_LIBRARY=/s|'\$$| -s'|" \
${WRKSRC}/tclconfig/tcl.m4
diff --git a/devel/tcl9-thread/Makefile b/devel/tcl9-thread/Makefile
index 2cf8c0a32c55..476a489c7b10 100644
--- a/devel/tcl9-thread/Makefile
+++ b/devel/tcl9-thread/Makefile
@@ -33,6 +33,8 @@ LMDB_CONFIGURE_WITH= lmdb
PORTDOCS= *
+PORTSCOUT= limit:^3\.
+
post-patch:
@${REINPLACE_CMD} "/INSTALL_LIBRARY=/s|'\$$| -s'|" \
${WRKSRC}/tclconfig/tcl.m4