Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2001 23:42:44 +0000 (GMT)
From:      George Reid <greid@dogma.freebsd-uk.eu.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24646: [PATCH] Update maintainerless port audio/mp3blaster -> 3.0p4
Message-ID:  <Pine.BSF.4.21.0101252341020.2676-100000@sobek.openirc.co.uk>

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

>Number:         24646
>Category:       ports
>Synopsis:       [PATCH] Update maintainerless port audio/mp3blaster -> 3.0p4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 25 15:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     George Reid
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSD UKUG
>Environment:
n/a
>Description:
Update port audio/mp3blaster to version 3.0p4. Diff included changes
MAINTAINER from ports@freebsd.org to me; I use this software and would be
happy to maintain it.
>How-To-Repeat:
n/a
>Fix:
Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/audio/mp3blaster/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	2000/11/16 13:14:23	1.4
+++ Makefile	2001/01/25 23:40:28
@@ -6,17 +6,19 @@
 #
 
 PORTNAME=	mp3blaster
-PORTVERSION=	2.0.b17
+PORTVERSION=	3.0p4
 CATEGORIES=	audio
 MASTER_SITES=	ftp://mud.stack.nl/pub/mp3blaster/ \
 		http://mp3blaster.linuxave.net/src/
-DISTNAME=	${PORTNAME}-2.0b17
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	greid@ukug.uk.freebsd.org
 
 .include <bsd.port.pre.mk>
+
+LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+
 .if ${OSVERSION} < 400010
-LIB_DEPENDS=	ncurses.5:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
 .endif
 
 GNU_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /usr/home/ncvs/ports/audio/mp3blaster/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	2000/03/31 07:56:41	1.2
+++ distinfo	2001/01/25 23:25:50
@@ -1 +1 @@
-MD5 (mp3blaster-2.0b17.tar.gz) = f3d2109e8562aa72e9ca492f26e50e0f
+MD5 (mp3blaster-3.0p4.tar.gz) = 51f2a7dcf6c0e708e6c981c0f5bf34d1
Index: pkg-plist
===================================================================
RCS file: /usr/home/ncvs/ports/audio/mp3blaster/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	2000/01/06 00:00:51	1.1
+++ pkg-plist	2001/01/25 23:38:29
@@ -1,3 +1,8 @@
-bin/mp3blaster
 bin/nmixer
+bin/mp3blaster
 bin/mp3tag
+bin/splay
+share/mp3blaster/commands.txt
+share/mp3blaster/sample.mp3blasterrc_for_x
+share/mp3blaster/sample.mp3blasterrc
+@dirrm share/mp3blaster
Index: files/patch-ab
===================================================================
RCS file: /usr/home/ncvs/ports/audio/mp3blaster/files/patch-ab,v
retrieving revision 1.1
diff -u -r1.1 patch-ab
--- files/patch-ab	2000/03/31 07:57:38	1.1
+++ files/patch-ab	2001/01/25 23:36:49
@@ -1,11 +1,27 @@
---- configure.orig	Tue Jan 18 01:56:11 2000
-+++ configure	Tue Mar 28 22:19:58 2000
-@@ -3309,7 +3309,7 @@
+--- configure.orig	Wed Jan 24 23:59:05 2001
++++ configure	Thu Jan 25 23:36:40 2001
+@@ -546,7 +546,6 @@
+   ac_n= ac_c='\c' ac_t=
+ fi
  
+-
+ ac_aux_dir=
+ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
+   if test -f $ac_dir/install-sh; then
+@@ -1545,7 +1544,7 @@
+ if test "`uname -s`" = "FreeBSD" ; then
+   echo "FreeBSD detected."
+   FREEBSD=1
+-  LDFLAGS="-L/usr/local/lib $LDFLAGS"
++  LDFLAGS="-L/usr/local/lib -lgnugetopt $LDFLAGS"
+   CPPFLAGS="-I/usr/local/include $CPPFLAGS"
+ fi
  
+@@ -3310,7 +3309,6 @@
  
+ 
+ 
 -CXXFLAGS="$CXXFLAGS -g -Wall -Wstrict-prototypes -W -fno-strength-reduce "
-+CXXFLAGS="$CXXFLAGS "
- SRCDIRS="mpegsound nmixer src"
+ SRCDIRS="mpegsound nmixer src doc"
  
  trap '' 1 2 15


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0101252341020.2676-100000>