pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c10f0fe40315
branches:  trunk
changeset: 508857:c10f0fe40315
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Feb 26 21:37:19 2006 +0000

description:
Fix errno.

diffstat:

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

diffs (30 lines):

diff -r a2dd647889ff -r c10f0fe40315 graphics/feh/distinfo
--- a/graphics/feh/distinfo     Sun Feb 26 21:26:32 2006 +0000
+++ b/graphics/feh/distinfo     Sun Feb 26 21:37:19 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2005/08/02 14:47:38 drochner Exp $
+$NetBSD: distinfo,v 1.17 2006/02/26 21:37:19 joerg Exp $
 
 SHA1 (feh-1.3.4.tar.gz) = cf02fd48325ba02467c7f791634a28e98edbe801
 RMD160 (feh-1.3.4.tar.gz) = 7e27d31cf974b30fc321d4dbef2fd46fbd21d34c
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 1899f65deb3a5c3d9825b381298b752f0bec54cc
 SHA1 (patch-ac) = a0c76aebd0d38c990e12259d7ceb9e4d75920401
 SHA1 (patch-ad) = 7a3a5a5a88ffa65942606501181e6e9c09af5a56
+SHA1 (patch-ae) = 45c0a837c53393597d0617ff64bdf7fbf5aaa814
diff -r a2dd647889ff -r c10f0fe40315 graphics/feh/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/feh/patches/patch-ae     Sun Feb 26 21:37:19 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2006/02/26 21:37:19 joerg Exp $
+
+--- src/filelist.c.orig        2006-02-23 20:17:53.000000000 +0000
++++ src/filelist.c
+@@ -30,7 +30,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE 
+ gib_list *filelist = NULL;
+ int       filelist_len = 0;
+ gib_list *current_file = NULL;
+-extern int errno;
+ 
+ static gib_list *rm_filelist = NULL;
+ 



Home | Main Index | Thread Index | Old Index