git: d3e06c19a118 - main - textproc/angle-grinder: Unbreak build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Aug 2023 23:03:45 UTC
The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3e06c19a1188ccebdd5502ed35723af7ecb10cf commit d3e06c19a1188ccebdd5502ed35723af7ecb10cf Author: Lewis Cook <lcook@FreeBSD.org> AuthorDate: 2023-08-21 23:00:38 +0000 Commit: Lewis Cook <lcook@FreeBSD.org> CommitDate: 2023-08-21 23:00:38 +0000 textproc/angle-grinder: Unbreak build The crate `tikv-jemalloc-sys` requires `gmake` during the build process, add it to the `USES` directive. Reported by: pkg-fallout MFH: 2023Q3 --- textproc/angle-grinder/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile index 5fed25e670a4..191e7cf763a2 100644 --- a/textproc/angle-grinder/Makefile +++ b/textproc/angle-grinder/Makefile @@ -1,7 +1,7 @@ PORTNAME= angle-grinder DISTVERSIONPREFIX= v DISTVERSION= 0.19.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org @@ -11,9 +11,7 @@ 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 +USES= cargo gmake ssl USE_GITHUB= yes GH_ACCOUNT= rcoh