Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2009 17:31:57 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        novel@FreeBSD.org
Subject:   ports/133281: [PATCH] Update audio/mp3blaster to 3.2.5
Message-ID:  <200904011731.n31HVvju048539@freefall.freebsd.org>
Resent-Message-ID: <200904011740.n31He2en051960@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133281
>Category:       ports
>Synopsis:       [PATCH] Update audio/mp3blaster to 3.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 01 17:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Xin LI
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD freefall.freebsd.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #36: Mon Dec 29 15:15:30 UTC 2008 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386


>Description:
	Update to 3.2.5 and mark MAKE_JOBS_SAFE=
>How-To-Repeat:
>Fix:


--- mp3blaster-3.2.5.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/mp3blaster/Makefile,v
retrieving revision 1.38
diff -u -p -r1.38 Makefile
--- Makefile	19 Jan 2009 20:05:42 -0000	1.38
+++ Makefile	1 Apr 2009 17:20:56 -0000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	mp3blaster
-PORTVERSION=	3.2.4
+PORTVERSION=	3.2.5
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
 MAINTAINER=	novel@FreeBSD.org
 COMMENT=	MP3 console ncurses-based player
@@ -19,6 +18,7 @@ GNU_CONFIGURE=	yes
 WANT_GNOME=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--with-cxxflags="${CXXFLAGS}"
+MAKE_JOBS_SAFE=	yes
 
 MAN1=		mp3blaster.1 nmixer.1 splay.1
 
@@ -68,7 +68,7 @@ CONFIGURE_ARGS+=	--without-nas
 .endif
 
 .if ${HAVE_GNOME:Mesound} != ""
-USE_GNOME+=     esound
+USE_GNOME+=		esound
 CONFIGURE_ARGS+=	--with-esd
 .else
 CONFIGURE_ARGS+=	--without-esd
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/mp3blaster/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo	19 Jan 2009 20:05:42 -0000	1.14
+++ distinfo	1 Apr 2009 17:19:44 -0000
@@ -1,3 +1,3 @@
-MD5 (mp3blaster-3.2.4.tar.gz) = 14ebb9d70e1b422cb42e1dbf4acb9044
-SHA256 (mp3blaster-3.2.4.tar.gz) = 73ecf83151e9cece79fa5e21a15bec69803b16032a76df0f63f50d66a3c0cb3a
-SIZE (mp3blaster-3.2.4.tar.gz) = 343894
+MD5 (mp3blaster-3.2.5.tar.gz) = edb3bb122553d2d544dfb084010311c6
+SHA256 (mp3blaster-3.2.5.tar.gz) = 129115742c77362cc3508eb7782702cfb44af2463a5453e8d19ea68abccedc29
+SIZE (mp3blaster-3.2.5.tar.gz) = 329407
Index: files/patch-mpegsound-nasplayer.cc
===================================================================
RCS file: files/patch-mpegsound-nasplayer.cc
diff -N files/patch-mpegsound-nasplayer.cc
--- files/patch-mpegsound-nasplayer.cc	19 Jan 2009 20:05:42 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,10 +0,0 @@
---- mpegsound/nasplayer.cc.orig	2009-01-18 16:52:25.000000000 +0300
-+++ mpegsound/nasplayer.cc	2009-01-19 22:36:01.000000000 +0300
-@@ -12,6 +12,7 @@
- #include "mpegsound.h"
- #include "mpegsound_locals.h"
- #include <unistd.h>
-+#include <stdlib.h>
- 
- NASplayer::NASplayer(AuServer *aud)
- {
Index: files/patch-mpegsound-sidplayer.cc
===================================================================
RCS file: files/patch-mpegsound-sidplayer.cc
diff -N files/patch-mpegsound-sidplayer.cc
--- files/patch-mpegsound-sidplayer.cc	19 Jan 2009 20:05:42 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- mpegsound/sidplayer.cc.orig	2009-01-19 22:40:25.000000000 +0300
-+++ mpegsound/sidplayer.cc	2009-01-19 22:40:42.000000000 +0300
-@@ -33,7 +33,7 @@
- 	if (buffer) delete buffer;
- }
- 
--bool SIDfileplayer::openfile(const char *filename, char *device, soundtype write2file)
-+bool SIDfileplayer::openfile(const char *filename, const char *device, soundtype write2file)
- {
- 	int ssize;
- 
--- mp3blaster-3.2.5.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904011731.n31HVvju048539>