[arch-commits] Commit in mp3blaster/trunk (2 files)

Andrea Scarpino andrea at archlinux.org
Thu Apr 2 15:19:27 UTC 2009


    Date: Thursday, April 2, 2009 @ 11:19:27
  Author: andrea
Revision: 32903

removed useless patches

Deleted:
  mp3blaster/trunk/mp3blaster-3.2.3-cdfs.patch
  mp3blaster/trunk/mp3blaster-gcc43.patch

-----------------------------+
 mp3blaster-3.2.3-cdfs.patch |   34 ----------------------------------
 mp3blaster-gcc43.patch      |   11 -----------
 2 files changed, 45 deletions(-)

Deleted: mp3blaster-3.2.3-cdfs.patch
===================================================================
--- mp3blaster-3.2.3-cdfs.patch	2009-04-02 15:18:13 UTC (rev 32902)
+++ mp3blaster-3.2.3-cdfs.patch	2009-04-02 15:19:27 UTC (rev 32903)
@@ -1,34 +0,0 @@
-diff -Naur a/src/fileman.cc b/src/fileman.cc
---- a/src/fileman.cc	2006-01-29 02:55:32.000000000 +0300
-+++ b/src/fileman.cc	2007-04-08 19:25:50.000000000 +0400
-@@ -237,12 +237,14 @@
- 	{
- 		DIR
- 			*dir2;
-+  	struct stat
-+	   	buffy;
-+
- 
- 		PTH_YIELD;
- 
--		if ( (dir2 = opendir(entries[i])) ) /* path is a dir */
-+		if (!stat(entries[i], &buffy) && S_ISDIR(buffy.st_mode) )
- 		{
--			closedir(dir2);
- 			dirs[dircount] = (char *)malloc((strlen(entries[i]) + 2) *
- 				sizeof(char));
- 			strcpy(dirs[dircount], entries[i]);
-@@ -369,10 +371,11 @@
- 	
- 	DIR
- 		*dir2;
-+	struct stat
-+	   	buffy;
- 
--	if ( (dir2 = opendir(getItem(index))) ) /* path is a dir */
-+	if (!stat(getItem(index), &buffy) && S_ISDIR(buffy.st_mode) )
- 	{
--		closedir(dir2);
- 		return 1;
- 	}
- 	

Deleted: mp3blaster-gcc43.patch
===================================================================
--- mp3blaster-gcc43.patch	2009-04-02 15:18:13 UTC (rev 32902)
+++ mp3blaster-gcc43.patch	2009-04-02 15:19:27 UTC (rev 32903)
@@ -1,11 +0,0 @@
-diff -Naur mp3blaster-3.2.3-old/src/history.cc mp3blaster-3.2.3/src/history.cc
---- mp3blaster-3.2.3-old/src/history.cc	2002-09-21 06:30:48.000000000 +1000
-+++ mp3blaster-3.2.3/src/history.cc	2008-08-16 23:04:47.000000000 +1000
-@@ -1,6 +1,7 @@
- #include <config.h>
- #include "history.h"
- #include <string.h>
-+#include <cstdlib>
- 
- History::History()
- {




More information about the arch-commits mailing list