Index: head/audio/xmms-fc/Makefile =================================================================== --- head/audio/xmms-fc/Makefile (revision 118564) +++ head/audio/xmms-fc/Makefile (revision 118565) @@ -1,32 +1,26 @@ # New ports collection makefile for: xmms-fc # Date created: 8 Jan 2002 # Whom: David Yeske # # $FreeBSD$ # PORTNAME= xmms-fc PORTVERSION= 0.5.3 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dyeske@yahoo.com 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 USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.include +.include Property changes on: head/audio/xmms-fc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/audio/xmms-fc/files/patch-SmartPtr.h =================================================================== --- head/audio/xmms-fc/files/patch-SmartPtr.h (nonexistent) +++ head/audio/xmms-fc/files/patch-SmartPtr.h (revision 118565) @@ -0,0 +1,26 @@ +--- 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; + } + } + }; Property changes on: head/audio/xmms-fc/files/patch-SmartPtr.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property