Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 23:03:45 GMT
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d3e06c19a118 - main - textproc/angle-grinder: Unbreak build
Message-ID:  <202308212303.37LN3j58095472@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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