Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2024 13:14:11 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 721a57f62c3e - main - finance/quickfix: Mark the broken Python option DEPRECATED as it uses py38
Message-ID:  <202411021314.4A2DEB51025247@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=721a57f62c3e9a4de92225bc16264c9352f63e95

commit 721a57f62c3e9a4de92225bc16264c9352f63e95
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-11-02 13:13:18 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-11-02 13:13:18 +0000

    finance/quickfix: Mark the broken Python option DEPRECATED as it uses py38
---
 finance/quickfix/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/finance/quickfix/Makefile b/finance/quickfix/Makefile
index 04341c9ab473..d0a480caba7a 100644
--- a/finance/quickfix/Makefile
+++ b/finance/quickfix/Makefile
@@ -47,6 +47,7 @@ INSTALL_TARGET=install-strip
 
 .if ${PORT_OPTIONS:MPYTHON}
 BROKEN=	fails to build
+DEPRECATED=	Uses expired Python 3.8
 .endif
 
 .if ${ARCH} != amd64 && ${ARCH} != i386



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