pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/openbox Add '#include <assert.h>' where needed to m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/838d2a2ce1ff
branches:  trunk
changeset: 460907:838d2a2ce1ff
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sun Sep 07 01:52:14 2003 +0000

description:
Add '#include <assert.h>' where needed to make this compile with gcc3.
Patches provided in PR pkg/22699 by pino at dohd dot org

diffstat:

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

diffs (45 lines):

diff -r 00703868a572 -r 838d2a2ce1ff wm/openbox/distinfo
--- a/wm/openbox/distinfo       Sun Sep 07 00:42:23 2003 +0000
+++ b/wm/openbox/distinfo       Sun Sep 07 01:52:14 2003 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.2 2002/12/26 01:48:32 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/09/07 01:52:14 jschauma Exp $
 
 SHA1 (openbox-2.2.3.tar.gz) = 972b7b62ced97dcdcc05be0038f3c929765f8fde
 Size (openbox-2.2.3.tar.gz) = 484100 bytes
 SHA1 (patch-aa) = 0e52e4bd1c8b0d053b9b7734871aeb924b89f82a
 SHA1 (patch-ab) = 210b3cb925b7a0b1441c4dfa87760a9c97bb249c
+SHA1 (patch-ac) = f7b406216366e5f177ac8dc8516dd0c6066bc01f
+SHA1 (patch-ad) = e651f30ad0ab1843807c33bff474f8b5ee66d68d
diff -r 00703868a572 -r 838d2a2ce1ff wm/openbox/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/openbox/patches/patch-ac       Sun Sep 07 01:52:14 2003 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2003/09/07 01:52:15 jschauma Exp $
+
+--- src/Configuration.cc.orig  2003-09-06 21:32:27.000000000 -0400
++++ src/Configuration.cc       2003-09-06 21:32:50.000000000 -0400
+@@ -34,6 +34,7 @@
+ #include "Util.hh"
+ 
+ #include <algorithm>
++#include <assert.h>
+ 
+ using std::string;
+ 
diff -r 00703868a572 -r 838d2a2ce1ff wm/openbox/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/openbox/patches/patch-ad       Sun Sep 07 01:52:14 2003 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2003/09/07 01:52:15 jschauma Exp $
+
+--- util/epist/epist.hh.orig   2003-09-06 21:34:28.000000000 -0400
++++ util/epist/epist.hh        2003-09-06 21:34:37.000000000 -0400
+@@ -27,6 +27,7 @@
+ #include <X11/Xlib.h>
+ }
+ 
++#include <assert.h>
+ #include <string>
+ #include <map>
+ 



Home | Main Index | Thread Index | Old Index