View | Details | Raw Unified | Return to bug 148020
Collapse All | Expand All

(-)/usr/ports/audio/cmus/Makefile (-3 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	cmus
8
PORTNAME=	cmus
9
PORTVERSION=	2.3.1
9
PORTVERSION=	2.3.3
10
PORTREVISION=	3
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 88-94 Link Here
88
PLIST_SUB+=	MPC="@comment "
87
PLIST_SUB+=	MPC="@comment "
89
.endif
88
.endif
90
89
91
.if !defined(WITHOUT_VORBIS)
90
.if !defined(WITHOUT_VORBIS) || defined(WITH_TREMOR)
92
LIB_DEPENDS+=	vorbisfile:${PORTSDIR}/audio/libvorbis
91
LIB_DEPENDS+=	vorbisfile:${PORTSDIR}/audio/libvorbis
93
CONFIGURE_ARGS+=CONFIG_VORBIS=y
92
CONFIGURE_ARGS+=CONFIG_VORBIS=y
94
PLIST_SUB+=	VORBIS=""
93
PLIST_SUB+=	VORBIS=""
(-)/usr/ports/audio/cmus/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cmus-v2.3.1.tar.bz2) = 1b77942c61dd7ddb63d4daf2a42ae58d
1
MD5 (cmus-v2.3.3.tar.bz2) = 220e875e4210a6b54882114ef7094a79
2
SHA256 (cmus-v2.3.1.tar.bz2) = 9878947796c422e350513d616d93ab0a588f0f0312a96135ad61cd9fee2cdefd
2
SHA256 (cmus-v2.3.3.tar.bz2) = 7b8c9371cb97043db8bcbac470f37349ca9b5361b09071a3e5d22b014f2b0c8e
3
SIZE (cmus-v2.3.1.tar.bz2) = 166748
3
SIZE (cmus-v2.3.3.tar.bz2) = 167376
(-)/usr/ports/audio/cmus/files/patch-ao.c (-10 lines)
Lines 1-10 Link Here
1
--- ao.c.orig	2010-06-05 20:09:57.000000000 +0200
2
+++ ao.c	2010-06-05 20:10:36.000000000 +0200
3
@@ -71,6 +71,7 @@ static int op_ao_open(sample_format_t sf
4
 		return -OP_ERROR_ERRNO;
5
 	}
6
 
7
+	memset(&format, 0, sizeof(format));
8
 	format.bits = sf_get_bits(sf);
9
 	format.rate = sf_get_rate(sf);
10
 	format.channels = sf_get_channels(sf);

Return to bug 148020