| Summary: | devel/ode: make: "/usr/ports/devel/ode/Makefile" line 37: Malformed conditional (${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE}) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | O. Hartmann <ohartmann> | ||||
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool) On Sat, 2013-05-18 at 09:40 +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/178733'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=178733 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: devel/ode: make: "/usr/ports/devel/ode/Makefile" line 37: Malformed conditional (${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE}) > >Arrival-Date: Sat May 18 09:40:00 UTC 2013 Please close, the subsequent PR (pr=178734)is correct, this one is bogus. oh State Changed From-To: open->closed see ports/178734. |
There is a typo in the Makefile preventing the port from being compiled: make: Unknown modifier ')' make: "/usr/ports/devel/ode.orig/Makefile" line 37: Malformed conditional (${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE}) make: Fatal errors encountered -- cannot continue Fix: Correct the malformed line 37 in the Makefile and replace it by: .if ${PORT_OPTIONS:MGIMPACT} && defined(WITH_DOUBLE) By the way, a funny permutation of the braces ;-) Patch attached with submission follows: How-To-Repeat: Try to make devel/ode