From naddy@mips.inka.de  Wed Jul 25 14:30:36 2001
Return-Path: <naddy@mips.inka.de>
Received: from mail.inka.de (quechua.inka.de [212.227.14.2])
	by hub.freebsd.org (Postfix) with ESMTP id A101537B403
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Jul 2001 14:30:35 -0700 (PDT)
	(envelope-from naddy@mips.inka.de)
Received: from kemoauc.mips.inka.de (uucp@)
	by mail.inka.de with local-bsmtp 
	id 15PWEk-0002um-01; Wed, 25 Jul 2001 23:30:34 +0200
Received: (from naddy@localhost)
	by kemoauc.mips.inka.de (8.11.4/8.11.1) id f6PL3Vo44259;
	Wed, 25 Jul 2001 23:03:31 +0200 (CEST)
	(envelope-from naddy)
Message-Id: <200107252103.f6PL3Vo44259@kemoauc.mips.inka.de>
Date: Wed, 25 Jul 2001 23:03:31 +0200 (CEST)
From: Christian Weisgerber <naddy@mips.inka.de>
Reply-To: Christian Weisgerber <naddy@mips.inka.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: clean-up audio/mpg321
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         29234
>Category:       ports
>Synopsis:       clean-up audio/mpg321
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 25 14:40:25 PDT 2001
>Closed-Date:    Wed Jul 25 23:30:59 PDT 2001
>Last-Modified:  Wed Jul 25 23:38:06 PDT 2001
>Originator:     Christian Weisgerber
>Release:        FreeBSD 5.0-CURRENT alpha
>Organization:
>Environment:
System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Jul 25 14:28:27 CEST 2001 naddy@kemoauc.mips.inka.de:/home/obj/usr/src/sys/KEMOAUC alpha

>Description:

Clean-up of audio/mpg321 port, add description, take maintainer.

>How-To-Repeat:

>Fix:

diff -uNr /usr/ports/audio/mpg321/Makefile mpg321/Makefile
--- /usr/ports/audio/mpg321/Makefile	Sun Jul 22 21:39:57 2001
+++ mpg321/Makefile	Wed Jul 25 22:35:37 2001
@@ -13,16 +13,15 @@
 		http://gemini.woot.net/~hosehead/packages/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	naddy@mips.inka.de
 
-LIB_DEPENDS=	ao.1:${PORTSDIR}/audio/libao \
-		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS=	ao.1:${PORTSDIR}/audio/libao
 BUILD_DEPENDS=	${LOCALBASE}/lib/libmad.a:${PORTSDIR}/audio/mad
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lgnugetopt" \
-		CFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
-USE_GMAKE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 MAN1=		mpg321.1
diff -uNr /usr/ports/audio/mpg321/files/patch-Makefile.in mpg321/files/patch-Makefile.in
--- /usr/ports/audio/mpg321/files/patch-Makefile.in	Thu Jan  1 01:00:00 1970
+++ mpg321/files/patch-Makefile.in	Wed Jul 25 22:49:38 2001
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- Makefile.in.orig	Wed Jul 25 22:48:58 2001
++++ Makefile.in	Wed Jul 25 22:49:18 2001
+@@ -339,7 +339,7 @@
+ 
+ install-exec-am: install-binPROGRAMS
+ 	@$(NORMAL_INSTALL)
+-	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
++
+ install-exec: install-exec-am
+ 
+ install-data-am: install-man
diff -uNr /usr/ports/audio/mpg321/files/patch-configure mpg321/files/patch-configure
--- /usr/ports/audio/mpg321/files/patch-configure	Sat Mar 17 15:35:08 2001
+++ mpg321/files/patch-configure	Wed Jul 25 23:00:31 2001
@@ -1,3 +1,6 @@
+
+$FreeBSD$
+
 --- configure.orig	Sat Feb 10 20:39:39 2001
 +++ configure	Sat Feb 10 20:39:50 2001
 @@ -1078,7 +1078,7 @@
diff -uNr /usr/ports/audio/mpg321/pkg-descr mpg321/pkg-descr
--- /usr/ports/audio/mpg321/pkg-descr	Sat Mar 17 15:35:06 2001
+++ mpg321/pkg-descr	Wed Jul 25 22:58:34 2001
@@ -1 +1,9 @@
-A completely free clone of mpg123
+mpg321 is a completely free clone of mpg123.
+
+mpg321 has been tested to work with gqmpeg.  It should work with
+other frontends, but isn't guaranteed.  mpg321 is built on top of
+libmad, which was written by Robert Leslie, and is a fully ISO-compliant
+MPEG decoder, meaning it's very accurate.  It also operates entirely
+within fixed-point arithmetic.
+
+ID3 tags are not supported at all, yet.
diff -uNr /usr/ports/audio/mpg321/pkg-plist mpg321/pkg-plist
--- /usr/ports/audio/mpg321/pkg-plist	Sat Mar 17 15:35:06 2001
+++ mpg321/pkg-plist	Wed Jul 25 22:59:24 2001
@@ -1 +1,2 @@
+@comment $FreeBSD$
 bin/mpg321
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Wed Jul 25 23:30:59 PDT 2001 
State-Changed-Why:  
committed, thanks 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29234 
>Unformatted:
