From owner-svn-ports-head@FreeBSD.ORG Wed Jan 8 13:50:37 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id 23B6758E; Wed, 8 Jan 2014 13:50:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 104461AA2; Wed, 8 Jan 2014 13:50:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s08DoaWE097459; Wed, 8 Jan 2014 13:50:36 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s08Doa0S097458; Wed, 8 Jan 2014 13:50:36 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201401081350.s08Doa0S097458@svn.freebsd.org> From: Koop Mast Date: Wed, 8 Jan 2014 13:50:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339131 - head/lang/spidermonkey24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 13:50:37 -0000 Author: kwm Date: Wed Jan 8 13:50:36 2014 New Revision: 339131 URL: http://svnweb.freebsd.org/changeset/ports/339131 Log: Add USES=compiler:c11. We need clang or GCC 4.4+. This fixes the build on 8.x and 9.x. Submitted by: beefy builders Modified: head/lang/spidermonkey24/Makefile Modified: head/lang/spidermonkey24/Makefile ============================================================================== --- head/lang/spidermonkey24/Makefile Wed Jan 8 13:50:15 2014 (r339130) +++ head/lang/spidermonkey24/Makefile Wed Jan 8 13:50:36 2014 (r339131) @@ -19,7 +19,7 @@ CONFLICTS= njs-[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pathfix perl5 +USES= compiler:c11 gmake pathfix perl5 USE_PERL5= build USE_LDCONFIG= yes USE_PYTHON_BUILD= -2.7