Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 23:05:13 GMT
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 6f3d776552e7 - 2023Q3 - textproc/angle-grinder: Unbreak build
Message-ID:  <202308212305.37LN5D2U095978@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by lcook:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6f3d776552e7014e9a375f2f585611558a2a152f

commit 6f3d776552e7014e9a375f2f585611558a2a152f
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:04:55 +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
    
    (cherry picked from commit d3e06c19a1188ccebdd5502ed35723af7ecb10cf)
---
 textproc/angle-grinder/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile
index 2543d2f6c592..191e7cf763a2 100644
--- a/textproc/angle-grinder/Makefile
+++ b/textproc/angle-grinder/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	angle-grinder
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.19.2
+PORTREVISION=	2
 CATEGORIES=	textproc
 
 MAINTAINER=	lcook@FreeBSD.org
@@ -10,7 +11,7 @@ WWW=		https://github.com/rcoh/angle-grinder
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cargo ssl
+USES=		cargo gmake ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	rcoh
 



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