From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 17 05:50:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C3CA16A4CE for ; Mon, 17 May 2004 05:50:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1ACE43D4C for ; Mon, 17 May 2004 05:50:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4HCoM2f081103 for ; Mon, 17 May 2004 05:50:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4HCoL6U081099; Mon, 17 May 2004 05:50:21 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 17 May 2004 05:50:21 -0700 (PDT) Resent-Message-Id: <200405171250.i4HCoL6U081099@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Scott Lipcon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4B0716A4CE for ; Mon, 17 May 2004 05:44:59 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5838F43D4C for ; Mon, 17 May 2004 05:44:59 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i4HCixNc087364 for ; Mon, 17 May 2004 05:44:59 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i4HCix8k087360; Mon, 17 May 2004 05:44:59 -0700 (PDT) (envelope-from nobody) Message-Id: <200405171244.i4HCix8k087360@www.freebsd.org> Date: Mon, 17 May 2004 05:44:59 -0700 (PDT) From: Scott Lipcon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/66739: emulators/vba make describe incompatible with old make X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 12:50:24 -0000 >Number: 66739 >Category: ports >Synopsis: emulators/vba make describe incompatible with old make >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 17 05:50:21 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Scott Lipcon >Release: 4.8 >Organization: >Environment: FreeBSD mercea.mercea.net 4.8-STABLE FreeBSD 4.8-STABLE #1: Tue Apr 15 20:32:03 EDT 2003 slipcon@mercea.mercea.net:/usr/obj/usr/src/sys/MERCEA i386 >Description: make describe is broken due to a change that older versions of make can't handle: mercea# make describe "Makefile", line 31: warning: String comparison operator should be either == or != "Makefile", line 31: Malformed conditional ((${OSVERSION} < 500035)) "Makefile", line 31: Missing dependency operator "Makefile", line 33: if-less endif "Makefile", line 33: Need an operator make: fatal errors encountered -- cannot continue >How-To-Repeat: cd /usr/ports/emulators/vba make describe with an old version of make >Fix: --- Makefile.orig Mon May 17 08:44:20 2004 +++ Makefile Mon May 17 08:44:27 2004 @@ -28,7 +28,7 @@ .include -.if (${OSVERSION} < 500035) +.if ( ${OSVERSION} < 500035 ) CFLAGS+= -O0 .endif >Release-Note: >Audit-Trail: >Unformatted: