diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-03 11:48:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-03 11:48:42 +0000 |
commit | 2488a94eee8b1bc574f467af5079885119d566ef (patch) | |
tree | 01ae24c9f158f2232ae9330085c41a4cf1a046b3 /net/dc_gui | |
parent | 6273b5c413e1f16e42e03504cd46d4b7e7adbd6c (diff) | |
download | pkgsrc-2488a94eee8b1bc574f467af5079885119d566ef.tar.gz |
Remove another unneeded hunk.
Diffstat (limited to 'net/dc_gui')
-rw-r--r-- | net/dc_gui/distinfo | 4 | ||||
-rw-r--r-- | net/dc_gui/patches/patch-ag | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/net/dc_gui/distinfo b/net/dc_gui/distinfo index 59a5f2f08c6..a428308b023 100644 --- a/net/dc_gui/distinfo +++ b/net/dc_gui/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/10/03 11:44:39 wiz Exp $ +$NetBSD: distinfo,v 1.5 2002/10/03 11:48:42 wiz Exp $ SHA1 (dc_gui-0.62.tar.gz) = 694d927ba1bbeb1c477560a144e7b23a77d5ba94 Size (dc_gui-0.62.tar.gz) = 441860 bytes @@ -7,4 +7,4 @@ SHA1 (patch-ac) = 31c81e48aecb6e06a2c4fc39073f8d9d5c2c3e30 SHA1 (patch-ad) = 2ecdb4b6203b4d10b25dddc13fd04b0e0ed8ed41 SHA1 (patch-ae) = f2e9fe445efea23fe52f27ff14d5dcc5c0775af0 SHA1 (patch-af) = ca57f8527913aee28594cb6b801a984bd80babe2 -SHA1 (patch-ag) = f674203f9c05c9f3c99f9dc0e933c26df5e82e1b +SHA1 (patch-ag) = f2c697099c31ff87e040973c756049d9b07f9e25 diff --git a/net/dc_gui/patches/patch-ag b/net/dc_gui/patches/patch-ag index 14bc675334e..ce43c6623e1 100644 --- a/net/dc_gui/patches/patch-ag +++ b/net/dc_gui/patches/patch-ag @@ -1,16 +1,7 @@ -$NetBSD: patch-ag,v 1.1.1.1 2002/09/11 20:47:14 wiz Exp $ +$NetBSD: patch-ag,v 1.2 2002/10/03 11:48:43 wiz Exp $ --- src/main.c.orig Fri Aug 23 18:41:11 2002 +++ src/main.c -@@ -8,7 +8,7 @@ - #endif - - #include <signal.h> --#include <db.h> -+#include <db4/db.h> - #include <errno.h> - #include <sys/stat.h> - #include <sys/types.h> @@ -329,6 +329,23 @@ main (int argc, char *argv[]) dctc_dir=g_string_new(NULL); |