ports/84854: update port: audio/xmms-fc 0.5.3 -> 0.5.4

Emanuel Haupt ehaupt at critical.ch
Fri Aug 12 22:00:31 UTC 2005


>Number:         84854
>Category:       ports
>Synopsis:       update port: audio/xmms-fc 0.5.3 -> 0.5.4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 12 22:00:29 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:19:15 CEST 2005 root at beaver.critical.ch:/usr/obj/usr/src/RELENG_5_4/src/sys/BEAVER i386


	
>Description:
The following patch updates audio/xmms-fc from version 0.5.3 to 0.5.4

- remove file: files/patch-ltmain.sh
- remove file: files/patch-SmartPtr.h
- remove directory: files/
- change WWW field in pkg-descr to sourceforge project page

>How-To-Repeat:
	
>Fix:

	



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

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list