summaryrefslogtreecommitdiff
path: root/ftp/wget-devel/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-12-17 05:17:24 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-12-17 05:17:24 +0000
commite7f09543d1d430d925d7e21eb54cd119d07b3866 (patch)
treeb286e107ebaf1adf3fb40bd3260d8de41798e721 /ftp/wget-devel/Makefile
parentadd wget+ipv6, a bit old wget but capable to speak IPv6. (diff)
update to 1.8.
IPv6 capability has been lost. Please use wget+ipv6 instead. as zh_TW.po is distributed in Big5, we no longer requires iconv hack. zh_TW message tested by: clive
Notes
Notes: svn path=/head/; revision=51649
Diffstat (limited to 'ftp/wget-devel/Makefile')
-rw-r--r--ftp/wget-devel/Makefile21
1 files changed, 2 insertions, 19 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
index c1c246ffb945..f2dc351ba43f 100644
--- a/ftp/wget-devel/Makefile
+++ b/ftp/wget-devel/Makefile
@@ -6,9 +6,8 @@
#
PORTNAME= wget
-PORTVERSION= 1.7
-PORTREVISION= 4
-CATEGORIES= ftp www ipv6
+PORTVERSION= 1.8
+CATEGORIES= ftp www
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \
ftp://ftp.informatik.hu-berlin.de/gnu/wget/ \
@@ -16,15 +15,9 @@ MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.max.irk.ru/unix/net/www/wget/
MASTER_SITE_SUBDIR= wget
-PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,}
-PATCHFILES= wget-17-v6-20010716a.diff.gz
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= sf@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
-BUILD_DEPENDS= giconv:${PORTSDIR}/converters/libiconv
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes
@@ -38,18 +31,8 @@ CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
MAN1= wget.1
post-patch:
-# made by broken KAME patch. Already contacted.
- @${RM} -f ${WRKSRC}/po/zh.po*
# we don't need to run autoconf.
${TOUCH} ${WRKSRC}/configure
-# convert utf-8 to Big5 for FreeBSD's default old fashioned gettext.
- (cd ${WRKSRC}; \
- ${MV} po/zh_TW.po po/zh_TW.po.utf-8; \
- ${LOCALBASE}/bin/giconv -f UTF-8 -t BIG5 po/zh_TW.po.utf-8 |\
- ${SED} -e 's/utf-8/big5/' |\
- ${PERL} -p -e 's{([\x81-\xfe])\\}{$$1\\\\}g' |\
- ${PERL} -p -e 's,\\\\([nt\"]),\\$$1,g' \
- > po/zh_TW.po)
pre-build:
@${RM} -f ${WRKSRC}/doc/wget.info*