aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-fc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-09-12 10:22:15 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-09-12 10:22:15 +0000
commit2c5fc26f153ce63b7f6a2c343bc4125a7c030c46 (patch)
tree2efe45127dd2330d3a8bc9f293d466b660d455d4 /audio/xmms-fc
parente0bdb7bfac27ccdb58c54fd0389df66073f3c4e2 (diff)
downloadports-2c5fc26f153ce63b7f6a2c343bc4125a7c030c46.tar.gz
ports-2c5fc26f153ce63b7f6a2c343bc4125a7c030c46.zip
- Update to 0.5.4
PR: ports/84854 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: maintainer timeout (2 weeks)
Notes
Notes: svn path=/head/; revision=142518
Diffstat (limited to 'audio/xmms-fc')
-rw-r--r--audio/xmms-fc/Makefile5
-rw-r--r--audio/xmms-fc/distinfo4
-rw-r--r--audio/xmms-fc/files/patch-SmartPtr.h26
-rw-r--r--audio/xmms-fc/files/patch-ltmain.sh25
-rw-r--r--audio/xmms-fc/pkg-descr4
5 files changed, 6 insertions, 58 deletions
diff --git a/audio/xmms-fc/Makefile b/audio/xmms-fc/Makefile
index ce8f4a771c10..e02fba27a2ea 100644
--- a/audio/xmms-fc/Makefile
+++ b/audio/xmms-fc/Makefile
@@ -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}
@@ -18,7 +17,7 @@ COMMENT= A XMMS future composer input plugin
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
-PLIST_FILES= lib/xmms/Input/libfc.so
+PLIST_FILES= lib/xmms/Input/libfc.so lib/xmms/Input/libfc.la
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk12
diff --git a/audio/xmms-fc/distinfo b/audio/xmms-fc/distinfo
index e57002b47317..025109fd1ea4 100644
--- a/audio/xmms-fc/distinfo
+++ b/audio/xmms-fc/distinfo
@@ -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 --git a/audio/xmms-fc/files/patch-SmartPtr.h b/audio/xmms-fc/files/patch-SmartPtr.h
deleted file mode 100644
index 7f746dff870f..000000000000
--- a/audio/xmms-fc/files/patch-SmartPtr.h
+++ /dev/null
@@ -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 --git a/audio/xmms-fc/files/patch-ltmain.sh b/audio/xmms-fc/files/patch-ltmain.sh
deleted file mode 100644
index 2ac052749556..000000000000
--- a/audio/xmms-fc/files/patch-ltmain.sh
+++ /dev/null
@@ -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 --git a/audio/xmms-fc/pkg-descr b/audio/xmms-fc/pkg-descr
index 9aca799490db..b2859aba3fba 100644
--- a/audio/xmms-fc/pkg-descr
+++ b/audio/xmms-fc/pkg-descr
@@ -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@yahoo.com