Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 20:17:57 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: 1054b6f30ebf - main - biology/cufflinks: mark as BROKEN after recent boost upgrade
Message-ID:  <202205222017.24MKHvVr092659@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=1054b6f30ebfba3325a6d2cdb7bc1def670d3b31

commit 1054b6f30ebfba3325a6d2cdb7bc1def670d3b31
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 19:31:43 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:09 +0000

    biology/cufflinks: mark as BROKEN after recent boost upgrade
    
    PR:     246106
---
 biology/cufflinks/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/biology/cufflinks/Makefile b/biology/cufflinks/Makefile
index dcf25bfdf010..99de4da20665 100644
--- a/biology/cufflinks/Makefile
+++ b/biology/cufflinks/Makefile
@@ -17,6 +17,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libhts.so:biology/htslib
 
+BROKEN=		error: expected ';' at end of declaration
+
 USES=		autoreconf compiler:c++11-lang eigen:3 gmake python shebangfix
 SHEBANG_FILES=	src/cuffmerge
 GNU_CONFIGURE=	yes



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