Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2024 10:27:40 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: 54e319a4d909 - main - irc/ezbounce: mark as BROKEN, fails to build with boost-1.85+
Message-ID:  <202410031027.493AReYa042613@gitrepo.freebsd.org>

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

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

commit 54e319a4d90973f6eab00a4b9a5533d96eab7fc2
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-10-02 23:59:57 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-10-03 10:25:03 +0000

    irc/ezbounce: mark as BROKEN, fails to build with boost-1.85+
    
    With hat:       office
    Sponsored by:   Future Crew, LLC
---
 irc/ezbounce/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile
index 7791f64f63af..7064fd8319a6 100644
--- a/irc/ezbounce/Makefile
+++ b/irc/ezbounce/Makefile
@@ -11,6 +11,8 @@ WWW=		https://sourceforge.net/projects/ezbounce/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build with boost-1.85+
+
 OPTIONS_DEFINE=	DOCS SSL COMPRESS
 OPTIONS_DEFAULT=SSL COMPRESS
 OPTIONS_SUB=	yes



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