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 @@ -1,30 +1,32 @@ PORTNAME= angle-grinder DISTVERSIONPREFIX= v DISTVERSION= 0.19.2 PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org COMMENT= Slice and dice logs on the command line 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 PLIST_FILES= bin/agrind PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/agrind post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include