summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-03-13 04:42:56 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-03-13 04:42:56 +0000
commit23f9bd8d2cb0ee816fb5a5539f14d618ad695726 (patch)
tree7e57ba4b65bb67afec52dc33724cc584570819af /devel
parentca0141803534a6178dbf5d7c3a499ea6ddb8a929 (diff)
downloadpkgsrc-23f9bd8d2cb0ee816fb5a5539f14d618ad695726.tar.gz
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/gettext-tools/msgfmt-desktop.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gettext-tools/msgfmt-desktop.mk b/devel/gettext-tools/msgfmt-desktop.mk
index ed95d04a0e9..2258c3ccf22 100644
--- a/devel/gettext-tools/msgfmt-desktop.mk
+++ b/devel/gettext-tools/msgfmt-desktop.mk
@@ -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