Index: head/audio/cmus/Makefile =================================================================== --- head/audio/cmus/Makefile (revision 152833) +++ head/audio/cmus/Makefile (revision 152834) @@ -1,85 +1,86 @@ # New ports collection makefile for: cmus # Date created: 14 October 2005 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= cmus -PORTVERSION= 1.6.6 +PORTVERSION= 1.6.7 CATEGORIES= audio MASTER_SITES= http://onion.dynserv.net/~timo/files/ MAINTAINER= adamw@FreeBSD.org COMMENT= Console-based music player with really cool features BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac \ mad:${PORTSDIR}/audio/libmad USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes HAS_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include .if exists(${LOCALBASE}/lib/libvorbisfile.so) WITH_VORBIS= yes .endif .if exists(${LOCALBASE}/lib/libmodplug.so) WITH_MODPLUG= yes .endif .if exists(${LOCALBASE}/lib/libvorbisidec.so) WITH_TREMOR= yes .endif .if exists(${LOCALBASE}/lib/libartsc.so) WITH_ARTS= yes .endif +PREMSG= \n + .if defined(WITH_VORBIS) LIB_DEPENDS+= vorbisfile:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .else PLIST_SUB+= VORBIS="@comment " PREMSG+= Define WITH_VORBIS=yes to enable OGG/Vorbis support.\n .endif .if defined(WITH_MODPLUG) LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug PLIST_SUB+= MODPLUG="" .else PLIST_SUB+= MODPLUG="@comment " PREMSG+= Define WITH_MODPLUG=yes to enable module music files.\n .endif .if defined(WITH_TREMOR) LIB_DEPENDS+= vorbisidec:${PORTSDIR}/audio/libtremor CONFIGURE_ARGS+=--with-tremor .else PREMSG+= Define WITH_TREMOR=yes to enable libtremor support.\n .endif .if defined(WITH_ARTS) LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts PLIST_SUB+= ARTS="" .else PLIST_SUB+= ARTS="@comment " PREMSG+= Define WITH_ARTS=yes to enable arts output support.\n .endif pre-everything:: - @${ECHO_CMD} @${PRINTF} "${PREMSG}" @${ECHO_CMD} post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ "s|/bin/bash|${LOCALBASE}/bin/bash|; \ s|-lncursesw|-lncurses|g" .include Property changes on: head/audio/cmus/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/audio/cmus/distinfo =================================================================== --- head/audio/cmus/distinfo (revision 152833) +++ head/audio/cmus/distinfo (revision 152834) @@ -1,3 +1,3 @@ -MD5 (cmus-1.6.6.tar.bz2) = baeed83658f5af289c7236efc8e66ffd -SHA256 (cmus-1.6.6.tar.bz2) = 6c32716e4e1bb9cff2a270c6ac1afde1ac09da9a3df6b26516bf89bdd946f973 -SIZE (cmus-1.6.6.tar.bz2) = 138559 +MD5 (cmus-1.6.7.tar.bz2) = 64771774d3f2363afa7e77242454e8ed +SHA256 (cmus-1.6.7.tar.bz2) = 1b7e4b181d272c56f71fe7f71cdc820517730143aa52429f1b77a0d77855b44d +SIZE (cmus-1.6.7.tar.bz2) = 138811 Property changes on: head/audio/cmus/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property