Index: head/audio/muse/Makefile =================================================================== --- head/audio/muse/Makefile (revision 252543) +++ head/audio/muse/Makefile (revision 252544) @@ -1,65 +1,61 @@ # ex:ts=8 # Ports collection makefile for: muse # Date created: Jun 7, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= MuSE PORTVERSION= 0.9.2 PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= ftp://ftp.dyne.org/muse/releases/ \ http://www.ljudmila.org/~jaromil/muse/releases/ MAINTAINER= stas@FreeBSD.org COMMENT= Multiple Streaming Engine LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ ogg.6:${PORTSDIR}/audio/libogg USE_GETTEXT= yes USE_GNOME= gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-debug --disable-lubrify --disable-rpath CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT -DHAVE_SYS_UIO_H \ ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl OPTIONS= X11 "Build with X11 support" on \ MP3 "Build with MP3 support" on \ SNDFILE "Build with sndfile support" on .include -.if ${OSVERSION} >= 800501 -BROKEN= does not build -.endif - .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS+=--without-x --with-rubik .else USE_GNOME+= gtk20 .endif .if !defined(WITHOUT_MP3) || exists(${LOCALBASE}/lib/libmp3lame.so.0) LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame .endif .if !defined(WITHOUT_SNDFILE) || exists(${LOCALBASE}/lib/libsndfile.so.1) LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile .endif MAN1= muse.1 post-patch: .if exists(/usr/include/sys/soundcard.h) ${REINPLACE_CMD} -e "s,machine/soundcard.h,sys/soundcard.h,g" \ ${WRKSRC}/src/portaudio/pa_unix_oss.c .endif .include Property changes on: head/audio/muse/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/audio/muse/files/patch-src::jmixer.cpp =================================================================== --- head/audio/muse/files/patch-src::jmixer.cpp (revision 252543) +++ head/audio/muse/files/patch-src::jmixer.cpp (revision 252544) @@ -1,36 +1,27 @@ --- src/jmixer.cpp.orig Fri Aug 4 11:44:33 2006 +++ src/jmixer.cpp Fri Aug 4 11:46:02 2006 @@ -20,18 +20,18 @@ */ #include -#include -#include -#include +#include +#include +#include #include #include #include #include -#include +#include #include -#include -#include +#include +#include #include #include #include -@@ -640,7 +640,7 @@ - /* this is the function selecting files for the scandir - on freebsd systems you should change the following line to: - int selector(struct dirent *dir) { */ --int selector(const struct dirent *dir) { -+int selector(struct dirent *dir) { - if( strncasecmp(dir->d_name+strlen(dir->d_name)-4,".mp3",4)==0 - #ifdef HAVE_VORBIS - || strncasecmp(dir->d_name+strlen(dir->d_name)-4,".ogg",4)==0 Property changes on: head/audio/muse/files/patch-src::jmixer.cpp ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property