ports/151158: [PATCH] audio/mpg123: update to 1.12.4

Anton Yuzhaninov ayuzhaninov at monitoring.int.vega.ru
Sat Oct 2 17:50:02 UTC 2010


>Number:         151158
>Category:       ports
>Synopsis:       [PATCH] audio/mpg123: update to 1.12.4
>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:   Sat Oct 02 17:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anton Yuzhaninov
>Release:        FreeBSD 8.0-STABLE-20100215 amd64
>Organization:
>Environment:

>Description:
- Update to 1.12.4

- While here replace CFLAGS by CPPFLAGS in CONFIGURE_ENV (suggested by portlint)
  and add --with-cpu=x86-64 for amd64

Port maintainer (novel at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- mpg123-1.12.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/mpg123/Makefile /usr/home/ayuzhaninov/mpg123/Makefile
--- /usr/ports/audio/mpg123/Makefile	2010-07-18 03:16:57.000000000 +0000
+++ /usr/home/ayuzhaninov/mpg123/Makefile	2010-10-02 17:36:02.000000000 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mpg123
-PORTVERSION=	1.12.3
+PORTVERSION=	1.12.4
 CATEGORIES=	audio ipv6
 MASTER_SITES=	SF \
 		http://www.mpg123.de/download/
@@ -22,7 +22,7 @@
 CONFIGURE_ARGS=	--with-audio=oss \
 		--with-default-audio=oss
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV=	CONFIG_SHELL=${SH} CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CONFIG_SHELL=${SH} CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
 	       	LDFLAGS="-L${LOCALBASE}/lib"
 
 MAN1=		mpg123.1
@@ -39,6 +39,8 @@
 .elif ${MACHINE_CPU:Mi486}
 WITH_CPU=	i486
 .endif
+.elif ${ARCH} == "amd64"
+WITH_CPU=	x86-64
 .endif
 
 .if defined(WITH_CPU)
diff -ruN --exclude=CVS /usr/ports/audio/mpg123/distinfo /usr/home/ayuzhaninov/mpg123/distinfo
--- /usr/ports/audio/mpg123/distinfo	2010-07-18 03:16:57.000000000 +0000
+++ /usr/home/ayuzhaninov/mpg123/distinfo	2010-10-02 17:28:25.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (mpg123-1.12.3.tar.bz2) = c1568be2d1715786bd6b1a89ec6fa7ef
-SHA256 (mpg123-1.12.3.tar.bz2) = ae0fe1bd85971421c24a35ebfc3662942a7815f57228091e69033279744246c6
-SIZE (mpg123-1.12.3.tar.bz2) = 809725
+MD5 (mpg123-1.12.4.tar.bz2) = 256ab49b228b334d18377e8485840391
+SHA256 (mpg123-1.12.4.tar.bz2) = 46d2d02cacc598f6a97424d14ab36c200a7b254fe11378061f993c2095c3ed25
+SIZE (mpg123-1.12.4.tar.bz2) = 810002
--- mpg123-1.12.4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list