diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-03 15:12:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-03 15:12:45 +0000 |
commit | bfd7b85a218735949bf96e18fd24c67144e1f505 (patch) | |
tree | 3b6a768e225149a5f644c87d44538c3114f2c1fb /devel/glib2 | |
parent | 6bb2a594431d8798fa07b0677a65ddc548fcc75a (diff) | |
download | pkgsrc-bfd7b85a218735949bf96e18fd24c67144e1f505.tar.gz |
Add upstream bug report and remove unnecessary chunk.
Diffstat (limited to 'devel/glib2')
-rw-r--r-- | devel/glib2/distinfo | 4 | ||||
-rw-r--r-- | devel/glib2/patches/patch-cj | 12 |
2 files changed, 4 insertions, 12 deletions
diff --git a/devel/glib2/distinfo b/devel/glib2/distinfo index c7879d0ab19..205732f611a 100644 --- a/devel/glib2/distinfo +++ b/devel/glib2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.145 2011/02/03 06:12:32 taca Exp $ +$NetBSD: distinfo,v 1.146 2011/02/03 15:12:45 wiz Exp $ SHA1 (glib-2.26.1.tar.bz2) = 8d35d5cf41d681dd6480a16be39f7d3cffbd29f0 RMD160 (glib-2.26.1.tar.bz2) = e8b00fce55aa539ee00588500c0162a8877dc060 @@ -27,4 +27,4 @@ SHA1 (patch-cf) = 41ed2146e19cf088456795d4f0e8dc4af4368e44 SHA1 (patch-cg) = f65c5a23102d3dee12bee68bd126385b3c3fe632 SHA1 (patch-ch) = df8444835b9954f902936c8b6fab5b44ac350db0 SHA1 (patch-ci) = f0191fd416222617a2e95e95a05c3dcf6b6ce2d2 -SHA1 (patch-cj) = dab08d41d7f8b3047b0731ae1dc9c9926e419994 +SHA1 (patch-cj) = f2135bffbc9c220696b005736d772fff5e9a5d58 diff --git a/devel/glib2/patches/patch-cj b/devel/glib2/patches/patch-cj index 49d0fe54a72..c27a28d389a 100644 --- a/devel/glib2/patches/patch-cj +++ b/devel/glib2/patches/patch-cj @@ -1,8 +1,9 @@ -$NetBSD: patch-cj,v 1.1 2011/02/01 19:20:14 jwise Exp $ +$NetBSD: patch-cj,v 1.2 2011/02/03 15:12:45 wiz Exp $ The mem-overflow test contains a declaration of an empty struct, which breaks on at least SunPro cc, and presumably some other non-gcc compilers. Skip this test for now, pending a better fix. +https://bugzilla.gnome.org/show_bug.cgi?id=641350 --- glib/tests/Makefile.in.orig Sun Nov 14 01:02:00 2010 +++ glib/tests/Makefile.in Tue Feb 1 12:25:15 2011 @@ -42,15 +43,6 @@ test for now, pending a better fix. $(printf_SOURCES) $(protocol_SOURCES) queue.c $(rand_SOURCES) \ regex.c scannerapi.c sequence.c shell.c slist.c \ $(strfuncs_SOURCES) $(string_SOURCES) $(testing_SOURCES) \ -@@ -458,7 +456,7 @@ - install_sh = @install_sh@ - libdir = @libdir@ - libexecdir = @libexecdir@ --localedir = @localedir@ -+localedir = /opt/tnf/lib/locale - localstatedir = @localstatedir@ - mandir = @mandir@ - mkdir_p = @mkdir_p@ @@ -489,7 +487,7 @@ EXTRA_DIST = 4096-random-bytes keyfiletest.ini bookmarks.xbel TEST_PROGS = testing option-context keyfile fileutils printf protocol \ |