From 98309bc2eeeadde0ec7934f1571a87188ce4cd51 Mon Sep 17 00:00:00 2001 From: stacktic Date: Wed, 1 May 2013 17:16:05 +0000 Subject: 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filesystems/fs-utils/patches/patch-aa | 13 ------------- filesystems/fs-utils/patches/patch-ab | 13 ------------- filesystems/fs-utils/patches/patch-lib_Makefile_inc | 15 --------------- 3 files changed, 41 deletions(-) delete mode 100644 filesystems/fs-utils/patches/patch-aa delete mode 100644 filesystems/fs-utils/patches/patch-ab delete mode 100644 filesystems/fs-utils/patches/patch-lib_Makefile_inc (limited to 'filesystems/fs-utils') 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 - #include - -+#ifdef __NetBSD__ -+#include -+#endif -+ - #if HAVE_NBCOMPAT_H - #include - #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 - #include - -+#ifdef __NetBSD__ -+#include -+#endif -+ - #include - #include - #include 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 -- cgit v1.2.3