pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/zathura



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Aug 19 12:46:44 UTC 2021

Modified Files:
        pkgsrc/print/zathura: Makefile

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/print/zathura/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/zathura/Makefile
diff -u pkgsrc/print/zathura/Makefile:1.44 pkgsrc/print/zathura/Makefile:1.45
--- pkgsrc/print/zathura/Makefile:1.44  Wed Aug 18 06:25:50 2021
+++ pkgsrc/print/zathura/Makefile       Thu Aug 19 12:46:44 2021
@@ -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 @@ TOOLS_PLATFORM.msgfmt=
 
 .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