diff options
author | wiz <wiz> | 2011-06-18 15:34:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-06-18 15:34:08 +0000 |
commit | a6052c48fbd583a7f7cdf46b26d61bf08516fefa (patch) | |
tree | 77b1c1e42fdb9059fb45b73f96410a08ce533e37 /wm | |
parent | eed3a317ea44e948c4d8f9a4072c9e3e18d4fd43 (diff) | |
download | pkgsrc-a6052c48fbd583a7f7cdf46b26d61bf08516fefa.tar.gz |
Add upstream bug report.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/bmpanel2/distinfo | 4 | ||||
-rw-r--r-- | wm/bmpanel2/patches/patch-widget-utils.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/wm/bmpanel2/distinfo b/wm/bmpanel2/distinfo index 47b5b7ea2ec..217ed602bb8 100644 --- a/wm/bmpanel2/distinfo +++ b/wm/bmpanel2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/06/18 15:30:59 wiz Exp $ +$NetBSD: distinfo,v 1.2 2011/06/18 15:34:08 wiz Exp $ SHA1 (bmpanel2-2.1pre1.tar.gz) = c1d2a29b91c618f9f2e8be4ad3dea417e3c475e8 RMD160 (bmpanel2-2.1pre1.tar.gz) = 70fa0d80fce449a0580613ddbc5d032aa870d931 Size (bmpanel2-2.1pre1.tar.gz) = 386297 bytes -SHA1 (patch-widget-utils.c) = 488a7842dd10277385d6249341e96177b78cc570 +SHA1 (patch-widget-utils.c) = 00ee1d8bb3c5a7c5b8fc6e7994472ce26e318285 diff --git a/wm/bmpanel2/patches/patch-widget-utils.c b/wm/bmpanel2/patches/patch-widget-utils.c index 63ad99e489c..4904fb22a61 100644 --- a/wm/bmpanel2/patches/patch-widget-utils.c +++ b/wm/bmpanel2/patches/patch-widget-utils.c @@ -1,6 +1,7 @@ -$NetBSD: patch-widget-utils.c,v 1.1.1.1 2011/06/18 15:30:59 wiz Exp $ +$NetBSD: patch-widget-utils.c,v 1.2 2011/06/18 15:34:08 wiz Exp $ alloca.h is deprecated and doesn't exist on many systems. +http://code.google.com/p/bmpanel2/issues/detail?id=28 --- widget-utils.c.orig 2009-11-01 05:50:26.000000000 +0000 +++ widget-utils.c |