diff options
author | ade <ade@FreeBSD.org> | 2002-03-15 19:44:29 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-03-15 19:44:29 +0000 |
commit | f7e7c1154236a21d968009030a86f6a1e0b7f074 (patch) | |
tree | 9349e0fcef65ad910d560a8ab77203efacfa5880 /security | |
parent | 5342d0854f4686c3dd72fffe5970ee48e6300a0d (diff) | |
download | FreeBSD-ports-f7e7c1154236a21d968009030a86f6a1e0b7f074.zip FreeBSD-ports-f7e7c1154236a21d968009030a86f6a1e0b7f074.tar.gz |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/fwlogwatch/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 2 | ||||
-rw-r--r-- | security/kssh/Makefile | 2 | ||||
-rw-r--r-- | security/mcrypt/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile index 6140d70..a6bd952 100644 --- a/security/fwlogwatch/Makefile +++ b/security/fwlogwatch/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.kyb.uni-stuttgart.de/boris/sw/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old INSTALL_TARGET= install install-config install-i18n MANCOMPRESSES= no diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index fd906dc..933904f 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old #RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index fd906dc..933904f 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old #RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES diff --git a/security/kssh/Makefile b/security/kssh/Makefile index aca56ef..d8d1b50 100644 --- a/security/kssh/Makefile +++ b/security/kssh/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.geocities.com/bilibao/ MAINTAINER= kevlo@FreeBSD.org -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext-old USE_KDELIBS_VER=2 GNU_CONFIGURE= yes diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 9e0e1d9..ed176da 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -18,7 +18,7 @@ MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= mcrypt.6:${PORTSDIR}/security/libmcrypt/ \ mhash.2:${PORTSDIR}/security/mhash/ \ - intl.1:${PORTSDIR}/devel/gettext/ + intl.1:${PORTSDIR}/devel/gettext-old post-patch: ${RM} -f ${WRKSRC}/configure |