summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2002-04-12 17:10:20 +0000
committerAde Lovett <ade@FreeBSD.org>2002-04-12 17:10:20 +0000
commitf18cbf2fa6e7c1d623750aaf72027bb6a6a395c1 (patch)
tree9e893c98603cb0cd739358e66f822966d7bdcc5b /ftp
parentUpdate to the 2002-04-09 snapshot of what will be version 5.2. (diff)
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
Notes
Notes: svn path=/head/; revision=57625
Diffstat (limited to 'ftp')
-rw-r--r--ftp/axel/Makefile3
-rw-r--r--ftp/lftp/Makefile3
-rw-r--r--ftp/pavuk/Makefile3
-rw-r--r--ftp/wget+ipv6/Makefile12
-rw-r--r--ftp/wget-devel/Makefile3
-rw-r--r--ftp/wget/Makefile3
6 files changed, 17 insertions, 10 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile
index f963e8e1f200..7900a412d870 100644
--- a/ftp/axel/Makefile
+++ b/ftp/axel/Makefile
@@ -8,12 +8,13 @@
PORTNAME= axel
PORTVERSION= 1.0a
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://www.lintux.cx/downloads/
MAINTAINER= lintux@debian.org
-LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
HAS_CONFIGURE= yes
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 0d3ef1c8292a..d5097eee015a 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lftp
PORTVERSION= 2.5.0a
+PORTREVISION= 1
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ \
@@ -21,7 +22,7 @@ MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
MAINTAINER= fm@astral.ntu-kpi.kiev.ua
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
USE_BZIP2= yes
USE_OPENSSL= yes
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile
index fd0844a8eb16..3e4287edc752 100644
--- a/ftp/pavuk/Makefile
+++ b/ftp/pavuk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pavuk
PORTVERSION= 0.9.28
+PORTREVISION= 1
CATEGORIES= ftp www
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.idata.sk/~ondrej/sw/
@@ -16,7 +17,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
WANT_GTK= yes
USE_OPENSSL= yes
diff --git a/ftp/wget+ipv6/Makefile b/ftp/wget+ipv6/Makefile
index 8575717bee0f..6a9f4c72c4d6 100644
--- a/ftp/wget+ipv6/Makefile
+++ b/ftp/wget+ipv6/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wget
PORTVERSION= 1.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ftp www ipv6
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \
@@ -24,8 +24,8 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= sf@FreeBSD.org
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
-BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
+BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes
@@ -33,8 +33,10 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
.endif
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
- LIBS=-L${LOCALBASE}/lib
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib" \
+ MSGFMT="${LOCALBASE}/bin/msgfmt-old" \
+ XGETTEXT="${LOCALBASE}/bin/xgettext-old"
MAN1= wget.1
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
index 8c2fb661e6ce..f05fc9092690 100644
--- a/ftp/wget-devel/Makefile
+++ b/ftp/wget-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wget
PORTVERSION= 1.8.1
+PORTREVISION= 1
CATEGORIES= ftp www
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \
@@ -21,7 +22,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= sf@FreeBSD.org
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index 8c2fb661e6ce..f05fc9092690 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wget
PORTVERSION= 1.8.1
+PORTREVISION= 1
CATEGORIES= ftp www
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \
@@ -21,7 +22,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= sf@FreeBSD.org
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes