git: 1054b6f30ebf - main - biology/cufflinks: mark as BROKEN after recent boost upgrade
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 20:17:57 UTC
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