pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/sablotron patch-ac is not needed anymore with...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a04ff96c526c
branches: trunk
changeset: 460530:a04ff96c526c
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sun Aug 31 10:58:37 2003 +0000
description:
patch-ac is not needed anymore with version 1.0 (and doesn't apply, even)
diffstat:
textproc/sablotron/distinfo | 3 +--
textproc/sablotron/patches/patch-ac | 12 ------------
2 files changed, 1 insertions(+), 14 deletions(-)
diffs (26 lines):
diff -r f14cb1936a76 -r a04ff96c526c textproc/sablotron/distinfo
--- a/textproc/sablotron/distinfo Sun Aug 31 10:56:34 2003 +0000
+++ b/textproc/sablotron/distinfo Sun Aug 31 10:58:37 2003 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/08/31 10:30:17 jdolecek Exp $
+$NetBSD: distinfo,v 1.8 2003/08/31 10:58:37 jdolecek Exp $
SHA1 (Sablot-1.0.tar.gz) = f31512d8833d12cdc1a174358b93228800dabe22
Size (Sablot-1.0.tar.gz) = 484144 bytes
-SHA1 (patch-ac) = 4637c2b23ed6a445e4e70976c56fb6bd37ce7a1c
diff -r f14cb1936a76 -r a04ff96c526c textproc/sablotron/patches/patch-ac
--- a/textproc/sablotron/patches/patch-ac Sun Aug 31 10:56:34 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2002/09/25 23:17:29 jwise Exp $
---- src/engine/parser.cpp.orig Wed Sep 25 18:55:34 2002
-+++ src/engine/parser.cpp Wed Sep 25 18:53:36 2002
-@@ -428,7 +428,7 @@
- if (!(firstTime && rawBuffer[0] == (char) 0xEF &&
- rawBuffer[1] == (char) 0xBB && rawBuffer[2] == (char) 0xBF))
- S.setCurrLine(XML_GetCurrentLineNumber(parser));
-- int code = XML_GetErrorCode(parser);
-+ enum XML_Error code = XML_GetErrorCode(parser);
- Str eCodeStr, eNameStr;
- eCodeStr = code;
- eNameStr = (char*) XML_ErrorString(code);
Home |
Main Index |
Thread Index |
Old Index