git: 4b87c88e29a4 - main - biology/viennarna: Mark BROKEN on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 06:57:27 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b87c88e29a4bc388f2abb490e14c9497ee13226 commit 4b87c88e29a4bc388f2abb490e14c9497ee13226 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-18 06:22:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-18 06:57:13 +0000 biology/viennarna: Mark BROKEN on 14 Fails to compile with: error: no member named 'bind2nd' in namespace 'std' Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- biology/viennarna/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biology/viennarna/Makefile b/biology/viennarna/Makefile index 57f2ace011ad..2f63809d8c61 100644 --- a/biology/viennarna/Makefile +++ b/biology/viennarna/Makefile @@ -13,6 +13,8 @@ LICENSE_NAME= Vienna RNA License LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= auto-accept dist-mirror pkg-mirror +BROKEN_FreeBSD_14= fails to compile: no member named 'bind2nd' in namespace 'std' + BUILD_DEPENDS= bash:shells/bash \ libgd>0:graphics/gd # for the static lib LIB_DEPENDS= libgmp.so:math/gmp \