pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems/fs-utils Fixed build (patch from Chavdar I...
details: https://anonhg.NetBSD.org/pkgsrc/rev/276a763608a5
branches: trunk
changeset: 588152:276a763608a5
user: stacktic <stacktic%pkgsrc.org@localhost>
date: Sat Apr 30 19:50:56 2011 +0000
description:
Fixed build (patch from Chavdar Ivanov in PR/44752)
diffstat:
filesystems/fs-utils/Makefile | 3 ++-
filesystems/fs-utils/distinfo | 4 +++-
filesystems/fs-utils/patches/patch-aa | 13 +++++++++++++
filesystems/fs-utils/patches/patch-ab | 13 +++++++++++++
4 files changed, 31 insertions(+), 2 deletions(-)
diffs (60 lines):
diff -r 751149f9ac04 -r 276a763608a5 filesystems/fs-utils/Makefile
--- a/filesystems/fs-utils/Makefile Sat Apr 30 19:25:53 2011 +0000
+++ b/filesystems/fs-utils/Makefile Sat Apr 30 19:50:56 2011 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2009/11/16 15:39:07 stacktic Exp $
+# $NetBSD: Makefile,v 1.10 2011/04/30 19:50:56 stacktic Exp $
#
DISTNAME= fs-utils_20091116
PKGNAME= ${DISTNAME:S/_/-/}
+PKGREVISION= 1
CATEGORIES= filesystems
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/stacktic/
diff -r 751149f9ac04 -r 276a763608a5 filesystems/fs-utils/distinfo
--- a/filesystems/fs-utils/distinfo Sat Apr 30 19:25:53 2011 +0000
+++ b/filesystems/fs-utils/distinfo Sat Apr 30 19:50:56 2011 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.7 2009/11/16 15:39:07 stacktic Exp $
+$NetBSD: distinfo,v 1.8 2011/04/30 19:50:56 stacktic Exp $
SHA1 (fs-utils_20091116.tar.gz) = cb49494a66a5d6bf69f2d80d79482b3f7607da29
RMD160 (fs-utils_20091116.tar.gz) = 8381dfc13d8470560342c96167e033c255233ab2
Size (fs-utils_20091116.tar.gz) = 153103 bytes
+SHA1 (patch-aa) = 654fc2827e1c41bd28cc31535a91fff799424017
+SHA1 (patch-ab) = e0654d25a6e0f8456f0568c9b20de16cfe1b77c1
diff -r 751149f9ac04 -r 276a763608a5 filesystems/fs-utils/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fs-utils/patches/patch-aa Sat Apr 30 19:50:56 2011 +0000
@@ -0,0 +1,13 @@
+--- usr.bin/du/du.c.orig 2011-04-30 19:09:26.000000000 +0200
++++ usr.bin/du/du.c 2011-04-30 19:10:22.000000000 +0200
+@@ -51,6 +51,10 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+
++#ifdef __NetBSD__
++#include <sys/param.h>
++#endif
++
+ #if HAVE_NBCOMPAT_H
+ #include <nbcompat.h>
+ #endif
diff -r 751149f9ac04 -r 276a763608a5 filesystems/fs-utils/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fs-utils/patches/patch-ab Sat Apr 30 19:50:56 2011 +0000
@@ -0,0 +1,13 @@
+--- bin/ls/ls.c.orig 2011-04-30 19:09:36.000000000 +0200
++++ bin/ls/ls.c 2011-04-30 19:10:56.000000000 +0200
+@@ -56,6 +56,10 @@
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
+
++#ifdef __NetBSD__
++#include <sys/param.h>
++#endif
++
+ #include <dirent.h>
+ #include <err.h>
+ #include <errno.h>
Home |
Main Index |
Thread Index |
Old Index