From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 16 15:30: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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81E6E976 for ; Mon, 16 Sep 2013 15:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F520260D for ; Mon, 16 Sep 2013 15:30: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 r8GFU18Y006577 for ; Mon, 16 Sep 2013 15:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8GFU1hF006576; Mon, 16 Sep 2013 15:30:01 GMT (envelope-from gnats) Date: Mon, 16 Sep 2013 15:30:01 GMT Message-Id: <201309161530.r8GFU1hF006576@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Vincent Hoffman Subject: Re: ports/182153: lang/spidermonkey17 fails configure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Vincent Hoffman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 15:30:01 -0000 The following reply was made to PR ports/182153; it has been noted by GNATS. From: Vincent Hoffman 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 \