pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/source-highlight Remove two patches that do n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19307ba0ccf3
branches:  trunk
changeset: 525788:19307ba0ccf3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 22 23:49:17 2007 +0000

description:
Remove two patches that do not seem needed any longer.

diffstat:

 textproc/source-highlight/distinfo         |   4 +---
 textproc/source-highlight/patches/patch-ae |  13 -------------
 textproc/source-highlight/patches/patch-ai |  12 ------------
 3 files changed, 1 insertions(+), 28 deletions(-)

diffs (48 lines):

diff -r 24e47e017727 -r 19307ba0ccf3 textproc/source-highlight/distinfo
--- a/textproc/source-highlight/distinfo        Thu Feb 22 23:34:42 2007 +0000
+++ b/textproc/source-highlight/distinfo        Thu Feb 22 23:49:17 2007 +0000
@@ -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 @@
 SHA1 (patch-aa) = c64dd752c2040723354be2d2e54c8123df618afb
 SHA1 (patch-ab) = 0c235b51e97cfea58100933c7eb1d668fdbe8a84
 SHA1 (patch-ac) = 0b3056ceb63966bb4d4031ffc8ab0f2c5edcfa3e
-SHA1 (patch-ae) = 1695543aaee9a414fe0267c8e4798be7ed507760
-SHA1 (patch-ai) = 1d2a68802d8b90cf64753f34705f22b9a4ca2575
diff -r 24e47e017727 -r 19307ba0ccf3 textproc/source-highlight/patches/patch-ae
--- a/textproc/source-highlight/patches/patch-ae        Thu Feb 22 23:34:42 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 24e47e017727 -r 19307ba0ccf3 textproc/source-highlight/patches/patch-ai
--- a/textproc/source-highlight/patches/patch-ai        Thu Feb 22 23:34:42 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index