From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 12 05:50:21 2005 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 5DFFB16A4CE for ; Tue, 12 Apr 2005 05:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 199C043D1D for ; Tue, 12 Apr 2005 05:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3C5oKHe037540 for ; Tue, 12 Apr 2005 05:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3C5oKPG037538; Tue, 12 Apr 2005 05:50:20 GMT (envelope-from gnats) Resent-Date: Tue, 12 Apr 2005 05:50:20 GMT Resent-Message-Id: <200504120550.j3C5oKPG037538@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, Vasil Dimov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ED0416A4CE for ; Tue, 12 Apr 2005 05:49:29 +0000 (GMT) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BCC443D2F for ; Tue, 12 Apr 2005 05:49:29 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from sinanica.bg.datamax (sinanica.bg.datamax [192.168.10.1]) by jengal.datamax.bg (Postfix) with QMQP id 65E6987C8 for ; Tue, 12 Apr 2005 08:49:27 +0300 (EEST) Received: (nullmailer pid 80351 invoked by uid 1004); Tue, 12 Apr 2005 05:50:01 -0000 Message-Id: <1113285001.210521.80350.nullmailer@sinanica.bg.datamax> Date: Tue, 12 Apr 2005 08:50:01 +0300 From: Vasil Dimov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/79816: devel/jam Makefile error: Malformed conditional X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vasil Dimov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 05:50:21 -0000 >Number: 79816 >Category: ports >Synopsis: devel/jam Makefile error: Malformed conditional >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 12 05:50:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vasil Dimov >Release: FreeBSD 5.4-STABLE i386 >Organization: DataMax >Environment: System: FreeBSD sinanica.bg.datamax 5.4-STABLE FreeBSD 5.4-STABLE #5: Mon Apr 11 14:07:32 EEST 2005 root@sinanica.bg.datamax:/usr/obj/usr/src/sys/SINANICA-SMP i386 >Description: devel/jam's Makefile got broken with the last commit >How-To-Repeat: cd /usr/ports/devel/jam make "Makefile", line 35: Malformed conditional (${ARCH} == "alpha") "Makefile", line 35: Need an operator "Makefile", line 37: if-less else "Makefile", line 37: Need an operator "Makefile", line 39: if-less endif "Makefile", line 39: Need an operator make: fatal errors encountered -- cannot continue >Fix: --- Makefile.diff begins here --- --- Makefile.orig Tue Apr 12 08:29:36 2005 +++ Makefile Tue Apr 12 08:40:05 2005 @@ -31,6 +31,8 @@ s|^CFLAGS|#CFLAGS|g ; \ s|^ jam| ./jam|g' ${WRKSRC}/Makefile +.include + do-install: .if ${ARCH} == "alpha" ${INSTALL_PROGRAM} ${WRKSRC}/bin.freebsdaxp/jam ${PREFIX}/bin @@ -42,4 +44,4 @@ ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} .endif -.include +.include --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: