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

(-)Makefile (-4 / +4 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	mp3blaster
8
PORTNAME=	mp3blaster
9
PORTVERSION=	3.2.4
9
PORTVERSION=	3.2.5
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	SF
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
12
14
MAINTAINER=	novel@FreeBSD.org
13
MAINTAINER=	novel@FreeBSD.org
15
COMMENT=	MP3 console ncurses-based player
14
COMMENT=	MP3 console ncurses-based player
Lines 19-24 GNU_CONFIGURE= yes Link Here
19
WANT_GNOME=	yes
18
WANT_GNOME=	yes
20
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
19
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
21
CONFIGURE_ARGS=	--with-cxxflags="${CXXFLAGS}"
20
CONFIGURE_ARGS=	--with-cxxflags="${CXXFLAGS}"
21
MAKE_JOBS_SAFE=	yes
22
22
23
MAN1=		mp3blaster.1 nmixer.1 splay.1
23
MAN1=		mp3blaster.1 nmixer.1 splay.1
24
24
Lines 68-74 CONFIGURE_ARGS+= --without-nas Link Here
68
.endif
68
.endif
69
69
70
.if ${HAVE_GNOME:Mesound} != ""
70
.if ${HAVE_GNOME:Mesound} != ""
71
USE_GNOME+=     esound
71
USE_GNOME+=		esound
72
CONFIGURE_ARGS+=	--with-esd
72
CONFIGURE_ARGS+=	--with-esd
73
.else
73
.else
74
CONFIGURE_ARGS+=	--without-esd
74
CONFIGURE_ARGS+=	--without-esd
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mp3blaster-3.2.4.tar.gz) = 14ebb9d70e1b422cb42e1dbf4acb9044
1
MD5 (mp3blaster-3.2.5.tar.gz) = edb3bb122553d2d544dfb084010311c6
2
SHA256 (mp3blaster-3.2.4.tar.gz) = 73ecf83151e9cece79fa5e21a15bec69803b16032a76df0f63f50d66a3c0cb3a
2
SHA256 (mp3blaster-3.2.5.tar.gz) = 129115742c77362cc3508eb7782702cfb44af2463a5453e8d19ea68abccedc29
3
SIZE (mp3blaster-3.2.4.tar.gz) = 343894
3
SIZE (mp3blaster-3.2.5.tar.gz) = 329407
(-)files/patch-mpegsound-nasplayer.cc (-10 lines)
Removed Link Here
1
--- mpegsound/nasplayer.cc.orig	2009-01-18 16:52:25.000000000 +0300
2
+++ mpegsound/nasplayer.cc	2009-01-19 22:36:01.000000000 +0300
3
@@ -12,6 +12,7 @@
4
 #include "mpegsound.h"
5
 #include "mpegsound_locals.h"
6
 #include <unistd.h>
7
+#include <stdlib.h>
8
 
9
 NASplayer::NASplayer(AuServer *aud)
10
 {
(-)files/patch-mpegsound-sidplayer.cc (-11 lines)
Removed Link Here
1
--- mpegsound/sidplayer.cc.orig	2009-01-19 22:40:25.000000000 +0300
2
+++ mpegsound/sidplayer.cc	2009-01-19 22:40:42.000000000 +0300
3
@@ -33,7 +33,7 @@
4
 	if (buffer) delete buffer;
5
 }
6
 
7
-bool SIDfileplayer::openfile(const char *filename, char *device, soundtype write2file)
8
+bool SIDfileplayer::openfile(const char *filename, const char *device, soundtype write2file)
9
 {
10
 	int ssize;
11
 

Return to bug 133281