summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs
diff options
context:
space:
mode:
authorprlw1 <prlw1>2013-04-19 20:02:22 +0000
committerprlw1 <prlw1>2013-04-19 20:02:22 +0000
commitf2caf27946514d2f50e9514fc62e0f7647ea66fc (patch)
treede4f110dd9a8dcb08d842aa15f1ed39b3295a292 /sysutils/gnome-vfs
parent26a11d855a32e804015d1b8cee8b555a379fcf06 (diff)
downloadpkgsrc-f2caf27946514d2f50e9514fc62e0f7647ea66fc.tar.gz
Avoid compilation error caused by use of deprecated GStaticMutex API
Diffstat (limited to 'sysutils/gnome-vfs')
-rw-r--r--sysutils/gnome-vfs/distinfo4
-rw-r--r--sysutils/gnome-vfs/patches/patch-bb15
2 files changed, 12 insertions, 7 deletions
diff --git a/sysutils/gnome-vfs/distinfo b/sysutils/gnome-vfs/distinfo
index 244910b4955..b1937df2e07 100644
--- a/sysutils/gnome-vfs/distinfo
+++ b/sysutils/gnome-vfs/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2011/07/08 11:03:36 drochner Exp $
+$NetBSD: distinfo,v 1.34 2013/04/19 20:02:22 prlw1 Exp $
SHA1 (gnome-vfs-2.24.4.tar.bz2) = 0dc634e7dd979fd218f378902c0ca1af80738961
RMD160 (gnome-vfs-2.24.4.tar.bz2) = 6a5952bea02dfc96782b6f1129fe765f5313a75b
@@ -16,7 +16,7 @@ SHA1 (patch-ar) = 33bac387ffe861141f9cd6564c24956d3e9e4cb4
SHA1 (patch-au) = e3c681dd445d0774981a50eb22ae14ff4db5902c
SHA1 (patch-ax) = 6b9b11df5d530b7b3aa6a3997feb7c1c93e7b2db
SHA1 (patch-ba) = 5299eb32ff0c14eb98d8f7dd5e104cd931a02b51
-SHA1 (patch-bb) = 0b8d12e9b44547a0262231a09d181f4ccde0c1f3
+SHA1 (patch-bb) = 2d9eb2c86b88856fe6e71614a189029e51ae4608
SHA1 (patch-bc) = dbea92c8f896ab242d6532be364841f6234359b4
SHA1 (patch-bd) = 28cee53d3cecb18fe3b0c66b73bcece231e6fc42
SHA1 (patch-cb) = 370c75a72d8575051bb5f02d54fdd4a191ac00eb
diff --git a/sysutils/gnome-vfs/patches/patch-bb b/sysutils/gnome-vfs/patches/patch-bb
index 633d8ca7a37..1d5a056c9f1 100644
--- a/sysutils/gnome-vfs/patches/patch-bb
+++ b/sysutils/gnome-vfs/patches/patch-bb
@@ -1,10 +1,15 @@
-$NetBSD: patch-bb,v 1.1 2007/09/19 22:22:42 wiz Exp $
+$NetBSD: patch-bb,v 1.2 2013/04/19 20:02:23 prlw1 Exp $
-Stick to the pkgsrc conventions for the locale directory.
+Stick to the pkgsrc conventions for the locale directory, and
+avoid compilation error from use of deprecated APIs.
---- daemon/Makefile.in.orig 2006-05-30 12:21:17.000000000 +0200
-+++ daemon/Makefile.in 2006-06-25 23:35:21.000000000 +0200
-@@ -359,7 +359,7 @@ INCLUDES = \
+--- daemon/Makefile.in.orig 2010-09-28 09:35:22.000000000 +0000
++++ daemon/Makefile.in
+@@ -337,11 +337,10 @@ INCLUDES = \
+ -D_LARGEFILE64_SOURCE \
+ -D_POSIX_PTHREAD_SEMANTICS \
+ -D_REENTRANT \
+- -DG_DISABLE_DEPRECATED \
-DGNOME_VFS_PREFIX=\"$(prefix)\" \
-DGNOME_VFS_DATADIR=\"$(datadir)\" \
-DGNOME_VFS_LIBDIR=\"$(libdir)\" \