From trevor@jpj.net  Wed Mar 22 17:49:15 2000
Return-Path: <trevor@jpj.net>
Received: from blues.jpj.net (blues.jpj.net [204.97.17.146])
	by hub.freebsd.org (Postfix) with ESMTP id 9A39737B71F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Mar 2000 17:49:13 -0800 (PST)
	(envelope-from trevor@jpj.net)
Received: from localhost (trevor@localhost)
	by blues.jpj.net (right/backatcha) with ESMTP id UAA03142
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Mar 2000 20:49:12 -0500 (EST)
Message-Id: <Pine.BSI.4.21.0003222044040.2979-100000@blues.jpj.net>
Date: Wed, 22 Mar 2000 20:49:12 -0500 (EST)
From: Trevor Johnson <trevor@jpj.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: update port:  aumix to 2.4

>Number:         17563
>Category:       ports
>Synopsis:       update port:  aumix to 2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    cpiazza
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 22 17:50:00 PST 2000
>Closed-Date:    Sat Mar 25 17:07:08 PST 2000
>Last-Modified:  Sat Mar 25 17:07:19 PST 2000
>Originator:     Trevor Johnson (trevor@jpj.net)
>Release:        4.0-CURRENT
>Organization:
myself
>Environment:
FreeBSD ws99.dom 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue
Mar  7 11:06:04 GMT 2000 root@ws99.dom:/usr/src/src/sys/compile/FREEBASE40e  i386
>Description:

Here's a patch to update the port for aumix to 2.4.  Besides changing the
version number and checksum, I suggest the --enable-own-labels option to
the configure script.  It should be safe with recent versions of FreeBSD
(3.3, 3.4, and 4.0).

Please remove patches/patch-ad, since it's no longer needed.

>How-To-Repeat:
N/A
>Fix:

diff -ruN aumix.orig/Makefile aumix/Makefile
--- aumix.orig/Makefile	Tue Mar  7 21:56:47 2000
+++ aumix/Makefile	Thu Mar 23 01:40:25 2000
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	aumix
-# Version required:    2.2
+# Version required:    2.4
 # Date created:        21 May 1999
 # Whom:                Chris Piazza <cpiazza@FreeBSD.org>
 #
 # $FreeBSD: ports/audio/aumix/Makefile,v 1.17 2000/03/07 21:56:47 cpiazza Exp $
 #
 
-DISTNAME=	aumix-2.2
+DISTNAME=	aumix-2.4
 CATEGORIES=	audio
 MASTER_SITES=	http://jpj.net/~trevor/aumix/ \
 		http://jpj.net/~trevor/aumix/old/ \
@@ -29,6 +29,7 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 CONFIGURE_ARGS=	--includedir="${LOCALBASE}/include" \
+		--enable-own-labels \
 		--libdir="${LOCALBASE}/lib"
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		GLIB_CONFIG="${GLIB_CONFIG}" \
diff -ruN aumix.orig/files/md5 aumix/files/md5
--- aumix.orig/files/md5	Tue Mar  7 21:56:51 2000
+++ aumix/files/md5	Thu Mar 23 01:41:10 2000
@@ -1 +1 @@
-MD5 (aumix-2.2.tar.gz) = ee88c7023edc26d19169611948f50a7c
+MD5 (aumix-2.4.tar.gz) = e0d2f41037ed39663c42bee0e4d0af98


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Sat Mar 25 17:07:08 PST 2000 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
 FreeBSD 3.4-RC #2: Tue Dec  7 01:29:17 PST 1999
