Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jul 2004 16:21:00 +0400
From:      Roman Bogorodskiy <bogorodskiy@inbox.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68555: [ maintainer ] audio/mpg123: ${MACHINE_ARCH} -> ${ARCH}, style
Message-ID:  <E1Bg0Yl-0009K5-00.bogorodskiy-inbox-ru@mx1.mail.ru>
Resent-Message-ID: <200407011230.i61CUQBo015478@freefall.freebsd.org>

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

>Number:         68555
>Category:       ports
>Synopsis:       [ maintainer ] audio/mpg123: ${MACHINE_ARCH} -> ${ARCH}, style
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 01 12:30:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #5: Sat Jun 19 22:04:33 MSD 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/NOV i386


>Description:
	- use ${ARCH} instead of ${MACHINE_ARCH}
	- pet portlint
	- volunteering to maintain this port

>How-To-Repeat:
>Fix:

diff -ru mpg123.orig/Makefile mpg123/Makefile
--- mpg123.orig/Makefile	Thu Jul  1 10:51:34 2004
+++ mpg123/Makefile	Thu Jul  1 16:06:53 2004
@@ -11,7 +11,7 @@
 CATEGORIES=	audio ipv6
 MASTER_SITES=	http://www.mpg123.de/mpg123/ \
 		http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/
-DISTFILES=	mpg123-0.59r-pl1.tar.gz
+DISTNAME=	mpg123-0.59r-pl1
 
 PATCH_SITES=	ftp://ftp.kame.net/pub/kame/misc/:ipv6 \
 		http://www.unix-ag.org/Linux-Alpha/Packages/:l3 \
@@ -21,10 +21,11 @@
 		l3.diff.gz:l3
 PATCH_DIST_STRIP=	-p1
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bogorodskiy@inbox.ru
 COMMENT=	Command-line player for mpeg layer 1, 2 and 3 audio
 
 WANT_GNOME=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 .if defined(WITH_ICONV)
 MAKE_ARGS+=	WITH_ICONV=yes
@@ -75,7 +76,7 @@
 	@${ECHO_MSG} "also specify DEFAULT_RECODE in 'from:to' format"
 	@${ECHO_MSG}
 .endif
-.if ${MACHINE_ARCH} == "i386"
+.if ${ARCH} == "i386"
 .if ${OSVERSION} >= 430000
 .if ${MACHINE_CPU:M3dnow}
 OPT_ARCH=	3dnow


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Bg0Yl-0009K5-00.bogorodskiy-inbox-ru>