Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2024 10:27:54 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: 3c6ea4acbd48 - main - devel/vera++: mark as BROKEN, fails to build with boost-1.85+
Message-ID:  <202410031027.493ARs3Y043278@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=3c6ea4acbd48a9232d6f05fdf2213ae5950cb144

commit 3c6ea4acbd48a9232d6f05fdf2213ae5950cb144
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-10-03 08:26:48 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-10-03 10:25:13 +0000

    devel/vera++: mark as BROKEN, fails to build with boost-1.85+
    
    With hat:       office
    Sponsored by:   Future Crew, LLC
---
 devel/vera++/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/vera++/Makefile b/devel/vera++/Makefile
index 385c98047534..194d5684865e 100644
--- a/devel/vera++/Makefile
+++ b/devel/vera++/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vera++
 PORTVERSION=	1.3.0
-PORTREVISION=	21
+PORTREVISION=	20
 CATEGORIES=	devel
 MASTER_SITES=	https://bitbucket.org/verateam/vera/downloads/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
@@ -13,6 +13,8 @@ WWW=		https://bitbucket.org/verateam/vera/wiki/Home
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
+BROKEN=		fails to build with boost-1.85+
+
 BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs
 
 USES=		compiler:c++11-lang cmake tk


home | help

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