pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/bmpx add a "const" to fix build, should fix prob...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a31a6871086
branches:  trunk
changeset: 536248:0a31a6871086
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sat Dec 08 14:42:51 2007 +0000

description:
add a "const" to fix build, should fix problem seen on Dragonfly
bulk build

diffstat:

 audio/bmpx/distinfo         |   3 ++-
 audio/bmpx/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 0c82008cdced -r 0a31a6871086 audio/bmpx/distinfo
--- a/audio/bmpx/distinfo       Sat Dec 08 13:54:51 2007 +0000
+++ b/audio/bmpx/distinfo       Sat Dec 08 14:42:51 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2007/11/01 22:49:14 tnn Exp $
+$NetBSD: distinfo,v 1.9 2007/12/08 14:42:51 drochner Exp $
 
 SHA1 (bmpx-0.40.13.tar.bz2) = 3327baa8f13f8411a15ebafd0112b9ba8623c0ef
 RMD160 (bmpx-0.40.13.tar.bz2) = 6eab5edf1ffce8c7226db59281c79c2165886d05
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = b2c33a87406afc09e5b2ef01400b2e738b9c9ca4
 SHA1 (patch-ab) = c4b8094e4c542eda3278af9229aa1be58dc36b18
 SHA1 (patch-ac) = 77d88acc2c74259f293dc54699a322962f50ce57
+SHA1 (patch-ad) = 1af37a064235abd5399e70f60451c51d58f91232
diff -r 0c82008cdced -r 0a31a6871086 audio/bmpx/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-ad       Sat Dec 08 14:42:51 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.5 2007/12/08 14:42:51 drochner Exp $
+
+--- src/sanity.cc.orig 2007-12-08 15:29:18.000000000 +0100
++++ src/sanity.cc
+@@ -69,7 +69,7 @@ sanity_check_glib_msg (void)
+ }
+ 
+ C_FUNCTION
+-gchar *
++const gchar *
+ sanity_check_gtk (void)
+ {
+   return gtk_check_version (GTK_REQUIRED_MAJOR_VER,



Home | Main Index | Thread Index | Old Index