diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-08-31 10:58:37 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-08-31 10:58:37 +0000 |
commit | 09d275fa13c2b5e68603bdd18ba0e37cf4f22a0a (patch) | |
tree | d544491a07eee253d0b14cb535e1a8ae3ce125f4 /textproc/sablotron | |
parent | 5cf44875a3fb63447dceb38623a1ab0b4aac4cca (diff) | |
download | pkgsrc-09d275fa13c2b5e68603bdd18ba0e37cf4f22a0a.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/distinfo | 3 | ||||
-rw-r--r-- | textproc/sablotron/patches/patch-ac | 12 |
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); |