diff options
author | martin <martin> | 2002-09-15 06:34:03 +0000 |
---|---|---|
committer | martin <martin> | 2002-09-15 06:34:03 +0000 |
commit | be79a227246419ccb71c39fa27eeb50337e6e0fb (patch) | |
tree | 1b6d474ea25ac4365eddf7b340b5226dfb69272b /misc | |
parent | 9a092a5c742ae575e3c60a2cfaf2bcd341cb60b7 (diff) | |
download | pkgsrc-be79a227246419ccb71c39fa27eeb50337e6e0fb.tar.gz |
Ooops, botched last update. Remove patch-aa, which is now already integrated
into the distribution.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bidwatcher/distinfo | 3 | ||||
-rw-r--r-- | misc/bidwatcher/patches/patch-aa | 22 |
2 files changed, 1 insertions, 24 deletions
diff --git a/misc/bidwatcher/distinfo b/misc/bidwatcher/distinfo index 4d90893e18d..3ee05664505 100644 --- a/misc/bidwatcher/distinfo +++ b/misc/bidwatcher/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.12 2002/09/14 15:11:31 martin Exp $ +$NetBSD: distinfo,v 1.13 2002/09/15 06:34:03 martin Exp $ SHA1 (bidwatcher-1.3.5.tar.gz) = ac214aec04bb5cd7a3ba44b7b260c8f4a6b20b4a Size (bidwatcher-1.3.5.tar.gz) = 146807 bytes SHA1 (bidwatcher-1.3.5-p1.diff) = f1173d61c6bd592b0db404a5e8ae05bd5e793423 Size (bidwatcher-1.3.5-p1.diff) = 2131 bytes -SHA1 (patch-aa) = 456a4da007b86721100c6d6caa79b2c21003b413 diff --git a/misc/bidwatcher/patches/patch-aa b/misc/bidwatcher/patches/patch-aa deleted file mode 100644 index 078a70592ba..00000000000 --- a/misc/bidwatcher/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.8 2002/06/12 21:51:28 tron Exp $ - ---- netstuff.cpp.orig Thu Jun 6 03:52:08 2002 -+++ netstuff.cpp Wed Jun 12 23:46:36 2002 -@@ -247,6 +247,8 @@ - fd_set fds; - struct timeval tm; - -+ *Buff = NULL; -+ - GTimer * time_since_start=g_timer_new(); - g_timer_start(time_since_start); - -@@ -330,7 +332,7 @@ - } - - // send our request for the web page. -- sprintf(lineBuff, "GET %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: bidwatcher\r\n%s\r\n", url->url, url->hostinfo->h_name, cookie); -+ sprintf(lineBuff, "GET %s HTTP/1.1\r\nConnection: close\r\nHost: %s\r\nUser-Agent: bidwatcher\r\n%s\r\n", url->url, url->hostinfo->h_name, cookie); - - if (send(socketID, lineBuff, strlen(lineBuff), 0) < 0) { - #ifdef DEBUG_NETWORK |