Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 2021 05:37:33 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 5fc6a0b54ddc - 2021Q4 - games/gnome-mahjongg: fix build with non-root user
Message-ID:  <202111190537.1AJ5bXkK015906@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5fc6a0b54ddce4956dee9218448b5064a7e1326e

commit 5fc6a0b54ddce4956dee9218448b5064a7e1326e
Author:     John Hein <jcfyecrayz@liamekaens.com>
AuthorDate: 2021-11-19 05:28:55 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2021-11-19 05:37:08 +0000

    games/gnome-mahjongg: fix build with non-root user
    
    While here, make portlint and portclippy happy.
    
    PR:             257493
    Approved by:    gnome (maintainer timeout, >3 months)
    MFH:            2021Q4
    
    (cherry picked from commit 14f6e746cafe0cad8dd201b9fbe699ddc4dd2605)
---
 games/gnome-mahjongg/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/games/gnome-mahjongg/Makefile b/games/gnome-mahjongg/Makefile
index cf7b515c05db..536a5746cd5a 100644
--- a/games/gnome-mahjongg/Makefile
+++ b/games/gnome-mahjongg/Makefile
@@ -15,12 +15,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	vala:lang/vala \
 		itstool:textproc/itstool
 
-PORTSCOUT=	limitw:1,even
-
 USES=		gettext gmake gnome localbase meson pathfix pkgconfig tar:xz
 INSTALLS_ICONS=	yes
 USE_GNOME=	cairo gtk30 intlhack librsvg2 libxml2:build
-
 GLIB_SCHEMAS=	org.gnome.Mahjongg.gschema.xml
 
+MESON_ARGS=	-Dcompile-schemas=disabled -Dupdate-icon-cache=disabled
+
+PORTSCOUT=	limitw:1,even
+
 .include <bsd.port.mk>



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