Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2023 21:53:54 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 63aac3261fca - main - x11-wm/chamfer: Remove outdated PYTHON_REL check after lang/python37 removal
Message-ID:  <202308262153.37QLrs9l033904@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=63aac3261fcadbd6b9d464cdf7db95ec8af55a43

commit 63aac3261fcadbd6b9d464cdf7db95ec8af55a43
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-26 21:42:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-26 21:42:38 +0000

    x11-wm/chamfer: Remove outdated PYTHON_REL check after lang/python37 removal
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 x11-wm/chamfer/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/x11-wm/chamfer/Makefile b/x11-wm/chamfer/Makefile
index 8d725664f58a..89984dfbfbca 100644
--- a/x11-wm/chamfer/Makefile
+++ b/x11-wm/chamfer/Makefile
@@ -40,9 +40,6 @@ post-patch:
 # XXX https://github.com/mesonbuild/meson/issues/4788
 	@${REINPLACE_CMD} -e '/boost/!s/python3/python-${PYTHON_VER}/' \
 		-e '/boost/s/python3/python${PYTHON_SUFFIX}/' \
-		`if [ ${PYTHON_REL} -lt 30800 ]; then \
-			printf "%s %s" -e '/python.*embed/d'; \
-		 fi` \
 		-e '/boost/s/,/,static:true,/' \
 		${WRKSRC}/meson.build
 



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