diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-01-08 20:50:13 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-01-08 20:50:13 +0000 |
commit | f3c0cd80c08902120dc9e47ebc6dc0c5094b7dc3 (patch) | |
tree | 4203428a0dd0ffca4cd054bea1d9e9429b69addd /sysutils | |
parent | 32f1e44300ca752620f10aa664fa9216b1eb574f (diff) | |
download | ports-f3c0cd80c08902120dc9e47ebc6dc0c5094b7dc3.tar.gz ports-f3c0cd80c08902120dc9e47ebc6dc0c5094b7dc3.zip |
Notes
Diffstat (limited to 'sysutils')
5 files changed, 0 insertions, 55 deletions
diff --git a/sysutils/busybox-unstable/files/patch-archival__unzip.c b/sysutils/busybox-unstable/files/patch-archival__unzip.c deleted file mode 100644 index e55824c2065c..000000000000 --- a/sysutils/busybox-unstable/files/patch-archival__unzip.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./archival/unzip.c.orig 2014-01-01 00:45:23.000000000 +0100 -+++ ./archival/unzip.c 2014-01-08 00:00:07.000000000 +0100 -@@ -45,6 +45,8 @@ - #include "libbb.h" - #include "bb_archive.h" - -+#include <libgen.h> -+ - enum { - #if BB_BIG_ENDIAN - ZIP_FILEHEADER_MAGIC = 0x504b0304, diff --git a/sysutils/busybox-unstable/files/patch-coreutils__cp.c b/sysutils/busybox-unstable/files/patch-coreutils__cp.c deleted file mode 100644 index 45c3ffc4fd51..000000000000 --- a/sysutils/busybox-unstable/files/patch-coreutils__cp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./coreutils/cp.c.orig 2012-06-26 13:35:45.000000000 +0000 -+++ ./coreutils/cp.c 2012-07-17 02:08:37.000000000 +0000 -@@ -35,6 +35,8 @@ - #include "libbb.h" - #include "libcoreutils/coreutils.h" - -+#include <libgen.h> -+ - /* This is a NOEXEC applet. Be very careful! */ - - int cp_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; diff --git a/sysutils/busybox-unstable/files/patch-coreutils__dirname.c b/sysutils/busybox-unstable/files/patch-coreutils__dirname.c deleted file mode 100644 index e8b0e536d0ad..000000000000 --- a/sysutils/busybox-unstable/files/patch-coreutils__dirname.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./coreutils/dirname.c.orig 2012-06-26 13:35:45.000000000 +0000 -+++ ./coreutils/dirname.c 2012-07-17 02:08:37.000000000 +0000 -@@ -23,6 +23,8 @@ - - #include "libbb.h" - -+#include <libgen.h> -+ - /* This is a NOFORK applet. Be very careful! */ - - int dirname_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; diff --git a/sysutils/busybox-unstable/files/patch-coreutils__install.c b/sysutils/busybox-unstable/files/patch-coreutils__install.c deleted file mode 100644 index 81049e8bbd96..000000000000 --- a/sysutils/busybox-unstable/files/patch-coreutils__install.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./coreutils/install.c.orig 2012-06-26 13:35:45.000000000 +0000 -+++ ./coreutils/install.c 2012-07-17 02:08:37.000000000 +0000 -@@ -26,6 +26,8 @@ - #include "libbb.h" - #include "libcoreutils/coreutils.h" - -+#include <libgen.h> -+ - #if ENABLE_FEATURE_INSTALL_LONG_OPTIONS - static const char install_longopts[] ALIGN1 = - "directory\0" No_argument "d" diff --git a/sysutils/busybox-unstable/files/patch-coreutils__rmdir.c b/sysutils/busybox-unstable/files/patch-coreutils__rmdir.c deleted file mode 100644 index 7009f15328de..000000000000 --- a/sysutils/busybox-unstable/files/patch-coreutils__rmdir.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./coreutils/rmdir.c.orig 2012-07-02 14:08:25.000000000 +0000 -+++ ./coreutils/rmdir.c 2012-07-17 02:08:37.000000000 +0000 -@@ -27,6 +27,8 @@ - - #include "libbb.h" - -+#include <libgen.h> -+ - /* This is a NOFORK applet. Be very careful! */ - - |