View | Details | Raw Unified | Return to bug 84854
Collapse All | Expand All

(-)xmms-fc/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	xmms-fc
8
PORTNAME=	xmms-fc
9
PORTVERSION=	0.5.3
9
PORTVERSION=	0.5.4
10
PORTREVISION=	1
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)xmms-fc/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (xmms-fc-0.5.3.tar.gz) = 40aaf2221d5fff536183d24c7cbeeefe
1
MD5 (xmms-fc-0.5.4.tar.gz) = 62b7b24f85412644cd4372571d8f3f96
2
SIZE (xmms-fc-0.5.3.tar.gz) = 184702
2
SIZE (xmms-fc-0.5.4.tar.gz) = 326474
(-)xmms-fc/files/patch-SmartPtr.h (-26 lines)
Lines 1-26 Link Here
1
--- src/SmartPtr.h.orig	Wed Oct  6 14:50:12 2004
2
+++ src/SmartPtr.h	Wed Oct  6 14:51:29 2004
3
@@ -207,16 +207,16 @@
4
     {
5
         if ( bufferLen >= 1 )
6
         {
7
-            pBufCurrent = ( bufBegin = buffer );
8
-            bufEnd = bufBegin + bufferLen;
9
-            bufLen = bufferLen;
10
-            status = true;
11
+            this->pBufCurrent = ( this->bufBegin = buffer );
12
+            this->bufEnd = this->bufBegin + bufferLen;
13
+            this->bufLen = bufferLen;
14
+            this->status = true;
15
         }
16
         else
17
         {
18
-            pBufCurrent = bufBegin = bufEnd = 0;
19
-            bufLen = 0;
20
-            status = false;
21
+            this->pBufCurrent = this->bufBegin = this->bufEnd = 0;
22
+            this->bufLen = 0;
23
+            this->status = false;
24
         }
25
     }
26
 };
(-)xmms-fc/files/patch-ltmain.sh (-25 lines)
Lines 1-25 Link Here
1
--- ltmain.sh	2001/08/27 09:51:26	1.1
2
+++ ltmain.sh	2001/08/27 09:51:42
3
@@ -2408,6 +2408,9 @@
4
 	  *-*-netbsd*)
5
 	    # Don't link with libc until the a.out ld.so is fixed.
6
 	    ;;
7
+	  *-*-freebsd*)
8
+	    # FreeBSD doesn't need this...
9
+	    ;;
10
 	  *)
11
 	    # Add libc to deplibs on all other systems if necessary.
12
 	    if test "$build_libtool_need_lc" = "yes"; then
13
@@ -4175,10 +4178,12 @@
14
 	fi
15
 
16
 	# Install the pseudo-library for information purposes.
17
+	if /usr/bin/false; then
18
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
19
 	instname="$dir/$name"i
20
 	$show "$install_prog $instname $destdir/$name"
21
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
22
+	fi
23
 
24
 	# Maybe install the static library, too.
25
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
(-)xmms-fc/pkg-descr (-2 / +2 lines)
Lines 1-6 Link Here
1
A XMMS future composer input plugin
1
A XMMS future composer input plugin.
2
2
3
WWW: http://www.geocities.com/mschwendt/mod/
3
WWW: http://xmms-fc.sourceforge.net/
4
4
5
- David
5
- David
6
dyeske@yahoo.com
6
dyeske@yahoo.com

Return to bug 84854