Hi! An update to the latest wget.
Works fine on amd64. Index: Makefile =================================================================== RCS file: /cvs/ports/net/wget/Makefile,v retrieving revision 1.67 diff -u -p -u -p -r1.67 Makefile --- Makefile 4 Jan 2015 22:01:22 -0000 1.67 +++ Makefile 19 Mar 2015 15:56:56 -0000 @@ -2,7 +2,7 @@ COMMENT = retrieve files from the web via HTTP, HTTPS and FTP -DISTNAME = wget-1.16.1 +DISTNAME = wget-1.16.3 CATEGORIES = net HOMEPAGE = https://www.gnu.org/software/wget/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/wget/distinfo,v retrieving revision 1.15 diff -u -p -u -p -r1.15 distinfo --- distinfo 10 Dec 2014 20:23:28 -0000 1.15 +++ distinfo 19 Mar 2015 15:56:56 -0000 @@ -1,2 +1,2 @@ -SHA256 (wget-1.16.1.tar.xz) = K5bHB+4V/oR/W8L4cqelMNyoA7knp1BBm0T1CAPhTTM= -SIZE (wget-1.16.1.tar.xz) = 1760120 +SHA256 (wget-1.16.3.tar.xz) = Z/e3sPXBTbYz47GPUxcnhsAB4VPVRc/IXYJ1nFwv+zc= +SIZE (wget-1.16.3.tar.xz) = 1794148 Index: patches/patch-doc_sample_wgetrc =================================================================== RCS file: /cvs/ports/net/wget/patches/patch-doc_sample_wgetrc,v retrieving revision 1.6 diff -u -p -u -p -r1.6 patch-doc_sample_wgetrc --- patches/patch-doc_sample_wgetrc 29 Jan 2014 06:08:42 -0000 1.6 +++ patches/patch-doc_sample_wgetrc 19 Mar 2015 15:56:56 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-doc_sample_wgetrc,v 1.6 2014/01/29 06:08:42 dcoppa Exp $ ---- doc/sample.wgetrc.orig Sat Jan 4 13:49:47 2014 -+++ doc/sample.wgetrc Mon Jan 27 13:15:20 2014 +--- doc/sample.wgetrc.orig Sun Dec 21 06:35:04 2014 ++++ doc/sample.wgetrc Thu Mar 19 10:52:38 2015 @@ -10,7 +10,7 @@ ## Or online here: ## https://www.gnu.org/software/wget/manual/wget.html#Startup-File @@ -10,7 +10,7 @@ $OpenBSD: patch-doc_sample_wgetrc,v 1.6 ## (global, for all users) or $HOME/.wgetrc (for a single user). ## ## To use the settings in this file, you will have to uncomment them, -@@ -19,7 +19,7 @@ +@@ -22,7 +22,7 @@ ## Index: patches/patch-doc_wget_texi =================================================================== RCS file: /cvs/ports/net/wget/patches/patch-doc_wget_texi,v retrieving revision 1.8 diff -u -p -u -p -r1.8 patch-doc_wget_texi --- patches/patch-doc_wget_texi 5 Nov 2014 22:11:40 -0000 1.8 +++ patches/patch-doc_wget_texi 19 Mar 2015 15:56:56 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-doc_wget_texi,v 1.8 2014/11/05 22:11:40 naddy Exp $ ---- doc/wget.texi.orig Mon Oct 27 09:18:13 2014 -+++ doc/wget.texi Tue Nov 4 22:27:21 2014 +--- doc/wget.texi.orig Fri Jan 30 17:25:57 2015 ++++ doc/wget.texi Thu Mar 19 10:52:38 2015 @@ -190,14 +190,14 @@ gauge can be customized to your preferences. Most of the features are fully configurable, either through command line options, or via the initialization file @file{.wgetrc} (@pxref{Startup @@ -18,7 +18,7 @@ $OpenBSD: patch-doc_wget_texi,v 1.8 2014 Default location of the @dfn{global} startup file. @item .wgetrc -@@ -2864,9 +2864,8 @@ commands. +@@ -2872,9 +2872,8 @@ commands. @cindex location of wgetrc When initializing, Wget will look for a @dfn{global} startup file, @@ -30,7 +30,7 @@ $OpenBSD: patch-doc_wget_texi,v 1.8 2014 Then it will look for the user's file. If the environmental variable @code{WGETRC} is set, Wget will try to load that file. Failing that, no -@@ -2876,7 +2875,7 @@ If @code{WGETRC} is not set, Wget will try to load @fi +@@ -2884,7 +2883,7 @@ If @code{WGETRC} is not set, Wget will try to load @fi The fact that user's settings are loaded after the system-wide ones means that in case of collision user's wgetrc @emph{overrides} the Index: patches/patch-src_openssl_c =================================================================== RCS file: patches/patch-src_openssl_c diff -N patches/patch-src_openssl_c --- patches/patch-src_openssl_c 4 Jan 2015 22:01:22 -0000 1.11 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ -$OpenBSD: patch-src_openssl_c,v 1.11 2015/01/04 22:01:22 jca Exp $ - -http://git.savannah.gnu.org/cgit/wget.git/commit/?id=b5778699f0fd65efb78ac8fc0777128a7069b856 - ---- src/openssl.c.orig Thu Dec 4 09:55:49 2014 -+++ src/openssl.c Mon Dec 8 12:06:14 2014 -@@ -91,9 +91,11 @@ init_prng (void) - if (RAND_status ()) - return; - -+#ifdef HAVE_SSL_RAND_EGD - /* Get random data from EGD if opt.egd_file was used. */ - if (opt.egd_file && *opt.egd_file) - RAND_egd (opt.egd_file); -+#endif - - if (RAND_status ()) - return;
