Date: Fri, 5 Jul 2002 17:10:24 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/40240: Update port: audio/mp3asm to 0.1.3.1 Message-ID: <200207060010.g660AOjZ072424@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 40240 >Category: ports >Synopsis: Update port: audio/mp3asm to 0.1.3.1 >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: Fri Jul 05 17:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.1.3-1 Remove file: files/patch-configure.in >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/mp3asm/Makefile audio/mp3asm/Makefile --- /usr/ports/audio/mp3asm/Makefile Fri Aug 31 21:31:34 2001 +++ audio/mp3asm/Makefile Wed Jul 3 02:21:22 2002 @@ -7,24 +7,29 @@ # PORTNAME= mp3asm -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.3.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes -USE_AUTOCONF= yes -USE_GMAKE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 -WRKSRC= ${WRKDIR}/mp3asm-0.1 +USE_BZIP2= yes +USE_REINPLACE= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes post-extract: @${RM} ${WRKSRC}/config.cache post-patch: - @${PERL} -pi -e "s,getprogname,_getprogname,g" ${WRKSRC}/src/mp3asm.c + @${REINPLACE_CMD} -e \ + 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|getprogname|_getprogname|g' ${WRKSRC}/src/mp3asm.c post-install: .if !defined(NOPORTDOCS) diff -urN /usr/ports/audio/mp3asm/distinfo audio/mp3asm/distinfo --- /usr/ports/audio/mp3asm/distinfo Fri Aug 31 21:31:35 2001 +++ audio/mp3asm/distinfo Wed Jul 3 00:35:22 2002 @@ -1 +1 @@ -MD5 (mp3asm-0.1.3.tar.gz) = e056095fe7a7455706acae882dcce6e2 +MD5 (mp3asm-0.1.3-1.tar.bz2) = 3fdc43fd24e865b850bcc74f8906f694 diff -urN /usr/ports/audio/mp3asm/files/patch-configure.in audio/mp3asm/files/patch-configure.in --- /usr/ports/audio/mp3asm/files/patch-configure.in Thu Aug 30 14:09:06 2001 +++ audio/mp3asm/files/patch-configure.in Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ ---- configure.in.orig Thu Apr 12 00:21:30 2001 -+++ configure.in Thu Aug 30 00:19:21 2001 -@@ -7,7 +7,8 @@ - dnl Checks for programs. - AC_PROG_LN_S - --CFLAGS="-g -O -Wall" -+CC="$CC" -+CFLAGS="-g -Wall $CFLAGS" - - dnl Checks for libraries. - >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?200207060010.g660AOjZ072424>