summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2010-02-19 19:46:53 +0000
committerroy <roy@pkgsrc.org>2010-02-19 19:46:53 +0000
commit4e91430ac24267f7548199d53d72ab88df706386 (patch)
tree04316d67daf916e0c1f96510727e53275b4bc76d /devel
parent327b71950c1c6ad17ce8e69a9b1a3ca54b49e078 (diff)
downloadpkgsrc-4e91430ac24267f7548199d53d72ab88df706386.tar.gz
Reference upstream bug reports.
Diffstat (limited to 'devel')
-rw-r--r--devel/glib2/patches/patch-am5
-rw-r--r--devel/glib2/patches/patch-an5
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/glib2/patches/patch-am b/devel/glib2/patches/patch-am
index a500f3f15a2..9bc5ee26a65 100644
--- a/devel/glib2/patches/patch-am
+++ b/devel/glib2/patches/patch-am
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.3 2010/02/19 11:44:56 roy Exp $
+$NetBSD: patch-am,v 1.4 2010/02/19 19:46:53 roy Exp $
We should only check the module itself for g_module_check_init and
g_module_unload functions.
@@ -6,6 +6,9 @@ g_module_unload functions.
This also makes loading a module a lot faster if these functions do
not exist and the module as a lot of dependencies.
+Upstream URL
+https://bugzilla.gnome.org/show_bug.cgi?id=610489
+
--- gmodule/gmodule.c 2010-02-18 19:59:34.000000000 +0000
+++ gmodule/gmodule.c 2010-02-18 20:18:06.000000000 +0000
@@ -474,25 +474,33 @@
diff --git a/devel/glib2/patches/patch-an b/devel/glib2/patches/patch-an
index fafeaf51f4e..24c2d62d6da 100644
--- a/devel/glib2/patches/patch-an
+++ b/devel/glib2/patches/patch-an
@@ -1,7 +1,10 @@
-$NetBSD: patch-an,v 1.1 2010/02/19 11:44:56 roy Exp $
+$NetBSD: patch-an,v 1.2 2010/02/19 19:46:53 roy Exp $
Use RTLD_DEFAULT if the platform defines it.
+Upstream URL
+https://bugzilla.gnome.org/show_bug.cgi?id=610490
+
--- gmodule/gmodule-dl.c 2009-04-01 00:04:20.000000000 +0100
+++ gmodule/gmodule-dl.c 2010-02-19 07:13:26.000000000 +0000
@@ -107,6 +107,9 @@