summaryrefslogtreecommitdiff
path: root/net/gnapster/patches
diff options
context:
space:
mode:
authortron <tron>2000-10-15 21:53:12 +0000
committertron <tron>2000-10-15 21:53:12 +0000
commitdc7427b87c4ed1d55f668c6768af55cf530b5620 (patch)
tree7e39d8e4a66932a94a21340086aea3fe58583c81 /net/gnapster/patches
parent2663e314f80bfcc236937200f753b0a9448ce5bb (diff)
downloadpkgsrc-dc7427b87c4ed1d55f668c6768af55cf530b5620.tar.gz
Update "gnapster" package to version 1.3.12. Changes since version 1.3.11:
- Fixed a tab completion core dump - Ability to move downloads to queue slots - Fix for alternate upload resumes being ignored and the file is sent from the beginning - Fix for hanging downloads on "Awaiting connection" when they should promptly report an error message - Auto-reconnect timeout added - Boolean NOT searches allowed on opennap servers - UI cleanups - Safe exit operation added, which allows you to unshare all songs, and wait for all transfers to complete before it exits
Diffstat (limited to 'net/gnapster/patches')
-rw-r--r--net/gnapster/patches/patch-ab13
-rw-r--r--net/gnapster/patches/patch-ac13
2 files changed, 0 insertions, 26 deletions
diff --git a/net/gnapster/patches/patch-ab b/net/gnapster/patches/patch-ab
deleted file mode 100644
index c2647396571..00000000000
--- a/net/gnapster/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2000/08/10 21:07:35 jlam Exp $
-
---- Makefile.in.orig Wed Aug 9 22:49:13 2000
-+++ Makefile.in Thu Aug 10 16:56:52 2000
-@@ -380,7 +380,7 @@
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- install: install-recursive
- @echo "*** Warning: backing up old shared file"
-- @mv -f $(HOME)/.gnapster/servers $(HOME)/.gnapster/servers.old
-+ @-mv -f $(HOME)/.gnapster/servers $(HOME)/.gnapster/servers.old
- uninstall-am: uninstall-ApplicationsDATA
- uninstall: uninstall-recursive
- all-am: Makefile $(DATA) config.h
diff --git a/net/gnapster/patches/patch-ac b/net/gnapster/patches/patch-ac
deleted file mode 100644
index 2226f2bc257..00000000000
--- a/net/gnapster/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2000/09/11 15:56:35 tron Exp $
-
---- src/callbacks.c.orig Thu Aug 10 06:05:03 2000
-+++ src/callbacks.c Mon Sep 11 17:44:47 2000
-@@ -143,7 +143,7 @@
- }
-
- void connect_official_cb() {
-- gnome_config_set_string("/gnapster/Options/server", "208.184.216.222");
-+ gnome_config_set_string("/gnapster/Options/server", "64.124.41.16");
- gnome_config_set_int("/gnapster/Options/server_port", 8875);
- gnome_config_sync();
- if (conn_info.connected || conn_info.connecting) {