diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-19 09:50:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-19 09:50:48 +0000 |
commit | 5c74a4ebff0dbdf40f7d92b58ee6e6d087c0a40b (patch) | |
tree | 57c579c19c3a2bb60e11986f59b2c5d650c173e4 /dev-lang/tcl | |
parent | Raise lower bound of ghc up to 7.6.3 on pcc due to a GHCi bug #481644 by Agos... (diff) | |
download | gentoo-2-5c74a4ebff0dbdf40f7d92b58ee6e6d087c0a40b.tar.gz gentoo-2-5c74a4ebff0dbdf40f7d92b58ee6e6d087c0a40b.tar.bz2 gentoo-2-5c74a4ebff0dbdf40f7d92b58ee6e6d087c0a40b.zip |
Fix cross-compiling w/out compat funcs.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.5.13-r1.ebuild | 12 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.5.14.ebuild | 12 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.5.15-r1.ebuild | 12 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.5.15.ebuild | 12 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.6.0-r1.ebuild | 12 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.6.1-r1.ebuild | 12 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.6.1.ebuild | 12 |
8 files changed, 77 insertions, 16 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index 9b4bf33ebf06..b2337fdc2681 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/tcl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.186 2013/12/28 18:28:57 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.187 2014/01/19 09:50:48 vapier Exp $ + + 19 Jan 2014; Mike Frysinger <vapier@gentoo.org> tcl-8.5.13-r1.ebuild, + tcl-8.5.14.ebuild, tcl-8.5.15-r1.ebuild, tcl-8.5.15.ebuild, + tcl-8.6.0-r1.ebuild, tcl-8.6.1-r1.ebuild, tcl-8.6.1.ebuild: + Fix cross-compiling w/out compat funcs. 28 Dec 2013; Justin Lecher <jlec@gentoo.org> tcl-8.5.15-r1.ebuild, tcl-8.6.1-r1.ebuild: diff --git a/dev-lang/tcl/tcl-8.5.13-r1.ebuild b/dev-lang/tcl/tcl-8.5.13-r1.ebuild index 6a25781c2cc6..b52c50889e28 100644 --- a/dev-lang/tcl/tcl-8.5.13-r1.ebuild +++ b/dev-lang/tcl/tcl-8.5.13-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.13-r1.ebuild,v 1.12 2013/02/24 17:47:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.13-r1.ebuild,v 1.13 2014/01/19 09:50:48 vapier Exp $ EAPI=4 @@ -50,6 +50,14 @@ src_prepare() { } src_configure() { + # We went ahead and deleted the whole compat/ subdir which means + # the configure tests to detect broken versions need to pass (else + # we'll fail to build). This comes up when cross-compiling, but + # might as well get a minor configure speed up normally. + export ac_cv_func_memcmp_working="yes" + export tcl_cv_str{str,toul,tod}_unbroken="ok" + export tcl_cv_strtod_buggy="no" + econf \ $(use_enable threads) \ $(use_enable debug symbols) diff --git a/dev-lang/tcl/tcl-8.5.14.ebuild b/dev-lang/tcl/tcl-8.5.14.ebuild index 5dd49f32c392..1fb7deac6637 100644 --- a/dev-lang/tcl/tcl-8.5.14.ebuild +++ b/dev-lang/tcl/tcl-8.5.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.14.ebuild,v 1.1 2013/05/01 11:09:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.14.ebuild,v 1.2 2014/01/19 09:50:48 vapier Exp $ EAPI=5 @@ -50,6 +50,14 @@ src_prepare() { } src_configure() { + # We went ahead and deleted the whole compat/ subdir which means + # the configure tests to detect broken versions need to pass (else + # we'll fail to build). This comes up when cross-compiling, but + # might as well get a minor configure speed up normally. + export ac_cv_func_memcmp_working="yes" + export tcl_cv_str{str,toul,tod}_unbroken="ok" + export tcl_cv_strtod_buggy="no" + econf \ $(use_enable threads) \ $(use_enable debug symbols) diff --git a/dev-lang/tcl/tcl-8.5.15-r1.ebuild b/dev-lang/tcl/tcl-8.5.15-r1.ebuild index 1fb922b8fe57..41afa773563d 100644 --- a/dev-lang/tcl/tcl-8.5.15-r1.ebuild +++ b/dev-lang/tcl/tcl-8.5.15-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.2 2013/12/28 18:28:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.3 2014/01/19 09:50:48 vapier Exp $ EAPI=5 @@ -54,6 +54,14 @@ src_prepare() { } multilib_src_configure() { + # We went ahead and deleted the whole compat/ subdir which means + # the configure tests to detect broken versions need to pass (else + # we'll fail to build). This comes up when cross-compiling, but + # might as well get a minor configure speed up normally. + export ac_cv_func_memcmp_working="yes" + export tcl_cv_str{str,toul,tod}_unbroken="ok" + export tcl_cv_strtod_buggy="no" + econf \ $(use_enable threads) \ $(use_enable debug symbols) diff --git a/dev-lang/tcl/tcl-8.5.15.ebuild b/dev-lang/tcl/tcl-8.5.15.ebuild index 1fce3a402a5b..de1bcd2e3c8d 100644 --- a/dev-lang/tcl/tcl-8.5.15.ebuild +++ b/dev-lang/tcl/tcl-8.5.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15.ebuild,v 1.1 2013/09/25 14:57:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15.ebuild,v 1.2 2014/01/19 09:50:48 vapier Exp $ EAPI=5 @@ -50,6 +50,14 @@ src_prepare() { } src_configure() { + # We went ahead and deleted the whole compat/ subdir which means + # the configure tests to detect broken versions need to pass (else + # we'll fail to build). This comes up when cross-compiling, but + # might as well get a minor configure speed up normally. + export ac_cv_func_memcmp_working="yes" + export tcl_cv_str{str,toul,tod}_unbroken="ok" + export tcl_cv_strtod_buggy="no" + econf \ $(use_enable threads) \ $(use_enable debug symbols) diff --git a/dev-lang/tcl/tcl-8.6.0-r1.ebuild b/dev-lang/tcl/tcl-8.6.0-r1.ebuild index f0c4deecb5db..ecfdd6841a5e 100644 --- a/dev-lang/tcl/tcl-8.6.0-r1.ebuild +++ b/dev-lang/tcl/tcl-8.6.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.0-r1.ebuild,v 1.5 2013/02/25 21:39:15 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.0-r1.ebuild,v 1.6 2014/01/19 09:50:48 vapier Exp $ EAPI=5 @@ -47,6 +47,14 @@ src_prepare() { } src_configure() { + # We went ahead and deleted the whole compat/ subdir which means + # the configure tests to detect broken versions need to pass (else + # we'll fail to build). This comes up when cross-compiling, but + # might as well get a minor configure speed up normally. + export ac_cv_func_memcmp_working="yes" + export tcl_cv_str{str,toul,tod}_unbroken="ok" + export tcl_cv_strtod_buggy="no" + econf \ $(use_enable threads) \ $(use_enable debug symbols) diff --git a/dev-lang/tcl/tcl-8.6.1-r1.ebuild b/dev-lang/tcl/tcl-8.6.1-r1.ebuild index 26e3df436c39..1041920c4e8b 100644 --- a/dev-lang/tcl/tcl-8.6.1-r1.ebuild +++ b/dev-lang/tcl/tcl-8.6.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild,v 1.2 2013/12/28 18:28:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild,v 1.3 2014/01/19 09:50:48 vapier Exp $ EAPI=5 @@ -52,6 +52,14 @@ src_prepare() { } multilib_src_configure() { + # We went ahead and deleted the whole compat/ subdir which means + # the configure tests to detect broken versions need to pass (else + # we'll fail to build). This comes up when cross-compiling, but + # might as well get a minor configure speed up normally. + export ac_cv_func_memcmp_working="yes" + export tcl_cv_str{str,toul,tod}_unbroken="ok" + export tcl_cv_strtod_buggy="no" + econf \ $(use_enable threads) \ $(use_enable debug symbols) diff --git a/dev-lang/tcl/tcl-8.6.1.ebuild b/dev-lang/tcl/tcl-8.6.1.ebuild index 11c28c661dca..87666f9cfaf5 100644 --- a/dev-lang/tcl/tcl-8.6.1.ebuild +++ b/dev-lang/tcl/tcl-8.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1.ebuild,v 1.1 2013/09/25 14:57:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1.ebuild,v 1.2 2014/01/19 09:50:48 vapier Exp $ EAPI=5 @@ -47,6 +47,14 @@ src_prepare() { } src_configure() { + # We went ahead and deleted the whole compat/ subdir which means + # the configure tests to detect broken versions need to pass (else + # we'll fail to build). This comes up when cross-compiling, but + # might as well get a minor configure speed up normally. + export ac_cv_func_memcmp_working="yes" + export tcl_cv_str{str,toul,tod}_unbroken="ok" + export tcl_cv_strtod_buggy="no" + econf \ $(use_enable threads) \ $(use_enable debug symbols) |