From owner-freebsd-ports Thu Feb 18 1:23:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id D1481113AD for ; Thu, 18 Feb 1999 01:22:58 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10DPfR-0003XG-00; Thu, 18 Feb 1999 11:22:45 +0200 From: Sheldon Hearn To: Steve Price Cc: ports@FreeBSD.ORG Subject: Re: lesstif port doesn't install libXm.so.1 ? In-reply-to: Your message of "Wed, 17 Feb 1999 19:41:42 CST." MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" Content-ID: <13589.919329763.0@axl.noc.iafrica.com> Date: Thu, 18 Feb 1999 11:22:45 +0200 Message-ID: <13593.919329765@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <13589.919329763.1@axl.noc.iafrica.com> On Wed, 17 Feb 1999 19:41:42 CST, Steve Price wrote: > You'll need the attached patch if you are running 4.0-CURRENT. On closer inspection, your patch appeared to be infected with the trailing ^M virus. :) I've attached a clean version that applies cleanly and fixes the problem I originally complained about. The library's minor version number should probably be dropped from the PLIST as well. Thanks a stack, Sheldon. ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <13589.919329763.2@axl.noc.iafrica.com> Content-Description: patch-ap --- ltconfig.orig Sat Feb 13 17:14:03 1999 +++ ltconfig Sat Feb 13 17:15:13 1999 @@ -782,7 +782,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 @@ -1143,7 +1143,7 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd3*) +freebsd*) version_type=freebsd library_names_spec='${libname}${release}.so.$versuffix $libname.so' if [ $PORTOBJFORMAT = elf ]; then ------- =_aaaaaaaaaa0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message