From owner-svn-ports-head@FreeBSD.ORG Mon Apr 20 17:10:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88812C9F; Mon, 20 Apr 2015 17:10:32 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 776041A1; Mon, 20 Apr 2015 17:10:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3KHAWbr059357; Mon, 20 Apr 2015 17:10:32 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3KHAWBw059356; Mon, 20 Apr 2015 17:10:32 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504201710.t3KHAWBw059356@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 20 Apr 2015 17:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384370 - head/lang/spidermonkey170/files 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.20 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: Mon, 20 Apr 2015 17:10:32 -0000 Author: mat Date: Mon Apr 20 17:10:31 2015 New Revision: 384370 URL: https://svnweb.freebsd.org/changeset/ports/384370 Log: Fix with Perl 5.21.1+ "defined(@array)" and "defined(%hash)" are now fatal errors These have been deprecated since v5.6.1 and have raised deprecation warnings since v5.16. With hat: perl@ Sponsored by: Absolight Added: head/lang/spidermonkey170/files/patch-config_milestone.pl - copied, changed from r384342, head/lang/spidermonkey24/files/patch-config_milestone.pl Copied and modified: head/lang/spidermonkey170/files/patch-config_milestone.pl (from r384342, head/lang/spidermonkey24/files/patch-config_milestone.pl) ============================================================================== --- head/lang/spidermonkey24/files/patch-config_milestone.pl Mon Apr 20 09:48:29 2015 (r384342, copy source) +++ head/lang/spidermonkey170/files/patch-config_milestone.pl Mon Apr 20 17:10:31 2015 (r384370) @@ -1,6 +1,6 @@ ---- config/milestone.pl.orig 2013-11-19 19:42:43 UTC +--- config/milestone.pl.orig 2013-02-11 22:33:22 UTC +++ config/milestone.pl -@@ -56,7 +56,7 @@ $MILESTONE_FILE = "$TOPSRCDIR/config/mi +@@ -55,7 +55,7 @@ $MILESTONE_FILE = "$TOPSRCDIR/config/mi # my $milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE);