Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2025 00:04:48 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 07da196944e2 - main - editors/poedit: fix build with Boost-1.89 (+)
Message-ID:  <202510220004.59M04mlP045287@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

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

commit 07da196944e237fd97f1f5dc4512b3c6cd0000f6
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-10-21 23:58:12 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-10-22 00:04:24 +0000

    editors/poedit: fix build with Boost-1.89 (+)
    
    Reported by:    fallout
---
 editors/poedit/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile
index d371892cccee..5926e24f6203 100644
--- a/editors/poedit/Makefile
+++ b/editors/poedit/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libicui18n.so:devel/icu \
 		liblucene++.so:textproc/luceneplusplus
 
-USES=				desktop-file-utils gettext-tools:build,run \
+USES=				autoreconf desktop-file-utils gettext-tools:build,run \
 				gmake gnome pkgconfig
 USE_GNOME=			cairo gdkpixbuf glib20 gtk30 pango
 USE_WX=				3.2
@@ -27,4 +27,7 @@ WX_CONF_ARGS=			absolute
 GNU_CONFIGURE=			yes
 GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
+post-patch:
+	@${REINPLACE_CMD} -e '/AX_BOOST_SYSTEM/d' ${WRKSRC}/configure.ac
+
 .include <bsd.port.mk>


home | help

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