From owner-freebsd-ports Mon Nov 9 17:20:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19361 for freebsd-ports-outgoing; Mon, 9 Nov 1998 17:20:03 -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 RAA19330 for ; Mon, 9 Nov 1998 17:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA16416; Mon, 9 Nov 1998 17:20:01 -0800 (PST) Date: Mon, 9 Nov 1998 17:20:01 -0800 (PST) Message-Id: <199811100120.RAA16416@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Cy Schubert Subject: Re: ports/8601: krb5 port krb5kdc bus errror Reply-To: Cy Schubert Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/8601; it has been noted by GNATS. From: Cy Schubert To: freebsd-gnats-submit@freebsd.org, cschuber@uumail.gov.bc.ca Cc: cy@uumail.gov.bc.ca Subject: Re: ports/8601: krb5 port krb5kdc bus errror Date: Sun, 08 Nov 1998 10:28:46 -0800 Solution: Replace patch-ab with the following. (Tabs may not have been replicated properly in this submission). --- util/makeshlib.sh.orig Fri Feb 6 19:45:49 1998 +++ util/makeshlib.sh Sun Nov 8 09:35:09 1998 @@ -17,6 +17,23 @@ VERSION="$1" ; shift case $host in +*-*-freebsd*) + FILES=`for i + do + sed -e "s;^;$i/shared/;" -e "s; ; $i/shared/;g" -e "s;^$i/shared/\$;;" $i/DONE + done` + if test "$PORTOBJFORMAT" = "elf"; then + # Hack to deal with the fact that with cc options are different + # from ld... + ldflags="$ldflags -soname $library" + echo ld -Bshareable $ldflags -o $library $FILES $libdirfl $liblist + ld -Bshareable $ldflags -o $library $FILES $libdirfl $liblist + else + echo $CC -shared -Wl,-x $ldflags $libdirfl $liblist -o $library `lorder $FILES | tsort -q` + $CC -shared -Wl,-x $ldflags $libdirfl $liblist -o $library `lorder $FILES | tsort -q` + fi + stat=$? + ;; *-*-netbsd*) FILES=`for i do To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message