pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/magicpoint Fix errno. Add missing prototype.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcde74e196a8
branches:  trunk
changeset: 508694:bcde74e196a8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 23 20:49:49 2006 +0000

description:
Fix errno. Add missing prototype.

diffstat:

 graphics/magicpoint/distinfo         |   5 ++++-
 graphics/magicpoint/patches/patch-ak |  13 +++++++++++++
 graphics/magicpoint/patches/patch-al |  12 ++++++++++++
 graphics/magicpoint/patches/patch-am |  13 +++++++++++++
 4 files changed, 42 insertions(+), 1 deletions(-)

diffs (66 lines):

diff -r 39338c360897 -r bcde74e196a8 graphics/magicpoint/distinfo
--- a/graphics/magicpoint/distinfo      Thu Feb 23 20:38:08 2006 +0000
+++ b/graphics/magicpoint/distinfo      Thu Feb 23 20:49:49 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2005/04/07 23:11:56 hira Exp $
+$NetBSD: distinfo,v 1.15 2006/02/23 20:49:49 joerg Exp $
 
 SHA1 (magicpoint-1.10a.tar.gz) = 7510ee965316cb52eac7a430f0e19a87a337fe5c
 RMD160 (magicpoint-1.10a.tar.gz) = 167bf8b57bd4bb98c8f4fdba82a5733dda1f8a6a
@@ -13,3 +13,6 @@
 SHA1 (patch-ah) = 2cd87d9697be2ebd9d7c0a936d49583286de62d3
 SHA1 (patch-ai) = 809b2cf509bab0ee1bed1fecb2cf2d8df912ce8b
 SHA1 (patch-aj) = 07ed5e995bf35dcbe65fc7c0ab800d1b8905e004
+SHA1 (patch-ak) = bb1364f9fec905e09eb7453a4bc0a8cab557b3b3
+SHA1 (patch-al) = a0956fc353d38f937d3829fa0e6cd70c9cb60faa
+SHA1 (patch-am) = ba255a9e749f627d777cebbd29521b8c368d69dc
diff -r 39338c360897 -r bcde74e196a8 graphics/magicpoint/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/magicpoint/patches/patch-ak      Thu Feb 23 20:49:49 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2006/02/23 20:49:49 joerg Exp $
+
+--- mng.c.orig 2006-02-23 20:22:29.000000000 +0000
++++ mng.c
+@@ -43,6 +43,8 @@ typedef struct {
+       mng_uint32      delay;     /* ticks to wait before resuming decode */
+ } mngstuff;
+ 
++void mng_window_setup(mngstuff        *, int, int, int, int);
++
+ /* callbacks for the mng decoder */
+ 
+ /* memory allocation; data must be zeroed */
diff -r 39338c360897 -r bcde74e196a8 graphics/magicpoint/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/magicpoint/patches/patch-al      Thu Feb 23 20:49:49 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-al,v 1.1 2006/02/23 20:49:49 joerg Exp $
+
+--- image/imagetypes.c.orig    2006-02-23 20:28:04.000000000 +0000
++++ image/imagetypes.c
+@@ -50,7 +50,6 @@ static struct imagetypes {
+ };
+ /* SUPPRESS 560 */
+ 
+-extern int errno;
+ extern int findImage(char *, char *);
+ 
+ /* load a named image
diff -r 39338c360897 -r bcde74e196a8 graphics/magicpoint/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/magicpoint/patches/patch-am      Thu Feb 23 20:49:49 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2006/02/23 20:49:49 joerg Exp $
+
+--- image/path.c.orig  2006-02-23 20:30:55.000000000 +0000
++++ image/path.c
+@@ -24,8 +24,6 @@
+ /* SUPPRESS 530 */
+ /* SUPPRESS 560 */
+ 
+-extern int errno;
+-
+ /*static*/ unsigned int  NumPaths= 0;
+ static unsigned int  NumExts= 0;
+ /*static*/ char         *Paths[BUFSIZ];



Home | Main Index | Thread Index | Old Index