ports/181410: [patch] ftp/wget:: wget no longer compiles with perl 5.18
Andrei Trifan
trifan.andrei at gmail.com
Mon Aug 19 22:30:00 UTC 2013
>Number: 181410
>Category: ports
>Synopsis: [patch] ftp/wget:: wget no longer compiles with perl 5.18
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 19 22:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Andrei Trifan
>Release: 9.1-RELEASE
>Organization:
>Environment:
FreeBSD clmx01-italex.shv.pcteam.ro 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root at obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
./texi2pod.pl -D VERSION="1.14" ./wget.texi wget.pod
/usr/local/bin/pod2man --center="GNU Wget" --release="GNU Wget 1.14" wget.pod > wget.1
wget.pod around line 2105: Expected text after =item, not a number
wget.pod around line 2110: Expected text after =item, not a number
wget.pod around line 2116: Expected text after =item, not a number
wget.pod around line 2121: Expected text after =item, not a number
wget.pod around line 2126: Expected text after =item, not a number
wget.pod around line 2131: Expected text after =item, not a number
wget.pod around line 2136: Expected text after =item, not a number
wget.pod around line 2141: Expected text after =item, not a number
POD document had syntax errors at /usr/local/bin/pod2man line 71.
gmake[2]: *** [wget.1] Error 255
gmake[2]: Leaving directory `/usr/ports/ftp/wget/work/wget-1.14/doc'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/ftp/wget/work/wget-1.14'
gmake: *** [all] Error 2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1
Stop in /usr/ports/ftp/wget.
*** [install] Error code 1
>How-To-Repeat:
% cd /usr/ports/ftp/wget
% make install
>Fix:
New patch-doc__wget.texi attached
Patch attached with submission follows:
--- doc/wget.texi.orig 2012-08-04 11:41:52.000000000 +0300
+++ doc/wget.texi 2013-08-20 00:40:47.930947049 +0300
@@ -876,7 +876,7 @@
actions of one.
@cindex proxy
- at itemx --no-proxy
+ at item --no-proxy
Don't use proxies, even if the appropriate @code{*_proxy} environment
variable is defined.
@@ -977,7 +977,7 @@
whose encoding does not match the one used locally.
@cindex IPv6
- at itemx -4
+ at item -4
@itemx --inet4-only
@itemx -6
@itemx --inet6-only
@@ -2106,32 +2106,32 @@
@table @asis
- at item 0
+ at item .0
No problems occurred.
- at item 1
+ at item .1
Generic error code.
- at item 2
+ at item .2
Parse error---for instance, when parsing command-line options, the
@samp{.wgetrc} or @samp{.netrc}...
- at item 3
+ at item .3
File I/O error.
- at item 4
+ at item .4
Network failure.
- at item 5
+ at item .5
SSL verification failure.
- at item 6
+ at item .6
Username/password authentication failure.
- at item 7
+ at item .7
Protocol errors.
- at item 8
+ at item .8
Server issued an error response.
@end table
@@ -3094,7 +3094,7 @@
Change setting of passive @sc{ftp}, equivalent to the
@samp{--passive-ftp} option.
- at itemx password = @var{string}
+ at item password = @var{string}
Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval.
This command can be overridden using the @samp{ftp_password} and
@samp{http_password} command for @sc{ftp} and @sc{http} respectively.
@@ -3605,7 +3605,7 @@
may be specified from within Wget itself.
@table @samp
- at itemx --no-proxy
+ at item --no-proxy
@itemx proxy = on/off
This option and the corresponding command may be used to suppress the
use of proxy, even if the appropriate environment variables are set.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list