summaryrefslogtreecommitdiff
path: root/textproc/source-highlight
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 23:49:17 +0000
committerwiz <wiz>2007-02-22 23:49:17 +0000
commit58eadc53cf7ef05a88a91d2472e157301a5bdbc8 (patch)
treece73a4875db8af92c6992b3f0c1248090b06529c /textproc/source-highlight
parent5b3c71d3d40de3e901f9d6ab6bcc45e79ae5988f (diff)
downloadpkgsrc-58eadc53cf7ef05a88a91d2472e157301a5bdbc8.tar.gz
Remove two patches that do not seem needed any longer.
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r--textproc/source-highlight/distinfo4
-rw-r--r--textproc/source-highlight/patches/patch-ae13
-rw-r--r--textproc/source-highlight/patches/patch-ai12
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