From owner-freebsd-questions@FreeBSD.ORG Mon Aug 18 06:50:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC9537B482 for ; Mon, 18 Aug 2003 06:50:20 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E2FC441DD for ; Mon, 18 Aug 2003 06:23:16 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp54-14.lns1.adl2.internode.on.net [150.101.54.14]) h7IDNDIf007530 for ; Mon, 18 Aug 2003 22:53:14 +0930 (CST) Content-Type: text/plain; charset="us-ascii" From: Malcolm Kay Organization: At home To: freebsd-questions@freebsd.org Date: Mon, 18 Aug 2003 22:53:13 +0930 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200308182253.13254.malcolm.kay@internode.on.net> Subject: ncplib port build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2003 13:50:29 -0000 I have a problem building ncplib. This is isn the ports as distributed with FreeBSD 4.8. The reported error is: -------------------------------------------------------------------------= --------------------------------- "/usr/share/mk/bsd.libnames.mk", line 8: bsd.libnames.mk cannot be includ= ed=20 directly. *** Error code 1 Stop in /usr/ports/net/ncplib/work/ncplib-1.3.4. *** Error code 1 Stop in /usr/ports/net/ncplib. -------------------------------------------------------------------------= ---------------------------------- I can see the problem, bsd.libnames.mk line 8 tests whether the file is=20 included from bsd.init.mk which it isn't and therefore produces an error. But can someone please point me to the fix? Is it enough to include bsd.init.mk instead of bsd.libnames.mk in the=20 offending Makefile? Malcolm