Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2025 18:25:43 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c77bb98b0611 - main - x11-wm/chamfer: unbreak build after a37d81291667
Message-ID:  <202510201825.59KIPhhk089197@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jbeich:

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

commit c77bb98b061193976fb5744464cec30bc0868e57
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-10-20 18:22:56 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-10-20 18:24:33 +0000

    x11-wm/chamfer: unbreak build after a37d81291667
    
    Run-time dependency Boost (found: filesystem, python311 | missing: system) found: NO (tried system)
    
    meson.build:43:1: ERROR: Dependency "boost" not found, tried system
---
 x11-wm/chamfer/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-wm/chamfer/Makefile b/x11-wm/chamfer/Makefile
index fad5736e9d6c..aa8e04736d0f 100644
--- a/x11-wm/chamfer/Makefile
+++ b/x11-wm/chamfer/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	chamfer
 DISTVERSION=	s20240928
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-wm
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -41,6 +41,7 @@ post-patch:
 # XXX import('python').find_installation().dependency()
 	@${REINPLACE_CMD} -e '/boost/!s/python3/python-${PYTHON_VER}/' \
 		-e '/boost/s/,/,static:true,/' \
+		-e "/boost/s/'system',//" \
 		${WRKSRC}/meson.build
 
 do-install:


help

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