aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-09-11 21:17:09 +0800
committersobomax <sobomax@FreeBSD.org>2001-09-11 21:17:09 +0800
commit8084f1e441288099d8224b578d7ca60a499fb631 (patch)
tree59fb62e7b6904fc1ba6272665129910ed4a2aceb /ftp/wget
parent7dab2f9763d516eb883fa08e4e883419be73e866 (diff)
downloadfreebsd-ports-graphics-8084f1e441288099d8224b578d7ca60a499fb631.tar.gz
freebsd-ports-graphics-8084f1e441288099d8224b578d7ca60a499fb631.tar.zst
freebsd-ports-graphics-8084f1e441288099d8224b578d7ca60a499fb631.zip
Use `msgfmt-new' from gettext-devel package instead of an ungly hack.
Diffstat (limited to 'ftp/wget')
-rw-r--r--ftp/wget/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index 16fc2c00eb2..201749c2d0a 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -23,8 +23,8 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= sf@FreeBSD.org
+BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
-BUILD_DEPENDS= giconv:${PORTSDIR}/converters/libiconv
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes
@@ -33,21 +33,15 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
- LIBS=-L${LOCALBASE}/lib
+ LIBS=-L${LOCALBASE}/lib \
+ MSGFMT=${LOCALBASE}/bin/msgfmt-new \
+ XGETTEXT=${LOCALBASE}/bin/xgettext-new
MAN1= wget.1
post-patch:
# made by broken KAME patch. Already contacted.
@${RM} -f ${WRKSRC}/po/zh.po*
-# 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*