pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/bmpx Build fix for new glib2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09fcf8ad7cd4
branches:  trunk
changeset: 603471:09fcf8ad7cd4
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun May 06 19:27:12 2012 +0000

description:
Build fix for new glib2.

diffstat:

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

diffs (33 lines):

diff -r d9109a61bc4d -r 09fcf8ad7cd4 audio/bmpx/distinfo
--- a/audio/bmpx/distinfo       Sun May 06 19:06:21 2012 +0000
+++ b/audio/bmpx/distinfo       Sun May 06 19:27:12 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2011/11/26 17:08:51 joerg Exp $
+$NetBSD: distinfo,v 1.15 2012/05/06 19:27:12 dholland Exp $
 
 SHA1 (bmpx-0.40.14.tar.bz2) = 3284843c45cab302f414663a5cb31eb4373d07c7
 RMD160 (bmpx-0.40.14.tar.bz2) = 12a9939d53b58a43ee9deefa43188ac6b33dae72
@@ -16,3 +16,4 @@
 SHA1 (patch-ak) = 10a363145c7e9f75e07ca69fc38515413fc606f8
 SHA1 (patch-library_cc) = 26cbced97d7669081eb4ff60c062a34c258c7337
 SHA1 (patch-mcs_gtk-bind.h) = e9417364df34f8baea6b279b5bc1d1b4ba0d966a
+SHA1 (patch-src_sanity_h) = 82acd300b2c0ad7eaf7f9a63bb0df19d4e71dd2c
diff -r d9109a61bc4d -r 09fcf8ad7cd4 audio/bmpx/patches/patch-src_sanity_h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-src_sanity_h     Sun May 06 19:27:12 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_sanity_h,v 1.1 2012/05/06 19:27:12 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/sanity.h~      2008-03-05 21:31:06.000000000 +0000
++++ src/sanity.h
+@@ -21,7 +21,7 @@
+ #ifndef BMP_SANITY_HPP
+ #define BMP_SANITY_HPP
+ 
+-#include <glib/gmacros.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 



Home | Main Index | Thread Index | Old Index