Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2023 09:07:41 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: 2a619c939866 - main - print/ft2demos: unbreak with --auto-features=enabled
Message-ID:  <202303300907.32U97fcH037775@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=2a619c939866adacafa7aec193bb286f06ebee0c

commit 2a619c939866adacafa7aec193bb286f06ebee0c
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-30 08:23:35 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-30 09:07:18 +0000

    print/ft2demos: unbreak with --auto-features=enabled
    
    subprojects/freetype2/meson.build:336:0: ERROR: Dependency "harfbuzz" not found, tried pkgconfig and cmake
    
    PR:             270361
    Reported by:    antoine (via exp-run)
---
 print/ft2demos/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile
index 4ab865261a43..2485d9b75c38 100644
--- a/print/ft2demos/Makefile
+++ b/print/ft2demos/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 
 USES=		meson tar:xz xorg
 USE_XORG=	x11
+MESON_ARGS=	-Dfreetype2:harfbuzz=disabled
 
 USE_GITLAB=	yes
 GL_PROJECT=	freetype-demos



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