summaryrefslogtreecommitdiff
path: root/math/pspp
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2002-03-07 06:46:19 +0000
committerjmc <jmc@pkgsrc.org>2002-03-07 06:46:19 +0000
commiteead42e0d616e79cbadfa34db6dd81460f1f8139 (patch)
tree1f02a4a65eb7b29b6d20c7196d1a40fd5d7f4957 /math/pspp
parentf2a2fb1ab6715c37d9ca6c8081315ade44b18180 (diff)
downloadpkgsrc-eead42e0d616e79cbadfa34db6dd81460f1f8139.tar.gz
Fix obvious bug in call to tmsg compiler was complaining about.
Diffstat (limited to 'math/pspp')
-rw-r--r--math/pspp/distinfo3
-rw-r--r--math/pspp/patches/patch-ai13
2 files changed, 15 insertions, 1 deletions
diff --git a/math/pspp/distinfo b/math/pspp/distinfo
index f2429a2be44..29b7a02b6b2 100644
--- a/math/pspp/distinfo
+++ b/math/pspp/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 08:45:43 agc Exp $
+$NetBSD: distinfo,v 1.3 2002/03/07 06:46:19 jmc Exp $
SHA1 (pspp-0.3.0.tar.gz) = 1d07a7e7ef0677e5934331ed0b80b92c7bba7074
Size (pspp-0.3.0.tar.gz) = 1122999 bytes
@@ -9,3 +9,4 @@ SHA1 (patch-ad) = 1ace1a75fdc0df11b7fe74358660efc8ab6ca914
SHA1 (patch-ae) = 9f3f6cbe2817ab5282e70559e245cf7df0016ba3
SHA1 (patch-ag) = 3a565a2becf76af67e1cf6b443ed51e24b4fd0f0
SHA1 (patch-ah) = 8fd5821c09fcc5ea4f96a198186c99e0d958842d
+SHA1 (patch-ai) = f6886d4cd3779f71353dc0e013f3b37b86fe7474
diff --git a/math/pspp/patches/patch-ai b/math/pspp/patches/patch-ai
new file mode 100644
index 00000000000..bd73ffc0b4b
--- /dev/null
+++ b/math/pspp/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.3 2002/03/07 06:46:35 jmc Exp $
+
+--- src/groff-font.c.orig Thu Mar 7 06:43:18 2002
++++ src/groff-font.c Thu Mar 7 06:43:43 2002
+@@ -397,7 +397,7 @@
+ va_list args;
+
+ va_start (args, format);
+- tmsg (class, format, args, _("installation error: Groff font error: "));
++ tmsg (class, format, _("installation error: Groff font error: "), args);
+ va_end (args);
+
+ return 0;