pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/feh this shouldn't be a wprintf()
details: https://anonhg.NetBSD.org/pkgsrc/rev/aff0f17a72f6
branches: trunk
changeset: 497699:aff0f17a72f6
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Aug 02 14:47:38 2005 +0000
description:
this shouldn't be a wprintf()
hopefully fixes build error seen in 1.6.2 bulk build
diffstat:
graphics/feh/distinfo | 3 ++-
graphics/feh/patches/patch-ad | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 305ee9d24994 -r aff0f17a72f6 graphics/feh/distinfo
--- a/graphics/feh/distinfo Tue Aug 02 14:47:01 2005 +0000
+++ b/graphics/feh/distinfo Tue Aug 02 14:47:38 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2005/07/27 17:44:17 drochner Exp $
+$NetBSD: distinfo,v 1.16 2005/08/02 14:47:38 drochner Exp $
SHA1 (feh-1.3.4.tar.gz) = cf02fd48325ba02467c7f791634a28e98edbe801
RMD160 (feh-1.3.4.tar.gz) = 7e27d31cf974b30fc321d4dbef2fd46fbd21d34c
@@ -6,3 +6,4 @@
SHA1 (patch-aa) = 745c9ca77355a0beaacbe32bc33174e8dc057cbd
SHA1 (patch-ab) = 1899f65deb3a5c3d9825b381298b752f0bec54cc
SHA1 (patch-ac) = a0c76aebd0d38c990e12259d7ceb9e4d75920401
+SHA1 (patch-ad) = 7a3a5a5a88ffa65942606501181e6e9c09af5a56
diff -r 305ee9d24994 -r aff0f17a72f6 graphics/feh/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/feh/patches/patch-ad Tue Aug 02 14:47:38 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2005/08/02 14:47:38 drochner Exp $
+
+--- src/support.c.orig 2005-08-02 16:10:57.000000000 +0200
++++ src/support.c
+@@ -233,7 +233,7 @@ feh_wm_set_bg(char *fil, Imlib_Image im,
+ char *path;
+ path = estrjoin("/", home, ".fehbg", NULL);
+ if ((fp = fopen(path, "w")) == NULL) {
+- wprintf("Can't open %s for write", path);
++ weprintf("Can't open %s for write", path);
+ } else {
+ fprintf(fp, "%s\n", fehbg);
+ fclose(fp);
Home |
Main Index |
Thread Index |
Old Index