pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/qsubst Add patch to make this build on -current.
details: https://anonhg.NetBSD.org/pkgsrc/rev/dcab02670a43
branches: trunk
changeset: 485127:dcab02670a43
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Dec 04 12:03:42 2004 +0000
description:
Add patch to make this build on -current.
diffstat:
textproc/qsubst/distinfo | 3 ++-
textproc/qsubst/patches/patch-ab | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r dcac082c9dfc -r dcab02670a43 textproc/qsubst/distinfo
--- a/textproc/qsubst/distinfo Sat Dec 04 12:01:39 2004 +0000
+++ b/textproc/qsubst/distinfo Sat Dec 04 12:03:42 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/22 06:00:42 simonb Exp $
+$NetBSD: distinfo,v 1.3 2004/12/04 12:03:42 wiz Exp $
SHA1 (qsubst-20010422.tar.gz) = 9602b274ff10266b94a96adc90ded003f8cdeda8
Size (qsubst-20010422.tar.gz) = 5965 bytes
SHA1 (patch-aa) = d7ff425da3ddfaca2385e5d849457e74c89acfff
+SHA1 (patch-ab) = c8d92c140ad737a9912101dfecf048984c979fb4
diff -r dcac082c9dfc -r dcab02670a43 textproc/qsubst/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/qsubst/patches/patch-ab Sat Dec 04 12:03:42 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/12/04 12:03:42 wiz Exp $
+
+--- qsubst.c.orig 2001-04-22 07:35:35.000000000 +0200
++++ qsubst.c
+@@ -181,7 +181,7 @@ static void limit_above_below(void)
+ }
+ }
+
+-static int issymchar(char c)
++static int issymchar(unsigned char c)
+ {
+ return( isascii(c) &&
+ ( isalnum(c) ||
Home |
Main Index |
Thread Index |
Old Index