summaryrefslogtreecommitdiff
path: root/net/wget/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2005-01-25 20:07:25 +0000
committerbouyer <bouyer@pkgsrc.org>2005-01-25 20:07:25 +0000
commitb4b35c7537d3bd209d3ac5703cda2c1756bdfd72 (patch)
tree5677faad15676e8a4df33333bc6f3e8e31d61203 /net/wget/Makefile
parentf235fb64194a8c2832a2ffcdad53abf1ab9c8796 (diff)
downloadpkgsrc-b4b35c7537d3bd209d3ac5703cda2c1756bdfd72.tar.gz
ipv6-mapped ipv4 addresses aren't enabled by default on NetBSD, and probably
others OS as well. Patch wget so that it won't try to use ipv6-mapped ipv4 addresses, but uses INET4 socket sockets instead. Bump pkgrev. Fix issues with v6-enabled wget reported on tech-pkg.
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r--net/wget/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index e8d1e3e7905..309983a9de5 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2005/01/13 13:33:19 bouyer Exp $
+# $NetBSD: Makefile,v 1.78 2005/01/25 20:07:25 bouyer Exp $
DISTNAME= wget-1.9.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}