From nrahlstr@portage.winternet.com Sat Mar  6 17:53:44 1999
Return-Path: <nrahlstr@portage.winternet.com>
Received: from portage.winternet.com (ppp-67-187.dialup.winternet.com [204.246.67.187])
	by hub.freebsd.org (Postfix) with ESMTP id 6AC481530F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Mar 1999 17:53:39 -0800 (PST)
	(envelope-from nrahlstr@portage.winternet.com)
Received: (from nrahlstr@localhost)
	by portage.winternet.com (8.9.2/8.9.2) id TAA16678;
	Sat, 6 Mar 1999 19:56:45 -0600 (CST)
	(envelope-from nrahlstr)
Message-Id: <199903070156.TAA16678@portage.winternet.com>
Date: Sat, 6 Mar 1999 19:56:45 -0600 (CST)
From: Nathan Ahlstrom <nrahlstr@portage.winternet.com>
Reply-To: nrahlstr@portage.winternet.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Patch to update libaudiofile port to audiofile-0.1.6
X-Send-Pr-Version: 3.2

>Number:         10452
>Category:       ports
>Synopsis:       Patch to update libaudiofile port to audiofile-0.1.6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar  6 18:00:00 PST 1999
>Closed-Date:    Sun Mar 7 14:40:47 PST 1999
>Last-Modified:  Sun Mar  7 14:41:17 PST 1999
>Originator:     Nathan Ahlstrom
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
none
>Environment:

FreeBSD portage.winternet.com 3.1-STABLE FreeBSD 3.1-STABLE #0: Wed Feb 24 21:55:53 CST 1999     root@inferno.winternet.com:/usr/src/sys/compile/PORTAGE  i386

>Description:

libaudiofile is now at version 0.1.6.  Apply patch found below.

>How-To-Repeat:
>Fix:
	
diff -ruN libaudiofile.orig/Makefile libaudiofile/Makefile
--- libaudiofile.orig/Makefile	Sat Mar  6 15:31:42 1999
+++ libaudiofile/Makefile	Sat Mar  6 19:47:31 1999
@@ -6,10 +6,13 @@
 # $Id: Makefile,v 1.2 1999/01/27 08:31:48 fenner Exp $
 #
 
-DISTNAME=	libaudiofile-0.1.5
+DISTNAME=	audiofile-0.1.6
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=	libaudiofile
+MASTER_SITES=   ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ \	
+                ftp://ftp.geo.net/pub/gnome/gnome-1.0/sources/ \
+                ftp://ftp.cybertrails.com/pub/gnome/gnome-1.0/sources/ \
+                ftp://sod.res.cmu.edu/mirror/ftp.gnome.org/gnome-1.0/sources/
+                ftp://server.ph.ucla.edu/pub/gnome-1.0/sources/
 
 MAINTAINER=	vanilla@FreeBSD.ORG
 
diff -ruN libaudiofile.orig/files/md5 libaudiofile/files/md5
--- libaudiofile.orig/files/md5	Sat Mar  6 15:31:31 1999
+++ libaudiofile/files/md5	Sat Mar  6 15:03:21 1999
@@ -1 +1 @@
-MD5 (libaudiofile-0.1.5.tar.gz) = 9eaf6631b47750c2c9cdedaa8da5546c
+MD5 (audiofile-0.1.6.tar.gz) = 787c59576393dfb7bdc1a2d2da67441e
diff -ruN libaudiofile.orig/patches/patch-aa libaudiofile/patches/patch-aa
--- libaudiofile.orig/patches/patch-aa	Sat Mar  6 15:31:31 1999
+++ libaudiofile/patches/patch-aa	Wed Dec 31 18:00:00 1969
@@ -1,19 +0,0 @@
---- ltmain.sh.orig	Thu Dec 31 13:06:58 1998
-+++ ltmain.sh	Thu Dec 31 13:07:53 1998
-@@ -923,6 +923,16 @@
-         versuffix="$current.$revision"
-         ;;
- 
-+      freebsd)
-+        version_vars="$version_vars major versuffix"
-+        major="$current"
-+	if [ $PORTOBJFORMAT = elf ]; then
-+        versuffix="$current"
-+	else
-+        versuffix="$current.$revision"
-+	fi
-+        ;;
-+
-       *)
-         $echo "$modename: unknown library version type \`$version_type'" 1>&2
-         echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
diff -ruN libaudiofile.orig/patches/patch-ab libaudiofile/patches/patch-ab
--- libaudiofile.orig/patches/patch-ab	Sat Mar  6 15:31:31 1999
+++ libaudiofile/patches/patch-ab	Wed Dec 31 18:00:00 1969
@@ -1,34 +0,0 @@
---- ltconfig.orig	Tue Dec 15 01:13:45 1998
-+++ ltconfig	Tue Feb  2 02:30:10 1999
-@@ -767,7 +767,7 @@
-     ;;
- 
-   # FreeBSD 3, at last, uses gcc -shared to do shared libraries.
--  freebsd3*)
-+  freebsd*)
-     archive_cmds='$CC -shared -o $lib$libobjs'
-     hardcode_libdir_flag_spec='-R$libdir'
-     hardcode_direct=yes
-@@ -1105,10 +1105,21 @@
-   finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "$lib" | sed '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
-   ;;
- 
--freebsd2* | freebsd3*)
-+freebsd2*)
-   version_type=sunos
-   library_names_spec='$libname.so.$versuffix $libname.so'
-   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-+  shlibpath_var=LD_LIBRARY_PATH
-+  ;;
-+
-+freebsd*)
-+  version_type=freebsd
-+  library_names_spec='$libname.so.$versuffix $libname.so'
-+  if [ $PORTOBJFORMAT = elf ]; then
-+  finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="$PORTOBJFORMAT" ldconfig -m $libdir'
-+  else
-+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-+  fi
-   shlibpath_var=LD_LIBRARY_PATH
-   ;;
- 

>Release-Note:
>Audit-Trail:

From: Jeremy Lea <reg@shale.csir.co.za>
To: Nathan Ahlstrom <nrahlstr@portage.winternet.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/10452: Patch to update libaudiofile port to audiofile-0.1.6
Date: Sun, 7 Mar 1999 22:17:40 +0200

 Hi,
 
 On Sat, Mar 06, 1999 at 07:56:45PM -0600, Nathan Ahlstrom wrote:
 > >Synopsis:       Patch to update libaudiofile port to audiofile-0.1.6
 
 Could someone please close this.  It is a duplicate of ports/10421.
 
 Regards,
  -Jeremy
 
 -- 
   |   "Come home my prodigal son, come home and lets be one,
 --+--  don't want to see you cry, don't make me tell you why,
   |    you've lived in a house with me, my blood has set you free,
   |    in the world you'll surely die, nothing else will satisfy." -MIC
 
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Sun Mar 7 14:40:47 PST 1999 
State-Changed-Why:  
Duplicate of ports/10421 
>Unformatted:
