pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/zathura (print/zauthura) Add gettext-tools/build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63fefd66fc6d
branches:  trunk
changeset: 457157:63fefd66fc6d
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Aug 19 12:46:44 2021 +0000

description:
(print/zauthura) Add gettext-tools/buildlink3.mk,  the error was listed below

[4/39] Generating org.pwmt.zathura.desktop_data_merge with a custom command
FAILED: data/org.pwmt.zathura.desktop
/usr/pkg/bin/meson --internal msgfmthelper
        ../data/org.pwmt.zathura.desktop.in data/org.pwmt.zathura.desktop desktop
        /tmp/print/zathura/work/zathura-0.4.8/po
msgfmt: unknown option -- desktop
Try `msgfmt --help' for more information.
[5/39] Generating org.pwmt.zathura.appdata.xml_data_merge with a custom command
FAILED: data/org.pwmt.zathura.appdata.xml
/usr/pkg/bin/meson --internal msgfmthelper ../data/org.pwmt.zathura.appdata.xml.in
        data/org.pwmt.zathura.appdata.xml xml /tmp/print/zathura/work/zathura-0.4.8/po
msgfmt: unknown option -- xml
Try `msgfmt --help' for more information.

diffstat:

 print/zathura/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 84e8a55273dd -r 63fefd66fc6d print/zathura/Makefile
--- a/print/zathura/Makefile    Thu Aug 19 09:37:57 2021 +0000
+++ b/print/zathura/Makefile    Thu Aug 19 12:46:44 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2021/08/18 06:25:50 nia Exp $
+# $NetBSD: Makefile,v 1.45 2021/08/19 12:46:44 mef Exp $
 
 DISTNAME=      zathura-0.4.8
 CATEGORIES=    print
@@ -34,6 +34,7 @@
 
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/meson/build.mk"
+.include "../../devel/gettext-tools/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 BUILDLINK_ABI_DEPENDS.girara?= girara>=0.3.6
 .include "../../graphics/girara/buildlink3.mk"



Home | Main Index | Thread Index | Old Index