From owner-freebsd-questions@FreeBSD.ORG Thu Dec 16 22:14:22 2004 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 4DDE216A4CE for ; Thu, 16 Dec 2004 22:14:22 +0000 (GMT) Received: from ms-smtp-04-eri0.southeast.rr.com (ms-smtp-04-lbl.southeast.rr.com [24.25.9.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D9943D41 for ; Thu, 16 Dec 2004 22:14:21 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.1.100] (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) iBGMEECh000074; Thu, 16 Dec 2004 17:14:17 -0500 (EST) Message-ID: <41C20992.1050208@ec.rr.com> Date: Thu, 16 Dec 2004 17:17:54 -0500 From: jason User-Agent: Mozilla Thunderbird 0.8 (X11/20041025) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bozhidar Batsov References: <027001c4e387$ef4875d0$1da75bd4@support> In-Reply-To: <027001c4e387$ef4875d0$1da75bd4@support> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: The newest version of the nvnet port(nvnet-src-20040813.tar.gz) won't build on FreeBSD 5.3R 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: Thu, 16 Dec 2004 22:14:22 -0000 Bozhidar Batsov wrote: >Here is the output from the the build: >===> Building for nvnet-1.0.0274 >"Makefile", line 7: Malformed conditional (${OSTYPE} == "FreeBSD") >"Makefile", line 7: Need an operator >"Makefile", line 13: if-less endif >"Makefile", line 13: Need an operator >make: fatal errors encountered -- cannot continue >*** Error code 1 > >I guess I have to edit the makefile, but I don't what changes it requires. Can >someone help me? >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > I haven't upgraded my nvnet yet, but it looks as if there is an if missing at line 7. I'll upgrade my ports and see what's up.