From owner-freebsd-ports Tue Oct 20 17:16:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21007 for freebsd-ports-outgoing; Tue, 20 Oct 1998 17:16:30 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.westbend.net ([156.46.203.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20999 for ; Tue, 20 Oct 1998 17:16:24 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [156.46.203.13]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id TAA24665; Tue, 20 Oct 1998 19:15:34 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <00b301bdfc87$ebee7620$0dcb2e9c@westbend.net> From: "Scot W. Hetzel" To: Cc: Subject: Re: Makefile Problem-I think... Date: Tue, 20 Oct 1998 19:15:34 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Lucas J. Carlson >I am currently having a problem installing ports. I keep coming up with >this error on most of the ports I install... >===> kdelibs-1.0 depends on shared library: gif.3 - not found >===> Verifying install for gif.3 in /usr/ports/graphics/giflib >"Makefile", line 24: Malformed conditional (${PORTOBJFORMAT} == "elf") >"Makefile", line 24: Need an operator >"Makefile", line 26: if-less else >"Makefile", line 26: Need an operator >"Makefile", line 28: if-less endif >"Makefile", line 28: Need an operator >make: fatal errors encountered -- cannot continue >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. > >I was trying the install kde onto my system at the time, but I noticed >it does it with alot of different ports. > >I included the makefile with this message. > >Any help would be greatly appreciated. > The most common reason for this error is an out of date bsd.port.mk file. Check if you have version >= 1.227.2.57 of this file in /usr/share/mk. If you don't then you need to ftp the file from: ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-stable/src/share/mk.tar and then untar the bsd.* file into /usr/share/mk. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message