pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/xpp Fixed "extra qualification".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ab280a67a6f
branches:  trunk
changeset: 535961:2ab280a67a6f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 30 19:35:12 2007 +0000

description:
Fixed "extra qualification".

diffstat:

 print/xpp/distinfo         |   3 ++-
 print/xpp/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r c347382a349c -r 2ab280a67a6f print/xpp/distinfo
--- a/print/xpp/distinfo        Fri Nov 30 19:32:55 2007 +0000
+++ b/print/xpp/distinfo        Fri Nov 30 19:35:12 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2006/05/07 01:47:00 chap Exp $
+$NetBSD: distinfo,v 1.8 2007/11/30 19:35:12 rillig Exp $
 
 SHA1 (xpp-1.5.tar.gz) = 7f3c1427979516e47402a0acb708eb83b68daa61
 RMD160 (xpp-1.5.tar.gz) = a64ec4c93013d1db08a6c9b6705b43850c36c337
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = f8df413715f4f9319f8d52358a99e54d31cd5a6f
 SHA1 (patch-ab) = 76d0ca39bef410e580f805ca10a3d953285c58bb
 SHA1 (patch-ac) = d94f9359d19de5dff684f61a53af4607bb31f78c
+SHA1 (patch-ad) = 8cda85598eb8a8621aed9293e532c1aa9a2603c0
diff -r c347382a349c -r 2ab280a67a6f print/xpp/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xpp/patches/patch-ad        Fri Nov 30 19:35:12 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/11/30 19:35:12 rillig Exp $
+
+--- xpp.h.orig 2004-12-06 17:59:35.000000000 +0000
++++ xpp.h      2007-11-30 19:24:17.000000000 +0000
+@@ -177,7 +177,7 @@ public:
+    */
+ 
+   int /* O - index of the record of the given option in the array */
+-  printFiles::getSpecialOptionIndex(int *num_special_opts_in_arr,
++  getSpecialOptionIndex(int *num_special_opts_in_arr,
+                                     /* number of options in the array */
+                                     special_opt_t **special_opts_arr,
+                                       /* array of numerical/string 



Home | Main Index | Thread Index | Old Index