Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 15:16:58 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3d5afae59529 - main - print/harfbuzz: drop redundant Meson option after 597837d58781
Message-ID:  <202303201516.32KFGwxa039094@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d5afae595293f22d87244f6b950abbc274ece7e

commit 3d5afae595293f22d87244f6b950abbc274ece7e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 13:57:29 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 15:16:32 +0000

    print/harfbuzz: drop redundant Meson option after 597837d58781
    
    https://github.com/harfbuzz/harfbuzz/commit/68d2e1b221ca
---
 print/harfbuzz/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile
index 5e64e7e66b2b..44775a653f77 100644
--- a/print/harfbuzz/Makefile
+++ b/print/harfbuzz/Makefile
@@ -22,7 +22,7 @@ SHEBANG_GLOB=	*.py
 CPE_VENDOR=	harfbuzz_project
 
 MESON_ARGS=	-Dglib=enabled -Dgobject=enabled -Dgraphite2=enabled \
-		-Dchafa=disabled -Dfreetype=enabled -Dbenchmark=disabled
+		-Dchafa=disabled -Dfreetype=enabled
 
 PLIST_SUB+=	LIBVER=0.60710.0
 



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