From owner-ports-jp@jp.freebsd.org  Sat Sep 11 18:12:06 1999
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id SAA91570;
	Sat, 11 Sep 1999 18:12:06 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from diana.infonets.hiroshima-u.ac.jp (diana.infonets.hiroshima-u.ac.jp [133.41.33.53])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id SAA91565
	for <ports-jp@jp.freebsd.org>; Sat, 11 Sep 1999 18:12:04 +0900 (JST)
	(envelope-from taoka@infonets.hiroshima-u.ac.jp)
Received: from peg.infonets.hiroshima-u.ac.jp (peg.infonets.hiroshima-u.ac.jp [133.41.33.64])
	by diana.infonets.hiroshima-u.ac.jp (8.9.3/3.7W) with ESMTP id SAA31321
	for <ports-jp@jp.freebsd.org>; Sat, 11 Sep 1999 18:12:10 +0900 (JST)
Received: from localhost (localhost [127.0.0.1]) by peg.infonets.hiroshima-u.ac.jp (8.9.3/3.6W) with ESMTP
	id SAA87873 for <ports-jp@jp.freebsd.org>; Sat, 11 Sep 1999 18:11:59 +0900 (JST)
To: ports-jp@jp.freebsd.org
From: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
In-Reply-To: <199909110854.BAA04257@silvia.hip.berkeley.edu>
References: <199909110854.BAA04257@silvia.hip.berkeley.edu>
X-Mailer: Mew version 1.94 on XEmacs 21.1 (Big Bend)
X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew)
X-URL: http://www.infonets.hiroshima-u.ac.jp/~taoka/
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <19990911181159D.taoka@infonets.hiroshima-u.ac.jp>
Date: Sat, 11 Sep 1999 18:11:59 +0900
X-Dispatcher: imput version 990905(IM130)
Lines: 15
Reply-To: ports-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: ports-jp 7557
Subject: [ports-jp 7557] Re: libxpg4-ns
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org
X-Originator: taoka@infonets.hiroshima-u.ac.jp


> $B$_$e$&!#:rF|$O$G$-$?$N$K!"$J$<(B...$B!)(B (;_;)
> 
> You couldn't build this port for lack of aout csu library files.
> You could prepare them as:

/usr/lib/aout/crt0.o $B$,$J$$$H$-$K8@$&$_$?$$$G$9!#(B


pre-build:
.if !exists(/usr/lib/aout/crt0.o)
        @${CAT} ${FILESDIR}/message.nolib
        @${FALSE}
.endif

