pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gettext-tools
Module Name: pkgsrc
Committed By: gutteridge
Date: Sun Mar 13 04:42:56 UTC 2022
Modified Files:
pkgsrc/devel/gettext-tools: msgfmt-desktop.mk
Log Message:
gettext-tools: add a to-do explanatory comment
Technically, we would require gettext-tools >= 0.19.7, as that's when
the --xml argument was added, rather than >= 0.15, which the tools
chain currently sets, but this seems non-trivial to adjust.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/gettext-tools/msgfmt-desktop.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gettext-tools/msgfmt-desktop.mk
diff -u pkgsrc/devel/gettext-tools/msgfmt-desktop.mk:1.1 pkgsrc/devel/gettext-tools/msgfmt-desktop.mk:1.2
--- pkgsrc/devel/gettext-tools/msgfmt-desktop.mk:1.1 Sat Mar 12 08:01:48 2022
+++ pkgsrc/devel/gettext-tools/msgfmt-desktop.mk Sun Mar 13 04:42:56 2022
@@ -1,8 +1,11 @@
-# $NetBSD: msgfmt-desktop.mk,v 1.1 2022/03/12 08:01:48 nia Exp $
+# $NetBSD: msgfmt-desktop.mk,v 1.2 2022/03/13 04:42:56 gutteridge Exp $
.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} == "NetBSD"
# Old GPLv2 version of msgfmt in NetBSD does not support --desktop/--xml.
+# XXX technically, we would require gettext-tools >= 0.19.7, as that's
+# when the --xml argument was added, rather than >= 0.15, which the tools
+# chain currently sets, but this seems non-trivial to adjust.
TOOLS_PLATFORM.msgfmt= # none
.endif
Home |
Main Index |
Thread Index |
Old Index