On Wednesday 16 January 2008, Kurt Miller wrote: > On Wednesday 16 January 2008 3:51:22 pm Castle, Shane wrote: > > When I tried to run make in /usr/ports/devel/jdk/1.7 (-current, > > after "cvs up -Pd"), here's what I got: > > > > # make > > /bin/sh: no closing quote > > *** Error code > > I don't see this running a -current system. I suspect you are running > a -current port with an older system and/or ports tree, which is not > supported.
Kurt is right on this one. Shane is using a -CURRENT port with a -STABLE system (or out of date current snapshot). I just finished back-porting jdk 1_5_0_13 from -CURRENT to -STABLE and hit the same exact problem with closing quotes. It's easy to fix by diffing the Makefile from -STABLE and -CURRENT and adding the removed double quotes in a few places, but realize this sort of thing is totally unsupported. kind regards, JCR
