aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2002-03-15 19:44:29 +0000
committerAde Lovett <ade@FreeBSD.org>2002-03-15 19:44:29 +0000
commit9210b7cb0736d3caf5bffb4efd46c7cd6856af55 (patch)
tree9b67a2278866d18f2877c41baaa49e17e7c00bdc /mail
parentb46611d8cf5744f43a12213e07177cfde2b532fe (diff)
downloadports-9210b7cb0736d3caf5bffb4efd46c7cd6856af55.tar.gz
ports-9210b7cb0736d3caf5bffb4efd46c7cd6856af55.zip
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
Notes
Notes: svn path=/head/; revision=56168
Diffstat (limited to 'mail')
-rw-r--r--mail/elm/Makefile2
-rw-r--r--mail/fetchmail/Makefile2
-rw-r--r--mail/kbiff/Makefile2
-rw-r--r--mail/mutt-devel/Makefile2
-rw-r--r--mail/mutt/Makefile2
-rw-r--r--mail/mutt14/Makefile2
-rw-r--r--mail/perdition/Makefile2
-rw-r--r--mail/spruce/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile
index f4f7a22e7e43..8ff4473d3771 100644
--- a/mail/elm/Makefile
+++ b/mail/elm/Makefile
@@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= toasty@dragondata.com
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
WRKSRC= ${WRKDIR}/elm${PORTVERSION}
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 97b7bc06d37b..c2be0a35c50b 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -18,7 +18,7 @@ MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \
MAINTAINER= ve@sci.fi
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
.if defined(WITH_X11)
USE_PYTHON= yes
RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile
index 9736c90c7728..cdb4b07d456a 100644
--- a/mail/kbiff/Makefile
+++ b/mail/kbiff/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/
MAINTAINER= kris@FreeBSD.org
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
USE_KDELIBS_VER=2
USE_BZIP2= yes
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index e8d0fde018f9..a59f16f58103 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -129,7 +129,7 @@ SGML_USED= no
SGML_USED= no
.endif
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \
giconv.2:${PORTSDIR}/converters/libiconv
.if defined(NOPORTDOCS)
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index ad11b0f96a16..d4723b3c570a 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -42,7 +42,7 @@ WITH_DOCS= yes
.endif
.endif
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
.if defined(WITH_SLANG)
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
.elif defined(WITH_NCURSES_PORT)
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index ad11b0f96a16..d4723b3c570a 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -42,7 +42,7 @@ WITH_DOCS= yes
.endif
.endif
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
.if defined(WITH_SLANG)
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
.elif defined(WITH_NCURSES_PORT)
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile
index 860f79090d64..89310c47b9b8 100644
--- a/mail/perdition/Makefile
+++ b/mail/perdition/Makefile
@@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTVERSION}
MAINTAINER= kkonstan@daemon.gr
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \
popt.0:${PORTSDIR}/devel/popt \
gdbm.2:${PORTSDIR}/databases/gdbm \
vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile
index 5b0309a2bd0c..9f4810e85e8e 100644
--- a/mail/spruce/Makefile
+++ b/mail/spruce/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= erich@tacni.net
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
USE_X_PREFIX= yes
USE_GMAKE= yes