diff options
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_select/patches/patch-aa | 15 | ||||
-rw-r--r-- | pkgtools/pkg_select/patches/patch-ab | 12 | ||||
-rw-r--r-- | pkgtools/pkg_select/patches/patch-ac | 14 |
3 files changed, 0 insertions, 41 deletions
diff --git a/pkgtools/pkg_select/patches/patch-aa b/pkgtools/pkg_select/patches/patch-aa deleted file mode 100644 index 9749922e41b..00000000000 --- a/pkgtools/pkg_select/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2006/03/13 00:13:37 minskim Exp $ - ---- pkg_select.h.orig 2005-03-09 03:30:07.000000000 -0800 -+++ pkg_select.h -@@ -45,6 +45,10 @@ - #include "texts.h" - #include "live.h" - -+#ifndef SLIST_HEAD_INITIALIZER -+#define SLIST_HEAD_INITIALIZER(head) { NULL } -+#endif -+ - #define IN_PKGSRC 1 - #define IN_PKGDB 0 - #define IN_DEPENDS 2 diff --git a/pkgtools/pkg_select/patches/patch-ab b/pkgtools/pkg_select/patches/patch-ab deleted file mode 100644 index 6dcc1799a69..00000000000 --- a/pkgtools/pkg_select/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2006/03/13 00:16:41 minskim Exp $ - ---- lib.h.orig 2005-03-15 08:43:20.000000000 -0800 -+++ lib.h -@@ -320,7 +320,6 @@ void free_lpkg(lpkg_t *); - int pkg_perform(lpkg_head_t *); - - /* Externs */ --extern Boolean Verbose; - extern Boolean Fake; - extern Boolean Force; - extern Boolean Replace; diff --git a/pkgtools/pkg_select/patches/patch-ac b/pkgtools/pkg_select/patches/patch-ac deleted file mode 100644 index 09100d38720..00000000000 --- a/pkgtools/pkg_select/patches/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2007/03/16 20:22:16 rillig Exp $ - ---- pkg_adm.h.orig 2005-05-12 20:18:27.000000000 +0200 -+++ pkg_adm.h 2007-03-16 21:02:16.000000000 +0100 -@@ -43,7 +43,9 @@ extern void set_pkg_path(const char *); - - /* this is where you may want to port to another port framework */ - -+#ifndef PKGTOOLS_PATH - #define PKGTOOLS_PATH "/usr/sbin" -+#endif - #ifndef MAKE - #define MAKE "/usr/bin/make" - #endif |