diff options
author | tron <tron@pkgsrc.org> | 2001-07-22 15:46:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-22 15:46:20 +0000 |
commit | bd03c5a15ae78bd6a028aeba2452810146c37b89 (patch) | |
tree | a7cde8f029472b3ec101828df26d665f285c9474 /net/wget | |
parent | 5bf044be0dac496e315f4bc05a931c1f7d9e2fe2 (diff) | |
download | pkgsrc-bd03c5a15ae78bd6a028aeba2452810146c37b89.tar.gz |
Reenable and fix KAME patch under Solaris because it includes an extra
translation.
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/Makefile | 12 | ||||
-rw-r--r-- | net/wget/distinfo | 5 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index fafb173b82a..f883331bc36 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,9 +1,13 @@ -# $NetBSD: Makefile,v 1.37 2001/07/22 15:19:16 tron Exp $ +# $NetBSD: Makefile,v 1.38 2001/07/22 15:46:20 tron Exp $ DISTNAME= wget-1.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +PATCHFILES= wget-17-v6-20010716a.diff.gz +PATCH_DIST_STRIP=-p1 + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/wget/wget.html COMMENT= Retrieve files from the 'net via HTTP and FTP @@ -24,11 +28,6 @@ BUILD_DEFS+= USE_INET6 # to get USE_INET6 .include "../../mk/bsd.prefs.mk" -.if (${OPSYS} != SunOS) -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= wget-17-v6-20010716a.diff.gz -PATCH_DIST_STRIP=-p1 - # IPv6 support .if defined(USE_INET6) && ${USE_INET6} == YES CONFIGURE_ARGS+= --enable-ipv6 @@ -40,7 +39,6 @@ CONFIGURE_ARGS+= --disable-ipv6 # files patched in the IPv6 patch): post-patch: ${TOUCH} ${WRKSRC}/configure -.endif .include "../../devel/gettext-lib/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/wget/distinfo b/net/wget/distinfo index 193fdb7c615..98bedf6034d 100644 --- a/net/wget/distinfo +++ b/net/wget/distinfo @@ -1,7 +1,10 @@ -$NetBSD: distinfo,v 1.7 2001/07/22 15:31:54 tron Exp $ +$NetBSD: distinfo,v 1.8 2001/07/22 15:46:20 tron Exp $ SHA1 (wget-1.7.tar.gz) = b44118972c11a410b81ad3d306861b370071e611 Size (wget-1.7.tar.gz) = 945138 bytes +SHA1 (wget-17-v6-20010716a.diff.gz) = 02ddc575dc2cd33b38a2b111662198b77ef67491 +Size (wget-17-v6-20010716a.diff.gz) = 49827 bytes SHA1 (patch-aa) = 98c944716c403d0501505fc52c69c898d7870ea5 SHA1 (patch-ab) = 797716b5a213c1e6b12f9407769e606b50818a67 SHA1 (patch-ac) = 20cc35210374c68ddcaf39830620d853b4311988 +SHA1 (patch-ad) = 8994c291eb3e06c87a6c83dfc2b02fbf9f318c34 |