[115271] trunk/dports/net/wget

ryandesign at macports.org ryandesign at macports.org
Mon Dec 30 04:43:09 PST 2013


Revision: 115271
          https://trac.macports.org/changeset/115271
Author:   ryandesign at macports.org
Date:     2013-12-30 04:43:09 -0800 (Mon, 30 Dec 2013)
Log Message:
-----------
wget: fix build failure with texinfo 5 (#41953)

Modified Paths:
--------------
    trunk/dports/net/wget/Portfile

Added Paths:
-----------
    trunk/dports/net/wget/files/0001-docs-fix-errors-and-warnings-with-Texinfo-5.patch

Modified: trunk/dports/net/wget/Portfile
===================================================================
--- trunk/dports/net/wget/Portfile	2013-12-30 12:42:46 UTC (rev 115270)
+++ trunk/dports/net/wget/Portfile	2013-12-30 12:43:09 UTC (rev 115271)
@@ -77,7 +77,8 @@
 default_variants        +ssl
 
 patchfiles \
-    patch-prefix.diff
+    patch-prefix.diff \
+    0001-docs-fix-errors-and-warnings-with-Texinfo-5.patch
 
 post-patch {
     reinplace "s|@PREFIX@|${prefix}|g" \

Added: trunk/dports/net/wget/files/0001-docs-fix-errors-and-warnings-with-Texinfo-5.patch
===================================================================
--- trunk/dports/net/wget/files/0001-docs-fix-errors-and-warnings-with-Texinfo-5.patch	                        (rev 0)
+++ trunk/dports/net/wget/files/0001-docs-fix-errors-and-warnings-with-Texinfo-5.patch	2013-12-30 12:43:09 UTC (rev 115271)
@@ -0,0 +1,61 @@
+From 9e8d899a356d95be34737488bb8fd59d4c6b3dbd Mon Sep 17 00:00:00 2001
+From: Stefano Lattarini <stefano.lattarini at gmail.com>
+Date: Thu, 8 Nov 2012 12:15:41 +0100
+Subject: [PATCH] docs: fix errors and warnings with Texinfo 5
+
+Or rather, with the development version 4.13.90, which will eventually
+become Texinfo 5.0.
+
+* doc/wget.texi: Use '@item' instead of '@itemx' in several places,
+as Texinfo 5 refuses to process an '@itemx' that is not preceded by an
+'@item'.
+
+Copyright-paperwork-exempt: yes
+Signed-off-by: Stefano Lattarini <stefano.lattarini at gmail.com>
+---
+ doc/wget.texi | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git doc/wget.texi doc/wget.texi
+index 400debe..8fd6801 100644
+--- doc/wget.texi
++++ doc/wget.texi
+@@ -875,7 +875,7 @@ recommendation to block many unrelated users from a web site due to the
+ 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.
+ 
+@@ -976,7 +976,7 @@ are outside the range of @sc{ascii} characters (that is, greater than
+ 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
+@@ -3093,7 +3093,7 @@ display properly---the same as @samp{-p}.
+ 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.
+@@ -3604,7 +3604,7 @@ In addition to the environment variables, proxy location and settings
+ 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.
+-- 
+1.8.5.2
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131230/8ad5d265/attachment.html>


More information about the macports-changes mailing list