Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 15:30:01 GMT
From:      Vincent Hoffman <vince@unsane.co.uk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/182153: lang/spidermonkey17 fails configure
Message-ID:  <201309161530.r8GFU1hF006576@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182153; it has been noted by GNATS.

From: Vincent Hoffman <vince@unsane.co.uk>
To: bug-followup@FreeBSD.org, vince@unsane.co.uk
Cc:  
Subject: Re: ports/182153: lang/spidermonkey17 fails configure
Date: Mon, 16 Sep 2013 16:26:34 +0100

 I looked though the svnweb and tracked down the commit which would have
 broken this
 http://svnweb.freebsd.org/ports/head/lang/spidermonkey17/Makefile?r1=140838&r2=140839&;
 which says 2005, however I have built this port more recently than that
 so I'm a little confused.
 for reference the patch to get it to build was:
 --- Makefile.orig       2013-09-16 16:12:14.995523047 +0100
 +++ Makefile    2013-09-16 16:12:37.526520356 +0100
 @@ -52,6 +52,7 @@
  do-configure:
         ${CP} ${WRKSRC}/config/Linux_All.mk \
                 ${WRKSRC}/config/${OPSYS}`${UNAME} -r`.mk && \
 +        ${CP} ${WRKSRC}/Makefile.ref ${WRKSRC}/Makefile
  
  do-install:
         ${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/js \
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309161530.r8GFU1hF006576>