pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/wmi Try to fix build problem on NetBSD 4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d025c4451ea
branches:  trunk
changeset: 536315:7d025c4451ea
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Dec 10 13:25:03 2007 +0000

description:
Try to fix build problem on NetBSD 4.

diffstat:

 wm/wmi/distinfo         |   5 ++++-
 wm/wmi/patches/patch-ab |  13 +++++++++++++
 wm/wmi/patches/patch-ac |  13 +++++++++++++
 wm/wmi/patches/patch-ad |  22 ++++++++++++++++++++++
 4 files changed, 52 insertions(+), 1 deletions(-)

diffs (73 lines):

diff -r fa5684c39ee2 -r 7d025c4451ea wm/wmi/distinfo
--- a/wm/wmi/distinfo   Mon Dec 10 11:38:13 2007 +0000
+++ b/wm/wmi/distinfo   Mon Dec 10 13:25:03 2007 +0000
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 18:43:56 wiz Exp $
+$NetBSD: distinfo,v 1.6 2007/12/10 13:25:03 obache Exp $
 
 SHA1 (wmi-10.tar.gz) = 46fbafc5d896863f5e22c2d7c77244b21fbd5d35
 RMD160 (wmi-10.tar.gz) = 49ba3c481c6149a815c89d9de5f3233ede25edeb
 Size (wmi-10.tar.gz) = 193148 bytes
+SHA1 (patch-ab) = d0112ad98f1812aa9be96f0531670a02d01de71f
+SHA1 (patch-ac) = cc10b19adf1867926a4bc15de12f64172d3ddcae
+SHA1 (patch-ad) = 91cab093a6111b05652a614b6f160a28617279b3
diff -r fa5684c39ee2 -r 7d025c4451ea wm/wmi/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmi/patches/patch-ab   Mon Dec 10 13:25:03 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/12/10 13:25:08 obache Exp $
+
+--- src/kernel.h.orig  2004-09-27 18:22:51.000000000 +0000
++++ src/kernel.h
+@@ -167,7 +167,7 @@ public:
+ 
+     void cleanup();
+ 
+-    Prompt *Kernel::defaultPrompt() const;
++    Prompt *defaultPrompt() const;
+ 
+     void setMenuMode(bool isMenuMode);
+ 
diff -r fa5684c39ee2 -r 7d025c4451ea wm/wmi/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmi/patches/patch-ac   Mon Dec 10 13:25:03 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2007/12/10 13:25:10 obache Exp $
+
+--- src/frame.h.orig   2004-09-27 18:22:51.000000000 +0000
++++ src/frame.h
+@@ -35,7 +35,7 @@ public:
+     void focus(Client *client);
+ 
+     void attach(Client *client);
+-    Client *Frame::detach(Client *client);
++    Client *detach(Client *client);
+ 
+     virtual Window window();
+ 
diff -r fa5684c39ee2 -r 7d025c4451ea wm/wmi/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmi/patches/patch-ad   Mon Dec 10 13:25:03 2007 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.1 2007/12/10 13:25:10 obache Exp $
+
+--- src/inputbar.cpp.orig      2004-09-27 18:22:51.000000000 +0000
++++ src/inputbar.cpp
+@@ -31,7 +31,7 @@ InputBar::InputBar(Monitor *monitor, Rec
+     prompt_ = 0;
+     promptCounter_ = 0;
+     isArgument_ = false;
+-    entryBegin_ = entryEnd_ = 0;
++    entryBegin_ = entryEnd_ = names_.end();
+     partitionBegin_ = selected_ = entryBegin_;
+     args_ = "";
+     LOGDEBUG("creating input");
+@@ -233,7 +233,7 @@ void InputBar::queryText(string text) {
+         clearPrevPartitionsStack();
+     }
+     else {
+-        entryBegin_ = entryEnd_ = 0;
++        entryBegin_ = entryEnd_ = names_.end();
+         partitionBegin_ = selected_ = entryBegin_;
+         text_ = text;
+     }



Home | Main Index | Thread Index | Old Index