pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/xli Fix errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0e2a095a083
branches:  trunk
changeset: 506108:b0e2a095a083
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 12 00:48:36 2006 +0000

description:
Fix errno.

diffstat:

 graphics/xli/distinfo         |   4 +++-
 graphics/xli/patches/patch-ag |  13 +++++++++++++
 graphics/xli/patches/patch-ah |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r 3fd5dd7461d2 -r b0e2a095a083 graphics/xli/distinfo
--- a/graphics/xli/distinfo     Thu Jan 12 00:44:44 2006 +0000
+++ b/graphics/xli/distinfo     Thu Jan 12 00:48:36 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2005/10/30 17:58:58 salo Exp $
+$NetBSD: distinfo,v 1.19 2006/01/12 00:48:36 joerg Exp $
 
 SHA1 (xli-2005-02-27.tar.gz) = 977d8ece0edd41f3ec606310496cf3231f046d88
 RMD160 (xli-2005-02-27.tar.gz) = fc83fa5173befa73a0eeb56ad323dad148ef1426
@@ -9,3 +9,5 @@
 SHA1 (patch-ad) = d47bc23051b9e75d265a413fdbde1c5bb9d747de
 SHA1 (patch-ae) = 9085d53b8823ec0ce42dc8072f74e97763abc86b
 SHA1 (patch-af) = e6d762b19dc82377727f045b731b40c04afefe11
+SHA1 (patch-ag) = 4083e488fed49f98f8c9b57ba4cb9b9295d1d5e0
+SHA1 (patch-ah) = 963022472f8c90788197780560a7f833d745ab6b
diff -r 3fd5dd7461d2 -r b0e2a095a083 graphics/xli/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/xli/patches/patch-ag     Thu Jan 12 00:48:36 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2006/01/12 00:48:36 joerg Exp $
+
+--- imagetypes.c.orig  2006-01-12 00:41:30.000000000 +0000
++++ imagetypes.c
+@@ -13,8 +13,6 @@
+ #include "imagetypes.h"
+ #include <errno.h>
+ 
+-extern int errno;
+-
+ /* some of these are order-dependent */
+ 
+ static struct {
diff -r 3fd5dd7461d2 -r b0e2a095a083 graphics/xli/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/xli/patches/patch-ah     Thu Jan 12 00:48:36 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2006/01/12 00:48:36 joerg Exp $
+
+--- path.c.orig        2006-01-12 00:44:46.000000000 +0000
++++ path.c
+@@ -18,8 +18,6 @@
+ #endif
+ #include <errno.h>
+ 
+-extern int errno;
+-
+ static unsigned int NumPaths = 0;
+ static unsigned int NumExts = 0;
+ static char *Paths[BUFSIZ];



Home | Main Index | Thread Index | Old Index