diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-05-22 15:48:49 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-05-22 15:48:49 +0000 |
commit | 9c319ca7b4b44774c26e005b62ed3ec164ccc92b (patch) | |
tree | 3b00f211b4e9ad6870ac9633a0c684740a0ad05c /net-ftp/lftp | |
parent | Avoid unneeded use of git, fixing bug 416963. (diff) | |
download | gentoo-2-9c319ca7b4b44774c26e005b62ed3ec164ccc92b.tar.gz gentoo-2-9c319ca7b4b44774c26e005b62ed3ec164ccc92b.tar.bz2 gentoo-2-9c319ca7b4b44774c26e005b62ed3ec164ccc92b.zip |
Set AM_GNU_GETTEXT_VERSION by Lars Wendler (bug #417039).
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/lftp/files/lftp-4.3.5-autopoint.patch | 10 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.3.5.ebuild | 5 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.3.6.ebuild | 5 |
4 files changed, 21 insertions, 5 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 196a54ee21d5..6a4ee2c73af9 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/lftp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.359 2012/05/22 13:44:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.360 2012/05/22 15:48:49 jer Exp $ + + 22 May 2012; Jeroen Roovers <jer@gentoo.org> lftp-4.3.5.ebuild, + +files/lftp-4.3.5-autopoint.patch, lftp-4.3.6.ebuild: + Set AM_GNU_GETTEXT_VERSION by Lars Wendler (bug #417039). 22 May 2012; Jeroen Roovers <jer@gentoo.org> -files/lftp-4.3.4-empty-local.patch: diff --git a/net-ftp/lftp/files/lftp-4.3.5-autopoint.patch b/net-ftp/lftp/files/lftp-4.3.5-autopoint.patch new file mode 100644 index 000000000000..5fdb7e5a58d3 --- /dev/null +++ b/net-ftp/lftp/files/lftp-4.3.5-autopoint.patch @@ -0,0 +1,10 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -127,6 +127,7 @@ + AM_ICONV + + ALL_LINGUAS="de es fr it ja ko pl pt_BR ru zh_CN zh_TW zh_HK cs" ++AM_GNU_GETTEXT_VERSION([0.18.1]) + AM_GNU_GETTEXT([external]) + test "$MSGFMT" = "no" && MSGFMT ="$missing_dir/missing msgfmt" + test "$GMSGFMT" = "no" && GMSGFMT ="$missing_dir/missing msgfmt" diff --git a/net-ftp/lftp/lftp-4.3.5.ebuild b/net-ftp/lftp/lftp-4.3.5.ebuild index 175615eef0e4..beb15f215d35 100644 --- a/net-ftp/lftp/lftp-4.3.5.ebuild +++ b/net-ftp/lftp/lftp-4.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.3.5.ebuild,v 1.9 2012/05/03 05:37:17 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.3.5.ebuild,v 1.10 2012/05/22 15:48:49 jer Exp $ EAPI="4" @@ -51,7 +51,8 @@ DOCS=( src_prepare() { epatch \ "${FILESDIR}/${PN}-4.0.2.91-lafile.patch" \ - "${FILESDIR}/${PN}-4.0.3-autoconf-2.64.patch" + "${FILESDIR}/${PN}-4.0.3-autoconf-2.64.patch" \ + "${FILESDIR}/${PN}-4.3.5-autopoint.patch" eautoreconf } diff --git a/net-ftp/lftp/lftp-4.3.6.ebuild b/net-ftp/lftp/lftp-4.3.6.ebuild index 8eeb151c316c..b4d7875dfdb4 100644 --- a/net-ftp/lftp/lftp-4.3.6.ebuild +++ b/net-ftp/lftp/lftp-4.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.3.6.ebuild,v 1.8 2012/05/08 15:51:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.3.6.ebuild,v 1.9 2012/05/22 15:48:49 jer Exp $ EAPI="4" @@ -51,7 +51,8 @@ DOCS=( src_prepare() { epatch \ "${FILESDIR}/${PN}-4.0.2.91-lafile.patch" \ - "${FILESDIR}/${PN}-4.0.3-autoconf-2.64.patch" + "${FILESDIR}/${PN}-4.0.3-autoconf-2.64.patch" \ + "${FILESDIR}/${PN}-4.3.5-autopoint.patch" eautoreconf } |