Date: Mon, 13 Nov 2000 21:48:41 +0200 (IST) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/22822: MAINTAINER UPDATE: audio/lopster (bugfix) Message-ID: <200011131948.eADJmf911016@alchemy.oven.org>
next in thread | raw e-mail | index | archive | help
>Number: 22822 >Category: ports >Synopsis: MAINTAINER UPDATE: audio/lopster (bugfix) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 13 11:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.2-BETA i386 >Organization: >Environment: >Description: lopster port doesn't delete files from the "incomplete" directory. >How-To-Repeat: Download any file from anyone. Quite annoying. >Fix: This was fixed in the CVS for lopster and will be part of next release. As advised by the author, the change is in src/resume.c: 1.11->1.12 diff -urN /usr/ports/audio/lopster/files/patch-resume.c lopster/files/patch-resume.c --- /usr/ports/audio/lopster/files/patch-resume.c Thu Jan 1 02:00:00 1970 +++ lopster/files/patch-resume.c Mon Nov 13 21:38:08 2000 @@ -0,0 +1,14 @@ +--- src/resume.c.orig 2000/10/31 20:31:29 1.11 ++++ src/resume.c 2000/11/09 14:25:15 1.12 +@@ -230,9 +230,10 @@ + void resume_list_remove(resume_t* resume) { + GList* dlist; + +- resume = resume_clist_remove(resume); + if (!resume) return; + ++ resume_clist_remove(resume); ++ + dlist = g_list_first(resume->potentials); + while (dlist) { + destroy_file_row(dlist->data); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011131948.eADJmf911016>