From owner-freebsd-questions@FreeBSD.ORG Mon May 12 01:18:08 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 9B2D237B401 for ; Mon, 12 May 2003 01:18:08 -0700 (PDT) Received: from grover.logicsquad.net (ppp2224.sa.padsl.internode.on.net [150.101.28.175]) by mx1.FreeBSD.org (Postfix) with SMTP id B869543FAF for ; Mon, 12 May 2003 01:18:06 -0700 (PDT) (envelope-from paulh@logicsquad.net) Received: (qmail 914 invoked by uid 1000); 12 May 2003 08:18:04 -0000 Date: Mon, 12 May 2003 17:48:04 +0930 From: "Paul A. Hoadley" To: freebsd-questions@freebsd.org Message-ID: <20030512081804.GA836@grover.logicsquad.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: Makefile problems in /usr/ports 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, 12 May 2003 08:18:08 -0000 Hello, I've been having trouble lately with Makefiles in /usr/ports for ports of Perl applications. For example: grover:/usr/ports/mail/p5-Mail-SpamAssassin> make "Makefile", line 27: Malformed conditional (${PERL_LEVEL} < 500600) "Makefile", line 27: Need an operator "Makefile", line 30: if-less endif "Makefile", line 30: Need an operator "Makefile", line 32: Malformed conditional (${PERL_LEVEL} < 500800) "Makefile", line 32: Need an operator "Makefile", line 34: if-less endif "Makefile", line 34: Need an operator make: fatal errors encountered -- cannot continue I was getting this when running 4.7, but I just upgraded to 4.8-STABLE today, and it persists. Have I somehow got /usr/bin/make out of sync? -- Paul. mailto:paulh@logicsquad.net mailto:phoadley@maths.adelaide.edu.au