From owner-cvs-ports Fri Jun 5 14:06:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14473 for cvs-ports-outgoing; Fri, 5 Jun 1998 14:06:48 -0700 (PDT) (envelope-from owner-cvs-ports) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14161; Fri, 5 Jun 1998 14:05:15 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sjx-ca115-23.ix.netcom.com [207.223.162.87]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA03225; Fri, 5 Jun 1998 14:04:58 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id OAA12404; Fri, 5 Jun 1998 14:04:54 -0700 (PDT) Date: Fri, 5 Jun 1998 14:04:54 -0700 (PDT) Message-Id: <199806052104.OAA12404@silvia.HIP.Berkeley.EDU> To: smace@intt.org CC: smace@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199806051602.LAA25227@metal.intt.org> (message from Scott Mace on Fri, 5 Jun 1998 11:02:19 -0500 (CDT)) Subject: Re: cvs commit: ports/news/trn Makefile ports/news/trn/patches patch-ab patch-ac ports/news/trn/scripts pre-configure pr From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * It needs this path only if you happen to run the Configure script * manually. It should have both /usr/lib and /usr/lib/aout in the * search path, so it should be ok to build on stable. It only needs * this to locate the libc so it can scan it for functions. Ok. From my casual glance it seemed like it was hardcoding the libc path to "/usr/lib/aout/libc.a". (I did compile it on -stable, but I didn't run it.) Thanks. Satoshi