summaryrefslogtreecommitdiff
path: root/filesystems/fs-utils
diff options
context:
space:
mode:
authorstacktic <stacktic>2013-05-01 17:16:05 +0000
committerstacktic <stacktic>2013-05-01 17:16:05 +0000
commit98309bc2eeeadde0ec7934f1571a87188ce4cd51 (patch)
treef7697e83431663efa1977b3b6d81ce56039fad7e /filesystems/fs-utils
parent13f67d4efda35f57513d721a0ee3c8e435eb14c4 (diff)
downloadpkgsrc-98309bc2eeeadde0ec7934f1571a87188ce4cd51.tar.gz
Update misc/rump and filesystems/fs-utils to 20130430 using github versions which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils
Diffstat (limited to 'filesystems/fs-utils')
-rw-r--r--filesystems/fs-utils/patches/patch-aa13
-rw-r--r--filesystems/fs-utils/patches/patch-ab13
-rw-r--r--filesystems/fs-utils/patches/patch-lib_Makefile_inc15
3 files changed, 0 insertions, 41 deletions
diff --git a/filesystems/fs-utils/patches/patch-aa b/filesystems/fs-utils/patches/patch-aa
deleted file mode 100644
index b127fcbfcfd..00000000000
--- a/filesystems/fs-utils/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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 --git a/filesystems/fs-utils/patches/patch-ab b/filesystems/fs-utils/patches/patch-ab
deleted file mode 100644
index a018f5dbef1..00000000000
--- a/filesystems/fs-utils/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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>
diff --git a/filesystems/fs-utils/patches/patch-lib_Makefile_inc b/filesystems/fs-utils/patches/patch-lib_Makefile_inc
deleted file mode 100644
index 5ccb54edb48..00000000000
--- a/filesystems/fs-utils/patches/patch-lib_Makefile_inc
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-lib_Makefile_inc,v 1.1 2011/12/21 08:53:44 dholland Exp $
-
-Fix shared library linkage with USE_BSD_MAKEFILE in a bootstrapped
-environment, where the rules for building .so files don't really
-accomodate multiple libs in the same package properly.
-
-This is a hack; bootstrap-mk-files should be fixed.
-
---- lib/Makefile.inc~ 2009-11-15 16:29:22.000000000 +0000
-+++ lib/Makefile.inc
-@@ -4,3 +4,4 @@
-
- CFLAGS+= -I${RUMPINCSDIR}
- LDADD+= -L${RUMPLIBDIR} -lukfs
-+LDADD+= -R${PREFIX}/lib