From owner-svn-ports-head@FreeBSD.ORG Sat Oct 5 10:00:52 2013 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 ESMTP id 25C502DD; Sat, 5 Oct 2013 10:00:52 +0000 (UTC) (envelope-from az@FreeBSD.org) 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 13FE5279B; Sat, 5 Oct 2013 10:00:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r95A0pt4092654; Sat, 5 Oct 2013 10:00:51 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r95A0pYN092653; Sat, 5 Oct 2013 10:00:51 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201310051000.r95A0pYN092653@svn.freebsd.org> From: Andrej Zverev Date: Sat, 5 Oct 2013 10:00:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329432 - head/math/gri/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.14 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: Sat, 05 Oct 2013 10:00:52 -0000 Author: az Date: Sat Oct 5 10:00:51 2013 New Revision: 329432 URL: http://svnweb.freebsd.org/changeset/ports/329432 Log: - Fix build with Perl 5.16 Added: head/math/gri/files/ head/math/gri/files/patch-doc__texinfo2HTML (contents, props changed) Added: head/math/gri/files/patch-doc__texinfo2HTML ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/gri/files/patch-doc__texinfo2HTML Sat Oct 5 10:00:51 2013 (r329432) @@ -0,0 +1,25 @@ +--- ./doc/texinfo2HTML.orig 2013-10-05 13:52:30.000000000 +0400 ++++ ./doc/texinfo2HTML 2013-10-05 13:53:16.000000000 +0400 +@@ -1,5 +1,8 @@ + #!/usr/bin/perl -w + ++use POSIX qw(ctime); ++use Getopt::Std; ++ + #$example_indent = " "; + $example_indent = ""; + +@@ -54,12 +57,10 @@ + the end is here} and more blah + will not get the \@code{} item converted correctly. + "; +-require "ctime.pl"; +-require "getopts.pl"; + + $debug = 0; + +-die if !&Getopts('h'); ++die if !getopts('h'); + $print_help = 0; + $print_help = $opt_h if $opt_h; + if ($print_help) {