git: fcc92f6e8794 - main - textproc/angle-grinder: Mark BROKEN on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Aug 2023 04:33:33 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcc92f6e8794537e2261e1c6decdef97d3bc7e08 commit fcc92f6e8794537e2261e1c6decdef97d3bc7e08 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-16 19:38:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-17 04:33:21 +0000 textproc/angle-grinder: Mark BROKEN on 14 Fails to compile with: error: failed to run custom build command for `tikv-jemalloc-sys v0.5.3+5.3.0-patched` Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- textproc/angle-grinder/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile index 73ba2643b6f0..5fed25e670a4 100644 --- a/textproc/angle-grinder/Makefile +++ b/textproc/angle-grinder/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/rcoh/angle-grinder LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_14= fails to compile: failed to run custom build command for tikv-jemalloc-sys v0.5.3+5.3.0-patched + USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= rcoh