diff options
author | wiz <wiz> | 2007-02-22 23:49:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 23:49:17 +0000 |
commit | af002df87d1fbdccbc0a02c9c9e59928b870a4d2 (patch) | |
tree | ce73a4875db8af92c6992b3f0c1248090b06529c /textproc/source-highlight | |
parent | 4cf8c9da35aafafa6538bb44a3a5efd6bc35460c (diff) | |
download | pkgsrc-af002df87d1fbdccbc0a02c9c9e59928b870a4d2.tar.gz |
Remove two patches that do not seem needed any longer.
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r-- | textproc/source-highlight/distinfo | 4 | ||||
-rw-r--r-- | textproc/source-highlight/patches/patch-ae | 13 | ||||
-rw-r--r-- | textproc/source-highlight/patches/patch-ai | 12 |
3 files changed, 1 insertions, 28 deletions
diff --git a/textproc/source-highlight/distinfo b/textproc/source-highlight/distinfo index 2e34a0778e0..cebf21b172e 100644 --- a/textproc/source-highlight/distinfo +++ b/textproc/source-highlight/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2007/02/22 20:35:35 wiz Exp $ +$NetBSD: distinfo,v 1.17 2007/02/22 23:49:17 wiz Exp $ SHA1 (source-highlight-2.5.tar.gz) = 4ba76ae656098f54904955cd227e53f18be454f7 RMD160 (source-highlight-2.5.tar.gz) = f5dd7747960b0534cfb57744c036842c2643423d @@ -6,5 +6,3 @@ Size (source-highlight-2.5.tar.gz) = 681021 bytes SHA1 (patch-aa) = c64dd752c2040723354be2d2e54c8123df618afb SHA1 (patch-ab) = 0c235b51e97cfea58100933c7eb1d668fdbe8a84 SHA1 (patch-ac) = 0b3056ceb63966bb4d4031ffc8ab0f2c5edcfa3e -SHA1 (patch-ae) = 1695543aaee9a414fe0267c8e4798be7ed507760 -SHA1 (patch-ai) = 1d2a68802d8b90cf64753f34705f22b9a4ca2575 diff --git a/textproc/source-highlight/patches/patch-ae b/textproc/source-highlight/patches/patch-ae deleted file mode 100644 index d6894d9f679..00000000000 --- a/textproc/source-highlight/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.4 2005/10/10 09:05:59 seb Exp $ - ---- src/lib/fileutil.cc.orig 2005-08-25 14:01:56.000000000 +0000 -+++ src/lib/fileutil.cc -@@ -43,7 +43,7 @@ read_file(const string &fileName) - // we open it as binary otherwise we may experience problems under - // Windows system: when we fread, the number of char read can be - // less then char_count, and thus we'd get an error... -- ifstream file (fileName.c_str (), ios_base::binary); -+ ifstream file (fileName.c_str (), ios::binary); - if (! file.is_open () ) - file_error ("Error operning", fileName); - else diff --git a/textproc/source-highlight/patches/patch-ai b/textproc/source-highlight/patches/patch-ai deleted file mode 100644 index eed58a5f0fa..00000000000 --- a/textproc/source-highlight/patches/patch-ai +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ai,v 1.2 2007/02/22 20:35:37 wiz Exp $ - ---- src/lib/outputgenerator.h.orig 2006-08-22 13:50:10.000000000 +0000 -+++ src/lib/outputgenerator.h -@@ -13,6 +13,7 @@ - #define OUTPUTGENERATOR_H - - #include <iostream> -+#include <string> - - /** - base class that actually writes the generated output to the output stream |