pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/icecc Fix compiler warnings, addressed by PR 32774.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8714d8b43ca2
branches:  trunk
changeset: 522378:8714d8b43ca2
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Dec 08 11:59:26 2006 +0000

description:
Fix compiler warnings, addressed by PR 32774.

diffstat:

 wm/icecc/distinfo         |   4 +++-
 wm/icecc/patches/patch-ad |  12 ++++++++++++
 wm/icecc/patches/patch-ae |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r b143f256a263 -r 8714d8b43ca2 wm/icecc/distinfo
--- a/wm/icecc/distinfo Fri Dec 08 11:56:56 2006 +0000
+++ b/wm/icecc/distinfo Fri Dec 08 11:59:26 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2006/04/08 16:30:57 joerg Exp $
+$NetBSD: distinfo,v 1.3 2006/12/08 11:59:26 obache Exp $
 
 SHA1 (icecc-2.9.tar.bz2) = acfdf16a71833e80ad2f1267cadf31297050e41d
 RMD160 (icecc-2.9.tar.bz2) = 9cb70c8df6493eb7984f13821006734459ac0bcc
@@ -39,3 +39,5 @@
 SHA1 (patch-aa) = 145aa9580bb9984513382b6f5c643974ea6744fe
 SHA1 (patch-ab) = e4cefad52c55b548e1e59dd40799d5cbee9477fe
 SHA1 (patch-ac) = d695ab2fe41c6eba3e827a0f7db59fbf4b376805
+SHA1 (patch-ad) = 2b1756705418b23ffd5914d4be6e135eab7d17bc
+SHA1 (patch-ae) = e29b9e20bd5a2c0e58a664e362f0f153e5fc1c64
diff -r b143f256a263 -r 8714d8b43ca2 wm/icecc/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/icecc/patches/patch-ad Fri Dec 08 11:59:26 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2006/12/08 11:59:26 obache Exp $
+
+fix compiler warnings
+
+--- icewm4vim/icecolsel.cpp.orig       2006-02-03 14:56:17.000000000 +0000
++++ icewm4vim/icecolsel.cpp
+@@ -1,3 +1,5 @@
++#include <sys/stat.h>
++#include <dirent.h>
+ #include <stdio.h>
+ 
+ #include <qapplication.h>
diff -r b143f256a263 -r 8714d8b43ca2 wm/icecc/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/icecc/patches/patch-ae Fri Dec 08 11:59:26 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2006/12/08 11:59:26 obache Exp $
+
+fix compiler warnings
+
+--- icewm4vim/icefonsel.cpp.orig       2006-02-03 14:56:21.000000000 +0000
++++ icewm4vim/icefonsel.cpp
+@@ -1,3 +1,5 @@
++#include <sys/stat.h>
++#include <dirent.h>
+ #include <stdio.h>
+ 
+ #include <qapplication.h>



Home | Main Index | Thread Index | Old Index