pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/geda Build fix for new glib2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08417969a70c
branches:  trunk
changeset: 603545:08417969a70c
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon May 07 18:14:15 2012 +0000

description:
Build fix for new glib2.

diffstat:

 cad/geda/distinfo                            |   3 ++-
 cad/geda/patches/patch-libgeda_src_s__path_c |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r fc56ae006279 -r 08417969a70c cad/geda/distinfo
--- a/cad/geda/distinfo Mon May 07 18:10:13 2012 +0000
+++ b/cad/geda/distinfo Mon May 07 18:14:15 2012 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.17 2012/02/16 11:29:59 hans Exp $
+$NetBSD: distinfo,v 1.18 2012/05/07 18:14:15 dholland Exp $
 
 SHA1 (geda-gaf-1.6.2.tar.gz) = 87c21b3b77eebc8eec1c16672d4b1ab418ccb80d
 RMD160 (geda-gaf-1.6.2.tar.gz) = 4e32ba11188b9a2849036299b972c35481cb975e
 Size (geda-gaf-1.6.2.tar.gz) = 7099981 bytes
 SHA1 (patch-build-tools_icon-theme-installer) = 368e18f2ef5a1530bcbaa33afd66c2306e409cbc
+SHA1 (patch-libgeda_src_s__path_c) = 85f6a4bec642d07f399ac2c6473a43558946a1e1
diff -r fc56ae006279 -r 08417969a70c cad/geda/patches/patch-libgeda_src_s__path_c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/geda/patches/patch-libgeda_src_s__path_c      Mon May 07 18:14:15 2012 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-libgeda_src_s__path_c,v 1.1 2012/05/07 18:14:15 dholland Exp $
+
+Fix build with latest glib2.
+
+--- libgeda/src/s_path.c~      2011-01-14 05:02:35.000000000 +0000
++++ libgeda/src/s_path.c
+@@ -37,9 +37,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ 
+-#include <glib/gmem.h>
+-#include <glib/gmessages.h>
+-#include <glib/gtypes.h>
++#include <glib.h>
+ 
+ #include "libgeda_priv.h"
+ 



Home | Main Index | Thread Index | Old Index