pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/baloo/patches Commit missing patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b864a5e939bd
branches:  trunk
changeset: 641754:b864a5e939bd
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Nov 16 18:28:52 2014 +0000

description:
Commit missing patch.

diffstat:

 sysutils/baloo/patches/patch-src__file__lib__baloo_xattr_p.h |  13 ++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 373b7bfd8cf7 -r b864a5e939bd sysutils/baloo/patches/patch-src__file__lib__baloo_xattr_p.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/baloo/patches/patch-src__file__lib__baloo_xattr_p.h      Sun Nov 16 18:28:52 2014 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src__file__lib__baloo_xattr_p.h,v 1.1 2014/11/16 18:28:52 markd Exp $
+
+--- src/file/lib/baloo_xattr_p.h.orig  2014-11-06 12:03:28.000000000 +0000
++++ src/file/lib/baloo_xattr_p.h
+@@ -117,7 +117,7 @@ inline int baloo_removexattr(const QStri
+     #elif defined(Q_OS_MAC)
+         return removexattr(encodedPath, attributeName, XATTR_NOFOLLOW );
+     #elif defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD)
+-        return removexattr (encodedPath, attributeName);
++        return extattr_delete_file (encodedPath, EXTATTR_NAMESPACE_USER, attributeName);
+     #else
+         return -1;
+     #endif



Home | Main Index | Thread Index | Old Index