From reg@shale.csir.co.za  Sat Jan 30 06:01:36 1999
Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26323
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 30 Jan 1999 06:01:33 -0800 (PST)
          (envelope-from reg@shale.csir.co.za)
Received: (from reg@localhost)
	by shale.csir.co.za (8.9.2/8.9.2) id QAA71623;
	Sat, 30 Jan 1999 16:01:29 +0200 (SAT)
	(envelope-from reg)
Message-Id: <199901301401.QAA71623@shale.csir.co.za>
Date: Sat, 30 Jan 1999 16:01:29 +0200 (SAT)
From: reg@shale.csir.co.za
Reply-To: reg@shale.csir.co.za
To: FreeBSD-gnats-submit@freebsd.org
Subject: Port fix: esound
X-Send-Pr-Version: 3.2

>Number:         9797
>Category:       ports
>Synopsis:       Port fix: esound
>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 Jan 30 06:10:00 PST 1999
>Closed-Date:    Sat Jan 30 08:40:16 PST 1999
>Last-Modified:  Sat Jan 30 08:41:22 PST 1999
>Originator:     Jeremy Lea
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
Arb's Inc.
>Environment:

	FreeBSD Ports collection

>Description:

	Really fix esound for 4.0-CURRENT

>How-To-Repeat:

	How to not: Build ports before commiting

>Fix:
	
	
Index: patches/patch-ab
===================================================================
RCS file: /usr/home/ncvs/ports/audio/esound/patches/patch-ab,v
retrieving revision 1.5
diff -u -r1.5 patch-ab
--- patch-ab	1999/01/28 20:35:46	1.5
+++ patch-ab	1999/01/30 13:24:02
@@ -19,6 +19,15 @@
          echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
 --- ltconfig.orig	Thu Dec 31 19:15:52 1998
 +++ ltconfig	Thu Dec 31 19:17:52 1998
+@@ -767,7 +767,7 @@
+     ;;
+ 
+   # FreeBSD 3, at last, uses gcc -shared to do shared libraries.
+-  freebsd3*)
++  freebsd3* | freebsd4*)
+     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'
    ;;

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sada 
State-Changed-When: Sat Jan 30 08:40:16 PST 1999 
State-Changed-Why:  
Fixed, Thanks. 
>Unformatted:
