Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 22:22:40 GMT
From:      Andrei Trifan <trifan.andrei@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181410: [patch] ftp/wget:: wget no longer compiles with perl 5.18
Message-ID:  <201308192222.r7JMMerh066687@oldred.freebsd.org>
Resent-Message-ID: <201308192230.r7JMU0x4042714@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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
-@itemx --no-proxy
+@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
-@itemx -4
+@item -4
 @itemx --inet4-only
 @itemx -6
 @itemx --inet6-only
@@ -2106,32 +2106,32 @@
 
 
 @table @asis
-@item 0
+@item .0
 No problems occurred.
 
-@item 1
+@item .1
 Generic error code.
 
-@item 2
+@item .2
 Parse error---for instance, when parsing command-line options, the
 @samp{.wgetrc} or @samp{.netrc}...
 
-@item 3
+@item .3
 File I/O error.
 
-@item 4
+@item .4
 Network failure.
 
-@item 5
+@item .5
 SSL verification failure.
 
-@item 6
+@item .6
 Username/password authentication failure.
 
-@item 7
+@item .7
 Protocol errors.
 
-@item 8
+@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.
 
-@itemx password = @var{string}
+@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
-@itemx --no-proxy
+@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308192222.r7JMMerh066687>