summaryrefslogtreecommitdiff
path: root/textproc/sablotron
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2003-08-31 10:58:37 +0000
committerjdolecek <jdolecek>2003-08-31 10:58:37 +0000
commit6ccc2cb358115b46dd23414cfd08f439b673fd61 (patch)
treed544491a07eee253d0b14cb535e1a8ae3ce125f4 /textproc/sablotron
parentedce2bfba4c6f8c59d513c56c415d01072246ef9 (diff)
downloadpkgsrc-6ccc2cb358115b46dd23414cfd08f439b673fd61.tar.gz
patch-ac is not needed anymore with version 1.0 (and doesn't apply, even)
Diffstat (limited to 'textproc/sablotron')
-rw-r--r--textproc/sablotron/distinfo3
-rw-r--r--textproc/sablotron/patches/patch-ac12
2 files changed, 1 insertions, 14 deletions
diff --git a/textproc/sablotron/distinfo b/textproc/sablotron/distinfo
index 43c0563835c..db2988cb6e9 100644
--- a/textproc/sablotron/distinfo
+++ b/textproc/sablotron/distinfo
@@ -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 --git a/textproc/sablotron/patches/patch-ac b/textproc/sablotron/patches/patch-ac
deleted file mode 100644
index fb4b2b6e068..00000000000
--- a/textproc/sablotron/patches/patch-ac
+++ /dev/null
@@ -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);