Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 20:31:35 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2d2c2821bca5 - main - lang/python{38, 39, 310}: mark DEBUG option BROKEN (incorrect plist)
Message-ID:  <202107142031.16EKVZIc056691@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2d2c2821bca5933475c6c418057f1480b85ded9b

commit 2d2c2821bca5933475c6c418057f1480b85ded9b
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-07-14 20:27:00 +0000
Commit:     Dmitry Marakasov <amdmi3@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107142031.16EKVZIc056691>