From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 18 09:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4063710B for ; Sat, 18 May 2013 09:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9FB995 for ; Sat, 18 May 2013 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4I9e0dv069750 for ; Sat, 18 May 2013 09:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4I9e0ba069749; Sat, 18 May 2013 09:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 18 May 2013 09:40:00 GMT Resent-Message-Id: <201305180940.r4I9e0ba069749@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, "O. Hartmann" Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6E045F8A for ; Sat, 18 May 2013 09:31:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 5EB7F950 for ; Sat, 18 May 2013 09:31:32 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4I9VVGS017911 for ; Sat, 18 May 2013 09:31:31 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4I9VVUh017910; Sat, 18 May 2013 09:31:31 GMT (envelope-from nobody) Message-Id: <201305180931.r4I9VVUh017910@oldred.FreeBSD.org> Date: Sat, 18 May 2013 09:31:31 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178734: devel/ode: make: "/usr/ports/devel/ode/Makefile" line 37: Malformed conditional (${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE}) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 09:40:01 -0000 >Number: 178734 >Category: ports >Synopsis: devel/ode: make: "/usr/ports/devel/ode/Makefile" line 37: Malformed conditional (${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE}) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 18 09:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #1 r250753: Fri May 17 23:33:28 CEST 2013 amd64 >Description: make: Unknown modifier ')' make: "/usr/ports/devel/ode/Makefile" line 37: Malformed conditional (${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE}) make: Fatal errors encountered -- cannot continue >How-To-Repeat: Try to make devel/ode >Fix: Goto Makefile of devel/ode. Search for line 37. REPLACE: .if ${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE} SET: .if ${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE) Patch attached with submission follows: diff -Nur ode.orig/Makefile ode/Makefile --- ode.orig/Makefile 2013-05-18 11:30:01.000000000 +0200 +++ ode/Makefile 2013-05-18 11:30:16.000000000 +0200 @@ -34,7 +34,7 @@ CFLAGS+= -fPIC -DPIC .endif -.if ${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE} +.if ${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE) IGNORE= currently double precision is not supported by gimpact .endif >Release-Note: >Audit-Trail: >Unformatted: