diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-29 21:14:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-29 21:14:35 +0000 |
commit | a5e91532780476bfc46041bc84701a39c6d38ded (patch) | |
tree | b02d9eb54b32fb1a8d7419adafe2bce27e9824e8 /sys-apps/texinfo | |
parent | Version bump. (diff) | |
download | gentoo-2-a5e91532780476bfc46041bc84701a39c6d38ded.tar.gz gentoo-2-a5e91532780476bfc46041bc84701a39c6d38ded.tar.bz2 gentoo-2-a5e91532780476bfc46041bc84701a39c6d38ded.zip |
Make sure we test the newly compiled version #215359.
(Portage version: 2.2_pre5)
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/texinfo/files/texinfo-4.11-test.patch | 14 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.11-r1.ebuild | 3 |
3 files changed, 21 insertions, 2 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index 78b38f8d4034..b6e86860fc82 100644 --- a/sys-apps/texinfo/ChangeLog +++ b/sys-apps/texinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/texinfo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.93 2008/03/29 12:43:09 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.94 2008/03/29 21:14:34 vapier Exp $ + + 29 Mar 2008; Mike Frysinger <vapier@gentoo.org> + +files/texinfo-4.11-test.patch, texinfo-4.11-r1.ebuild: + Make sure we test the newly compiled version #215359. 29 Mar 2008; Dawid Węgliński <cla@gentoo.org> texinfo-4.11-r1.ebuild: Stable on x86 (bug #214428) diff --git a/sys-apps/texinfo/files/texinfo-4.11-test.patch b/sys-apps/texinfo/files/texinfo-4.11-test.patch new file mode 100644 index 000000000000..68cc188cb288 --- /dev/null +++ b/sys-apps/texinfo/files/texinfo-4.11-test.patch @@ -0,0 +1,14 @@ +test the local compiled version, not the system installed version + +http://bugs.gentoo.org/215359 + +--- util/defs.in ++++ util/defs.in +@@ -67,6 +67,7 @@ + export SHELL + test -z "$TEXI2DVI" && TEXI2DVI=`cd $srcdir && pwd`/texi2dvi + ++PATH=$PWD:$PATH + echo $PATH + # Some shells forget to export modified environment variables. + # (See note about `export' in the Autoconf manual.) diff --git a/sys-apps/texinfo/texinfo-4.11-r1.ebuild b/sys-apps/texinfo/texinfo-4.11-r1.ebuild index c5a2688ca346..8405ac1e021d 100644 --- a/sys-apps/texinfo/texinfo-4.11-r1.ebuild +++ b/sys-apps/texinfo/texinfo-4.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild,v 1.6 2008/03/29 12:43:09 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild,v 1.7 2008/03/29 21:14:34 vapier Exp $ inherit flag-o-matic @@ -26,6 +26,7 @@ src_unpack() { sed -i '1i#include <ctype.h>' system.h epatch "${FILESDIR}"/${P}-dir-entry.patch #198545 epatch "${FILESDIR}"/${P}-test-tex.patch #195313 + epatch "${FILESDIR}"/${P}-test.patch #215359 # FreeBSD requires install-sh, but usptream don't have it marked # exec, #195076 |