summaryrefslogtreecommitdiff
path: root/sysutils/gvfs/patches
diff options
context:
space:
mode:
authorobache <obache>2013-05-10 14:37:42 +0000
committerobache <obache>2013-05-10 14:37:42 +0000
commita7eb30be7c31881d8291d8083f2471d35c76f2ac (patch)
tree42cc61fbbb23ccb1b631f12180ef29cabcbeb66a /sysutils/gvfs/patches
parent9a87c6f0c8df55b154c1c020078c206a3931ab3a (diff)
downloadpkgsrc-a7eb30be7c31881d8291d8083f2471d35c76f2ac.tar.gz
Update gvfs to 1.6.7.
pkgsrc changes: * set LICENSE as gnu-lgpl-v2 from COPYING. * drop -DG_DISABLE_DEPREATED in whole build instead of just in a directory by patch-ah, because much deprecated warnings will be appeared with recent glib2. * fix specify to configure of samba location. Major changes in 1.6.7 ====================== This is a convenient release for people who want to have old gnome 2.32 and new glib: * Do not build app lookup extension if we have glib >= 2.27.1 Other fixes: * build: Adapt autogen.sh to libtool-2.4 * build: Bump fuse requirement for ATOMIC_O_TRUNC support
Diffstat (limited to 'sysutils/gvfs/patches')
-rw-r--r--sysutils/gvfs/patches/patch-aa24
-rw-r--r--sysutils/gvfs/patches/patch-ah12
2 files changed, 20 insertions, 16 deletions
diff --git a/sysutils/gvfs/patches/patch-aa b/sysutils/gvfs/patches/patch-aa
index 9a9645a7df0..5cd43b09a99 100644
--- a/sysutils/gvfs/patches/patch-aa
+++ b/sysutils/gvfs/patches/patch-aa
@@ -1,8 +1,24 @@
-$NetBSD: patch-aa,v 1.8 2010/11/16 13:57:28 drochner Exp $
+$NetBSD: patch-aa,v 1.9 2013/05/10 14:37:42 obache Exp $
---- configure.orig 2010-05-27 04:02:32.000000000 +0000
+* killed -DG_DISABLED_DEPRECATED, so msg_gconf_gio will be built even with
+ gio-2.0>2.27.1
+* add RPATH for samba
+*
+
+--- configure.orig 2011-03-21 16:02:39.000000000 +0000
+++ configure
-@@ -16082,7 +16082,7 @@ $as_echo "#define HAVE_SAMBA /**/" >>con
+@@ -15633,8 +15633,8 @@ fi
+
+ msg_gconf_gio=no
+ if test -n "$PKG_CONFIG" && \
+- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0 <= 2.27.1\""; } >&5
+- ($PKG_CONFIG --exists --print-errors "gio-2.0 <= 2.27.1") 2>&5
++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0\""; } >&5
++ ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+@@ -16928,7 +16928,7 @@ $as_echo "#define HAVE_SAMBA /**/" >>con
msg_samba="yes"
if test x$with_samba_libs != x/usr/lib; then
@@ -11,7 +27,7 @@ $NetBSD: patch-aa,v 1.8 2010/11/16 13:57:28 drochner Exp $
else
SAMBA_LIBS="-lsmbclient"
fi
-@@ -16532,7 +16532,7 @@ _ACEOF
+@@ -17376,7 +17376,7 @@ _ACEOF
fi
diff --git a/sysutils/gvfs/patches/patch-ah b/sysutils/gvfs/patches/patch-ah
deleted file mode 100644
index da7d5762e58..00000000000
--- a/sysutils/gvfs/patches/patch-ah
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2011/03/11 20:02:41 drochner Exp $
-
---- gconf/Makefile.in.orig 2010-11-12 16:19:13.000000000 +0000
-+++ gconf/Makefile.in
-@@ -315,7 +315,6 @@ libgiogconf_la_CFLAGS = \
- $(GCONF_CFLAGS) \
- -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \
- -DGVFS_LOCALEDIR=\""$(localedir)"\" \
-- -DG_DISABLE_DEPRECATED \
- $(NULL)
-
- libgiogconf_la_LDFLAGS = \