head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.42 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.40 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.38 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.36 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.34 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.32 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.30 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.28 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.26 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.24 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.22 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.20 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.18 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.16 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.14 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.12 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.10 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.8 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.6 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.4 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.2 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.6.0.20 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.18 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.16 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.14 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.12 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.10 pkgsrc-2003Q4-base:1.6 netbsd-1-6-1:1.6.0.6 netbsd-1-6-1-base:1.6 netbsd-1-6:1.6.0.8 netbsd-1-6-RELEASE-base:1.6 pkgviews:1.6.0.4 pkgviews-base:1.6 buildlink2:1.6.0.2 buildlink2-base:1.6 netbsd-1-5-PATCH003:1.6 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 netbsd-1-4-PATCH002:1.1; locks; strict; comment @# @; 1.7 date 2005.05.18.22.02.20; author wiz; state dead; branches; next 1.6; 1.6 date 2001.11.27.16.20.05; author wiz; state Exp; branches; next 1.5; 1.5 date 2000.10.15.21.53.14; author tron; state dead; branches; next 1.4; 1.4 date 2000.08.10.21.07.35; author jlam; state Exp; branches; next 1.3; 1.3 date 2000.03.16.01.36.07; author wiz; state dead; branches; next 1.2; 1.2 date 2000.03.16.00.56.32; author wiz; state Exp; branches; next 1.1; 1.1 date 2000.02.27.21.36.48; author wiz; state Exp; branches; next ; desc @@ 1.7 log @Remove gnome1 packages except as needed for gnucash. Ok'd by jmmv@@ and rh@@ (gnome 1 maintainers). @ text @$NetBSD: patch-ab,v 1.6 2001/11/27 16:20:05 wiz Exp $ --- src/upload.c.orig Mon Jun 4 11:06:17 2001 +++ src/upload.c @@@@ -262,7 +262,7 @@@@ return; ptr = strrchr(s, '/'); - if (!ptr[1]) + if (ptr && !ptr[1]) *ptr = 0; } @ 1.6 log @Check return value of strrchr before dereferencing it. Problem reported (with fix) in pkg/14745 by John Heasley. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @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 @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.4 2000/08/10 21:07:35 jlam Exp $ d3 11 a13 11 --- 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 @ 1.4 log @Update gnapster to 1.3.10. Changes since 1.3.10: * Browse server file syntax changed, old server files must be removed * Fixed new user creation bug and cleaned up the bind handling to not cause 100% cpu usage when something bad happened * Updated remotely queued code to better handle queued downloads * Switched over to using the XText widget from XChat * Implemented new opennap browse numeric support, will no longer get disconnected for browsing * Removed -O2 from Makefile due to GTK problems caused by older gcc versions (prevented / commands from working on certain systems) * Many minor UI changes and bug fixes @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @handle libintl-detection differently @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2000/03/16 00:56:32 wiz Exp $ d3 11 a13 11 --- configure.orig Wed Mar 1 04:00:12 2000 +++ configure Thu Mar 16 01:48:17 2000 @@@@ -3669,7 +3669,7 @@@@ #include "confdefs.h" #include EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +ac_try="$ac_cpp $CFLAGS conftest.$ac_ext >/dev/null 2>conftest.out" { (eval echo configure:3674: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then @ 1.2 log @Update to gnapster-1.3.7. Changes: * Port is now specifyable in the preferences, firewall support is also done * Finally updated update list to update based on modification time instead of only adding files * Added a "browse" server dialog which allows you to manage specific servers without requiring a query server running on port 8875 * Uploading of a users mp3 list is now non-blocking * Fixed a memory leak in upload.c and download_free() @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @add missing patch @ text @d3 2 a4 2 --- ./configure.orig Wed Feb 16 03:35:34 2000 +++ ./configure Sun Feb 27 21:33:55 2000 @