Date: Sat, 5 Oct 2013 10:00:51 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329432 - head/math/gri/files Message-ID: <201310051000.r95A0pYN092653@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310051000.r95A0pYN092653>