summaryrefslogtreecommitdiff
path: root/ftp/wget-devel/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-03-03 00:52:42 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-03-03 00:52:42 +0000
commit9be73d9d55574a010cf8c3f74fec84e57b9f1fdd (patch)
treef5db82aa2b4d854ab6b84e339b5b8315ecf38ad0 /ftp/wget-devel/Makefile
parentUpdate to 2.02b. (diff)
o import Debian patches.
- fix .netrc parsing bug - fix 2GB limitation - re-add IPv6 capability - fix SEGV with special url line check debian/changelog for more detail. o replace /usr/local with ${PREFIX} in wgetrc and info. PR: 38824 reported 2GB limitation Obtained from: Debian GNU/Linux
Notes
Notes: svn path=/head/; revision=76771
Diffstat (limited to 'ftp/wget-devel/Makefile')
-rw-r--r--ftp/wget-devel/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
index 97b9c6889d14..61167947bf27 100644
--- a/ftp/wget-devel/Makefile
+++ b/ftp/wget-devel/Makefile
@@ -7,15 +7,21 @@
PORTNAME= wget
PORTVERSION= 1.8.2
-PORTREVISION= 2
-CATEGORIES= ftp www
+PORTREVISION= 3
+CATEGORIES= ftp www ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= wget
+PATCH_SITES= ${MASTER_SITE_DEBIAN}
+PATCH_SITE_SUBDIR= pool/main/w/wget
+PATCHFILES= wget_${PORTVERSION}-9.diff.gz
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= sf@FreeBSD.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
+USE_REINPLACE= yes
USE_PERL5_BUILD= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -34,6 +40,9 @@ post-patch:
${RM} -f ${WRKSRC}/doc/wget.info*
# we don't need to run autoconf.
${TOUCH} ${WRKSRC}/configure
+ ${REINPLACE_CMD} -e 's,/etc/wgetrc,${PREFIX}/etc/wgetrc,' \
+ -e 's,@file{},@file{${PREFIX}},' \
+ ${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi
post-install:
install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir