pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_select/patches removed patches after upst...
details: https://anonhg.NetBSD.org/pkgsrc/rev/06347c8dfdfa
branches: trunk
changeset: 555722:06347c8dfdfa
user: imil <imil%pkgsrc.org@localhost>
date: Sat Mar 07 14:31:42 2009 +0000
description:
removed patches after upstream inclusion
diffstat:
pkgtools/pkg_select/patches/patch-aa | 15 ---------------
pkgtools/pkg_select/patches/patch-ab | 12 ------------
pkgtools/pkg_select/patches/patch-ac | 14 --------------
3 files changed, 0 insertions(+), 41 deletions(-)
diffs (53 lines):
diff -r 24c877d1c2d8 -r 06347c8dfdfa pkgtools/pkg_select/patches/patch-aa
--- a/pkgtools/pkg_select/patches/patch-aa Sat Mar 07 14:26:27 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 24c877d1c2d8 -r 06347c8dfdfa pkgtools/pkg_select/patches/patch-ab
--- a/pkgtools/pkg_select/patches/patch-ab Sat Mar 07 14:26:27 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 24c877d1c2d8 -r 06347c8dfdfa pkgtools/pkg_select/patches/patch-ac
--- a/pkgtools/pkg_select/patches/patch-ac Sat Mar 07 14:26:27 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index