pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/nautilus Add <sys/types.h> to fix building on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10b2180017ec
branches:  trunk
changeset: 469224:10b2180017ec
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Feb 21 06:42:37 2004 +0000

description:
Add <sys/types.h> to fix building on FreeBSD, reported by Michal
Pasternak in PR pkg/24287.

diffstat:

 sysutils/nautilus/distinfo         |   3 ++-
 sysutils/nautilus/patches/patch-ah |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r d171a178e680 -r 10b2180017ec sysutils/nautilus/distinfo
--- a/sysutils/nautilus/distinfo        Sat Feb 21 06:42:29 2004 +0000
+++ b/sysutils/nautilus/distinfo        Sat Feb 21 06:42:37 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/02/10 17:59:24 jmmv Exp $
+$NetBSD: distinfo,v 1.8 2004/02/21 06:42:37 xtraeme Exp $
 
 SHA1 (nautilus-2.4.2.tar.bz2) = 16e8e6bb2a8263d32358fd03c9d11663f09f7421
 Size (nautilus-2.4.2.tar.bz2) = 5687876 bytes
@@ -9,3 +9,4 @@
 SHA1 (patch-ae) = a67d8b7ba3a1b9a71958736ef4946be301e67124
 SHA1 (patch-af) = dbdfb1e7e2103a3174fddaccad64868781052057
 SHA1 (patch-ag) = d01a15e0e0e624fcf7fee66d1aa3456a0639e643
+SHA1 (patch-ah) = 57fbbadae0aa47014645d72fd0da9f9ce145d8de
diff -r d171a178e680 -r 10b2180017ec sysutils/nautilus/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/nautilus/patches/patch-ah        Sat Feb 21 06:42:37 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2004/02/21 06:42:37 xtraeme Exp $
+
+--- libnautilus-private/nautilus-emblem-utils.c.orig   Sun Feb  1 13:22:13 2004
++++ libnautilus-private/nautilus-emblem-utils.c        Sun Feb  1 13:22:46 2004
+@@ -23,7 +23,9 @@
+ */
+ 
+ #include <config.h>
+-
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
+ #include <utime.h>
+ #include <stdio.h>
+ #include <time.h>



Home | Main Index | Thread Index | Old Index