git: 54e319a4d909 - main - irc/ezbounce: mark as BROKEN, fails to build with boost-1.85+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Oct 2024 10:27:40 UTC
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