Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2023 10:29:48 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: c41e17a96de1 - main - x11-toolkits/girara: unbreak with --auto-features=enabled
Message-ID:  <202303271029.32RATmmX060160@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=c41e17a96de1e36d428319119d90e08a4c75108d

commit c41e17a96de1e36d428319119d90e08a4c75108d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-27 09:45:22 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-27 10:29:11 +0000

    x11-toolkits/girara: unbreak with --auto-features=enabled
    
    doc/meson.build:1:0: ERROR: Program 'doxygen' not found or not executable
    tests/meson.build:1:0: ERROR: Dependency "check" not found, tried pkgconfig
    
    PR:             270361
    Reported by:    antoine (via exp-run)
---
 x11-toolkits/girara/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-toolkits/girara/Makefile b/x11-toolkits/girara/Makefile
index 7ab403721cea..359ae31b31a7 100644
--- a/x11-toolkits/girara/Makefile
+++ b/x11-toolkits/girara/Makefile
@@ -11,6 +11,7 @@ WWW=		https://pwmt.org/projects/girara/
 USES=		compiler:c11 gnome meson pathfix pkgconfig tar:xz
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30
 USE_LDCONFIG=	yes
+MESON_ARGS=	-Ddocs=disabled -Dtests=disabled
 
 PATHFIX_MAKEFILEIN=	Makefile
 LIBDIR=			${PREFIX}/lib



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