Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 15:16:56 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: e0786b0bada8 - main - print/harfbuzz: switch to non-deprecated option after 08e10542edbe
Message-ID:  <202303201516.32KFGuWq039056@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=e0786b0bada8075473036860202b34f07a75157c

commit e0786b0bada8075473036860202b34f07a75157c
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 13:43:43 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 15:16:31 +0000

    print/harfbuzz: switch to non-deprecated option after 08e10542edbe
    
    https://github.com/harfbuzz/harfbuzz/commit/792ca307b0cf
---
 print/harfbuzz/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile
index 6c9cb6c7ec89..d4684c8791f1 100644
--- a/print/harfbuzz/Makefile
+++ b/print/harfbuzz/Makefile
@@ -21,7 +21,7 @@ USE_LDCONFIG=	yes
 SHEBANG_GLOB=	*.py
 CPE_VENDOR=	harfbuzz_project
 
-MESON_ARGS=	-Dglib=enabled -Dgobject=enabled -Dgraphite=enabled \
+MESON_ARGS=	-Dglib=enabled -Dgobject=enabled -Dgraphite2=enabled \
 		-Dfreetype=enabled -Dbenchmark=disabled
 
 PLIST_SUB+=	LIBVER=0.60710.0



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