diff options
author | ade <ade@FreeBSD.org> | 2002-04-13 01:10:20 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-04-13 01:10:20 +0800 |
commit | 17667de189a473dd1b3f3844a9a029a6ea7faee2 (patch) | |
tree | d11d27576ba0bc6656fca5c8a2e074489e3a91b7 /security | |
parent | 8d430f11da8d17c3ad0e7d892920c5a7ee27829c (diff) | |
download | freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.tar.gz freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.tar.zst freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.zip |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/fwlogwatch/Makefile | 3 | ||||
-rw-r--r-- | security/gnupg/Makefile | 7 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 7 | ||||
-rw-r--r-- | security/kssh/Makefile | 4 | ||||
-rw-r--r-- | security/mcrypt/Makefile | 3 |
5 files changed, 10 insertions, 14 deletions
diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile index a6bd9525622e..024ccfe06100 100644 --- a/security/fwlogwatch/Makefile +++ b/security/fwlogwatch/Makefile @@ -8,12 +8,13 @@ PORTNAME= fwlogwatch PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.kyb.uni-stuttgart.de/boris/sw/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext INSTALL_TARGET= install install-config install-i18n MANCOMPRESSES= no diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 0152e33b90de..bdf071e0bf21 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext #RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES @@ -25,9 +25,6 @@ MLINKS= gpg.1 gpgm.1 .include <bsd.port.pre.mk> -.if exists(${PREFIX}/lib/libiconv.so) -LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv -.endif .if exists(${PREFIX}/lib/libgdbm.so) LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm .endif diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 0152e33b90de..bdf071e0bf21 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext #RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES @@ -25,9 +25,6 @@ MLINKS= gpg.1 gpgm.1 .include <bsd.port.pre.mk> -.if exists(${PREFIX}/lib/libiconv.so) -LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv -.endif .if exists(${PREFIX}/lib/libgdbm.so) LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm .endif diff --git a/security/kssh/Makefile b/security/kssh/Makefile index d8d1b5064a5d..d77f09d1e12c 100644 --- a/security/kssh/Makefile +++ b/security/kssh/Makefile @@ -7,13 +7,13 @@ PORTNAME= kssh PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.geocities.com/bilibao/ MAINTAINER= kevlo@FreeBSD.org -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext-old +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=2 GNU_CONFIGURE= yes diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index ed176da956dd..26393605e62d 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -9,6 +9,7 @@ PORTNAME= mcrypt PORTVERSION= 2.5.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/ \ ftp://mcrypt.hellug.gr/pub/mcrypt/ \ @@ -18,7 +19,7 @@ MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= mcrypt.6:${PORTSDIR}/security/libmcrypt/ \ mhash.2:${PORTSDIR}/security/mhash/ \ - intl.1:${PORTSDIR}/devel/gettext-old + intl.2:${PORTSDIR}/devel/gettext post-patch: ${RM} -f ${WRKSRC}/configure |