git: 2d2c2821bca5 - main - lang/python{38, 39, 310}: mark DEBUG option BROKEN (incorrect plist)
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 14 20:31:35 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2d2c2821bca5933475c6c418057f1480b85ded9b
commit 2d2c2821bca5933475c6c418057f1480b85ded9b
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-07-14 20:27:00 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-07-14 20:28:01 +0000
lang/python{38,39,310}: mark DEBUG option BROKEN (incorrect plist)
PR: 256558
Approved by: portmgr blanket
---
lang/python310/Makefile | 1 +
lang/python38/Makefile | 1 +
lang/python39/Makefile | 1 +
3 files changed, 3 insertions(+)
diff --git a/lang/python310/Makefile b/lang/python310/Makefile
index 12f1eee69342..659471f703d6 100644
--- a/lang/python310/Makefile
+++ b/lang/python310/Makefile
@@ -70,6 +70,7 @@ FNV_CONFIGURE_ON= --with-hash-algorithm=fnv
SIPHASH_CONFIGURE_ON= --with-hash-algorithm=siphash24
DEBUG_CONFIGURE_WITH= pydebug
+DEBUG_BROKEN= incorrect pkg-plist
IPV6_CONFIGURE_ENABLE= ipv6
LIBMPDEC_CONFIGURE_ON= --with-system-libmpdec
diff --git a/lang/python38/Makefile b/lang/python38/Makefile
index 26f043a13531..3d109ae85494 100644
--- a/lang/python38/Makefile
+++ b/lang/python38/Makefile
@@ -69,6 +69,7 @@ FNV_CONFIGURE_ON= --with-hash-algorithm=fnv
SIPHASH_CONFIGURE_ON= --with-hash-algorithm=siphash24
DEBUG_CONFIGURE_WITH= pydebug
+DEBUG_BROKEN= incorrect pkg-plist
IPV6_CONFIGURE_ENABLE= ipv6
LIBMPDEC_CONFIGURE_ON= --with-system-libmpdec
diff --git a/lang/python39/Makefile b/lang/python39/Makefile
index e937b5a23b23..295caa13d560 100644
--- a/lang/python39/Makefile
+++ b/lang/python39/Makefile
@@ -70,6 +70,7 @@ FNV_CONFIGURE_ON= --with-hash-algorithm=fnv
SIPHASH_CONFIGURE_ON= --with-hash-algorithm=siphash24
DEBUG_CONFIGURE_WITH= pydebug
+DEBUG_BROKEN= incorrect pkg-plist
IPV6_CONFIGURE_ENABLE= ipv6
LIBMPDEC_CONFIGURE_ON= --with-system-libmpdec
More information about the dev-commits-ports-all
mailing list