pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ivtools Explicitly include <errno.h>. Should...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6931e39b305
branches:  trunk
changeset: 480561:c6931e39b305
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Sep 14 12:24:34 2004 +0000

description:
Explicitly include <errno.h>.  Should fix build on NetBSD-1.6.2.

diffstat:

 graphics/ivtools/distinfo         |   3 ++-
 graphics/ivtools/patches/patch-ad |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 8342dadafa35 -r c6931e39b305 graphics/ivtools/distinfo
--- a/graphics/ivtools/distinfo Tue Sep 14 11:05:30 2004 +0000
+++ b/graphics/ivtools/distinfo Tue Sep 14 12:24:34 2004 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2004/08/22 03:20:49 markd Exp $
+$NetBSD: distinfo,v 1.7 2004/09/14 12:24:34 markd Exp $
 
 SHA1 (ivtools-1.2.1.tgz) = c2a8e6d3bbc3390db639051709eb718c8eab97f3
 Size (ivtools-1.2.1.tgz) = 2135750 bytes
 SHA1 (patch-aa) = 191619b7db43c47d7cc991bc33787434f0ef6948
 SHA1 (patch-ab) = 538b98662592212b03afda8c82b53ec7c2bff094
 SHA1 (patch-ac) = bcda1a0b71b669ad6a4900077564c226af262708
+SHA1 (patch-ad) = 3bf7203fe6318af9eb05548d97cb5c337c61ce2d
diff -r 8342dadafa35 -r c6931e39b305 graphics/ivtools/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ivtools/patches/patch-ad Tue Sep 14 12:24:34 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.3 2004/09/14 12:24:35 markd Exp $
+
+--- src/ComTerp/comterp.c.orig 2004-09-15 00:11:02.000000000 +1200
++++ src/ComTerp/comterp.c
+@@ -63,6 +63,7 @@
+ #if __GNUC__>=3
+ #include <fstream.h>
+ #endif
++#include <errno.h>
+ 
+ #define TITLE "ComTerp"
+ #define STREAM_MECH



Home | Main Index | Thread Index | Old Index