wget 1.19 missed IRI supporting

Matthew Seaman matthew at FreeBSD.org
Tue Jun 6 18:03:14 UTC 2017


On 06/06/2017 10:37, Cos Chan wrote:
> I got mistake while running this command:
> 
> wget --no-verbose --remote-encoding=UTF-8 --local-encoding=UTF-8 --mirror
> --directory-prefix=/foo/ --no-parent --no-host-directories --cut-dirs=2
> --force-directories --accept=*.pdf --restrict-file-names=nocontrol
> http://bar/Documents/
> 
> the mistake is : This version does not have support for IRIs
> 
> the wget version is:
> 
> $ wget --version
> GNU Wget 1.19 built on freebsd11.0.
> 
> -cares +digest -gpgme +https +ipv6 -iri +large-file -metalink +nls
> +ntlm +opie -psl +ssl/openssl
> 
> Wgetrc:
>     /usr/local/etc/wgetrc (system)
> Locale:
>     /usr/local/share/locale
> Compile:
>     clang -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/usr/local/etc/wgetrc"
>     -DLOCALEDIR="/usr/local/share/locale" -I. -I../lib -I../lib
>     -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG
>     -D_THREAD_SAFE -DNDEBUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector
>     -fno-strict-aliasing
> Link:
>     clang -DNDEBUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector
>     -fno-strict-aliasing -L/usr/local/lib -L/usr/local/lib
>     -Wl,-rpath,/usr/local/lib -fstack-protector
>     /usr/local/lib/libssl.so /usr/local/lib/libcrypto.so -Wl,-rpath
>     -Wl,/usr/local/lib -lz ftp-opie.o openssl.o http-ntlm.o
>     ../lib/libgnu.a -L/usr/local/lib -lintl -Wl,-rpath=/usr/local/lib
> 
> This issue was not happened in previous versions. Could anyone add back IRI
> supporting to V1.19 binary package?
> 

Hi,

freebsd-ports@ is a better mailing list to ask this question on.

IRI support should be enabled in the default wget package build.  It
looks like IDN support was broken in 1.19 but fixed in 1.19.1 according
to this commit:

https://docs.freebsd.org/cgi/getmsg.cgi?fetch=2102070+0+/usr/local/www/mailindex/archive/2017/svn-ports-head/20170409.svn-ports-head

Unfortunately it looks like that has only been applied to the HEAD
branch of the ports tree, but not the 2017Q2 branch, and it is the
2017Q2 branch which is where the default packages are built from at the
moment.

I've CC'd the ports maintainer to see if he'd consider a MFH of r437857.
 That should be permitted under the rules, as it's fixing broken
functionality.

	Cheers,

	Matthew


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 931 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20170606/f039f42b/attachment.sig>


More information about the freebsd-ports mailing list