pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kdelibs4 Include sys/mmap.h for mmap(), not just p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c34523021095
branches:  trunk
changeset: 576331:c34523021095
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jun 06 22:44:02 2010 +0000

description:
Include sys/mmap.h for mmap(), not just posix_madvise().
Should fix PR pkg/42825. No PKGREVISION bump required as either
package didn't build previously or no change to binary package.

diffstat:

 x11/kdelibs4/distinfo         |   3 ++-
 x11/kdelibs4/patches/patch-am |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r c2c2d071d199 -r c34523021095 x11/kdelibs4/distinfo
--- a/x11/kdelibs4/distinfo     Sun Jun 06 20:31:30 2010 +0000
+++ b/x11/kdelibs4/distinfo     Sun Jun 06 22:44:02 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2010/06/02 10:14:16 markd Exp $
+$NetBSD: distinfo,v 1.10 2010/06/06 22:44:02 markd Exp $
 
 SHA1 (kdelibs-4.4.4.tar.bz2) = 80bc85618e628986da6ac364507188ae2c8ff95b
 RMD160 (kdelibs-4.4.4.tar.bz2) = 9f755332927f9d3df3d80a6e72d45af0055b158f
@@ -12,3 +12,4 @@
 SHA1 (patch-aj) = 8520c322d4579e9485253c8e8b130669b0f8b618
 SHA1 (patch-ak) = 03883c05a2a600737d98a889034a2fb9984a5d58
 SHA1 (patch-al) = a3c48e8552ca39496134696f3d415a7b6a4db7d8
+SHA1 (patch-am) = da04e0450885dc4bca38a4e9b91822746d936639
diff -r c2c2d071d199 -r c34523021095 x11/kdelibs4/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kdelibs4/patches/patch-am     Sun Jun 06 22:44:02 2010 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2010/06/06 22:44:02 markd Exp $
+
+--- kdecore/sycoca/ksycoca.cpp.orig    2010-01-19 23:15:27.000000000 +0000
++++ kdecore/sycoca/ksycoca.cpp
+@@ -62,7 +62,7 @@
+  */
+ #define KSYCOCA_FILENAME "ksycoca4"
+ 
+-#if HAVE_MADVISE
++#if HAVE_MMAP
+ #include <sys/mman.h> // This #include was checked when looking for posix_madvise
+ #endif
+ 



Home | Main Index | Thread Index | Old Index