From owner-freebsd-ports Sat Jan 30 06:10:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26674 for freebsd-ports-outgoing; Sat, 30 Jan 1999 06:10:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26637 for ; Sat, 30 Jan 1999 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA00613; Sat, 30 Jan 1999 06:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) 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 FAA25948 for ; Sat, 30 Jan 1999 05:58:37 -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 PAA71498; Sat, 30 Jan 1999 15:58:32 +0200 (SAT) (envelope-from reg) Message-Id: <199901301358.PAA71498@shale.csir.co.za> Date: Sat, 30 Jan 1999 15:58:32 +0200 (SAT) From: reg@shale.csir.co.za Reply-To: reg@shale.csir.co.za To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9796: Port fix: libaudiofile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9796 >Category: ports >Synopsis: Port fix: libaudiofile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 30 06:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 3.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection >Description: Really fix libaudiofile for 4.0-CURRENT. >How-To-Repeat: How not to: build ports before commiting... >Fix: Index: patches/patch-aa =================================================================== RCS file: /usr/home/ncvs/ports/audio/libaudiofile/patches/patch-aa,v retrieving revision 1.3 diff -u -r1.3 patch-aa --- patch-aa 1999/01/28 21:31:35 1.3 +++ patch-aa 1999/01/30 13:20:41 @@ -19,6 +19,15 @@ echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 --- ltconfig.orig Thu Dec 31 13:07:00 1998 +++ ltconfig Thu Dec 31 13:09:08 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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message