From 158116f6233e3d64c1f97b3f9bb4541aa93df0a1 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Tue, 14 Nov 2000 15:21:56 +0000 Subject: Fix delete files from the complete directory. PR: 22822 Submitted by: MAINTAINER --- audio/lopster/Makefile | 1 + audio/lopster/files/patch-aa | 14 ++++++++++++++ net-p2p/lopster/Makefile | 1 + net-p2p/lopster/files/patch-aa | 14 ++++++++++++++ 4 files changed, 30 insertions(+) create mode 100644 audio/lopster/files/patch-aa create mode 100644 net-p2p/lopster/files/patch-aa diff --git a/audio/lopster/Makefile b/audio/lopster/Makefile index 704897c5440f..3fc8308534b9 100644 --- a/audio/lopster/Makefile +++ b/audio/lopster/Makefile @@ -7,6 +7,7 @@ PORTNAME= lopster PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/audio/lopster/files/patch-aa b/audio/lopster/files/patch-aa new file mode 100644 index 000000000000..a5aaea84b80e --- /dev/null +++ b/audio/lopster/files/patch-aa @@ -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); diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile index 704897c5440f..3fc8308534b9 100644 --- a/net-p2p/lopster/Makefile +++ b/net-p2p/lopster/Makefile @@ -7,6 +7,7 @@ PORTNAME= lopster PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-p2p/lopster/files/patch-aa b/net-p2p/lopster/files/patch-aa new file mode 100644 index 000000000000..a5aaea84b80e --- /dev/null +++ b/net-p2p/lopster/files/patch-aa @@ -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); -- cgit v1.2.3