pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/source-highlight Fix build on NetBSD 1.6.2 (w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/841c975e585e
branches:  trunk
changeset: 482283:841c975e585e
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Oct 23 17:47:16 2004 +0000

description:
Fix build on NetBSD 1.6.2 (with gcc 2.95.3).
Reported by diro at nixsys dot bz in PR pkg/27390.

diffstat:

 textproc/source-highlight/distinfo         |   3 ++-
 textproc/source-highlight/patches/patch-ai |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 5155b8ed62a5 -r 841c975e585e textproc/source-highlight/distinfo
--- a/textproc/source-highlight/distinfo        Sat Oct 23 17:27:47 2004 +0000
+++ b/textproc/source-highlight/distinfo        Sat Oct 23 17:47:16 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2004/10/21 00:15:47 seb Exp $
+$NetBSD: distinfo,v 1.11 2004/10/23 17:47:16 seb Exp $
 
 SHA1 (source-highlight-1.11.tar.gz) = 67bfdfcfe525dc4e61143e8e5865f8d977fe2b58
 Size (source-highlight-1.11.tar.gz) = 722472 bytes
@@ -10,3 +10,4 @@
 SHA1 (patch-af) = 55f91e0f744ca0028db5aa04806084e057191637
 SHA1 (patch-ag) = e56f2f94ae8cc22766d11ee3729ad3e6410f3240
 SHA1 (patch-ah) = ba914d5f459bda5da8a57ad83b53abb4bc474701
+SHA1 (patch-ai) = 8571124ee2190bc0da0d78046aa8bcd542296857
diff -r 5155b8ed62a5 -r 841c975e585e textproc/source-highlight/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/source-highlight/patches/patch-ai        Sat Oct 23 17:47:16 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.1 2004/10/23 17:47:16 seb Exp $
+
+--- src/lib/outputgenerator.h.orig     2004-09-26 09:34:55.000000000 +0000
++++ src/lib/outputgenerator.h
+@@ -13,6 +13,7 @@
+ #define OUTPUTGENERATOR_H
+ 
+ #include <iostream>
++#include <string>
+ 
+ class OutputBuffer;
+ 



Home | Main Index | Thread Index | Old Index