pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/nautilus Fix compilation on NetBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5df2abb25d34
branches:  trunk
changeset: 547388:5df2abb25d34
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Mon Sep 15 23:56:48 2008 +0000

description:
Fix compilation on NetBSD.

diffstat:

 sysutils/nautilus/distinfo         |   4 +++-
 sysutils/nautilus/patches/patch-al |  12 ++++++++++++
 sysutils/nautilus/patches/patch-am |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r 892e217ff6e3 -r 5df2abb25d34 sysutils/nautilus/distinfo
--- a/sysutils/nautilus/distinfo        Mon Sep 15 22:13:25 2008 +0000
+++ b/sysutils/nautilus/distinfo        Mon Sep 15 23:56:48 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.36 2008/07/15 10:46:25 drochner Exp $
+$NetBSD: distinfo,v 1.37 2008/09/15 23:56:48 jmcneill Exp $
 
 SHA1 (nautilus-2.22.5.1.tar.bz2) = 81c1d875779f5d95ad7bf7dc18ab8a8244abb429
 RMD160 (nautilus-2.22.5.1.tar.bz2) = 102c5608e3dbf9815cb9b82262799ac0001870a4
@@ -6,3 +6,5 @@
 SHA1 (patch-af) = 7b6d50ff805ed971ebe96d1d91a563a19220ebc7
 SHA1 (patch-aj) = d905ae52f35bd4fa11a9c10a0c7423aa5e04f8b9
 SHA1 (patch-ak) = e1548234ee9c96b0727710498e8f29a41a6df759
+SHA1 (patch-al) = 28dd784185c8fceef55fcb743731c1e2069510cc
+SHA1 (patch-am) = aa4f29719a60223f68f5b56378ae415cfc9bf12f
diff -r 892e217ff6e3 -r 5df2abb25d34 sysutils/nautilus/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/nautilus/patches/patch-al        Mon Sep 15 23:56:48 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-al,v 1.1 2008/09/15 23:56:48 jmcneill Exp $
+
+--- libnautilus-private/nautilus-emblem-utils.c.orig   2008-09-15 19:42:15.000000000 -0400
++++ libnautilus-private/nautilus-emblem-utils.c        2008-09-15 19:43:07.000000000 -0400
+@@ -25,6 +25,7 @@
+ #include <config.h>
+ 
+ #include <sys/types.h>
++#include <sys/stat.h>
+ #include <utime.h>
+ #include <stdio.h>
+ #include <string.h>
diff -r 892e217ff6e3 -r 5df2abb25d34 sysutils/nautilus/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/nautilus/patches/patch-am        Mon Sep 15 23:56:48 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-am,v 1.1 2008/09/15 23:56:48 jmcneill Exp $
+
+--- libnautilus-private/nautilus-file.c.orig   2008-09-15 19:50:13.000000000 -0400
++++ libnautilus-private/nautilus-file.c        2008-09-15 19:50:38.000000000 -0400
+@@ -65,6 +65,7 @@
+ #include <pwd.h>
+ #include <stdlib.h>
+ #include <sys/time.h>
++#include <sys/stat.h>
+ #include <time.h>
+ #include <unistd.h>
+ 



Home | Main Index | Thread Index | Old Index