Date: Sat, 30 Jan 1999 16:10:04 +0200 (SAT) From: reg@shale.csir.co.za To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9798: Port fix: guile Message-ID: <199901301410.QAA72021@shale.csir.co.za>
next in thread | raw e-mail | index | archive | help
>Number: 9798 >Category: ports >Synopsis: Port fix: guile >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:20: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 guile for 4.0-CURRENT >How-To-Repeat: >Fix: Index: patches/patch-ac =================================================================== RCS file: /usr/home/ncvs/ports/lang/guile/patches/patch-ac,v retrieving revision 1.5 diff -u -r1.5 patch-ac --- patch-ac 1999/01/28 21:31:41 1.5 +++ patch-ac 1999/01/30 13:27:11 @@ -19,6 +19,15 @@ echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 --- ltconfig.orig Thu Jul 30 02:13:47 1998 +++ ltconfig Sun Oct 25 00:44:36 1998 +@@ -777,7 +777,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 @@ -1123,10 +1123,21 @@ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901301410.QAA72021>