diff --git a/sdk_container/src/third_party/coreos-overlay/dev-lang/spidermonkey/files/spidermonkey-mfbt-Add-aarch64-to-double-conversion.patch b/sdk_container/src/third_party/coreos-overlay/dev-lang/spidermonkey/files/spidermonkey-mfbt-Add-aarch64-to-double-conversion.patch new file mode 100644 index 0000000000..35927aaca5 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/dev-lang/spidermonkey/files/spidermonkey-mfbt-Add-aarch64-to-double-conversion.patch @@ -0,0 +1,26 @@ +From d37efd69428da06eb4834c27dc43ffdab086f20c Mon Sep 17 00:00:00 2001 +From: Geoff Levand +Date: Fri, 1 May 2015 10:04:14 -0700 +Subject: [PATCH] mfbt: Add aarch64 to double-conversion + +Signed-off-by: Geoff Levand +--- + mfbt/double-conversion/utils.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/mfbt/double-conversion/utils.h b/mfbt/double-conversion/utils.h +index 0eec2d9..a68a032 100644 +--- a/mfbt/double-conversion/utils.h ++++ b/mfbt/double-conversion/utils.h +@@ -58,7 +58,7 @@ + defined(__mips__) || defined(__powerpc__) || \ + defined(__sparc__) || defined(__sparc) || defined(__s390__) || \ + defined(__SH4__) || defined(__alpha__) || \ +- defined(_MIPS_ARCH_MIPS32R2) ++ defined(_MIPS_ARCH_MIPS32R2) || defined(__aarch64__) + #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 + #elif defined(_M_IX86) || defined(__i386__) || defined(__i386) + #if defined(_WIN32) +-- +2.1.0 + diff --git a/sdk_container/src/third_party/coreos-overlay/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild similarity index 95% rename from sdk_container/src/third_party/coreos-overlay/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild rename to sdk_container/src/third_party/coreos-overlay/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild index 2c3ccdd4c5..843a97a1cb 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild @@ -17,7 +17,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/js/${MY_PN}${PV}.tar.gz" LICENSE="NPL-1.1" SLOT="17" # "MIPS, MacroAssembler is not supported" wrt #491294 for -mips -KEYWORDS="alpha amd64 arm -hppa ia64 -mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 -hppa ia64 -mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="debug jit minimal static-libs test" REQUIRED_USE="debug? ( jit )" @@ -45,6 +45,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-${SLOT}-js-config-shebang.patch epatch "${FILESDIR}"/${PN}-${SLOT}-ia64-mmap.patch epatch "${FILESDIR}"/${PN}-17.0.0-fix-file-permissions.patch + epatch "${FILESDIR}"/${PN}-mfbt-Add-aarch64-to-double-conversion.patch # Remove obsolete jsuword bug #506160 sed -i -e '/jsuword/d' "${BUILDDIR}"/jsval.h ||die "sed failed" epatch_user diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild index 637ce4dadb..47ecdab60e 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild @@ -9,10 +9,10 @@ CROS_WORKON_REPO="git://github.com" if [[ "${PV}" == 9999 ]]; then # Use ~arch instead of empty keywords for compatibility with cros-workon - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm64 ~arm ~x86" else CROS_WORKON_COMMIT="97aee7c7c052214617bfe13390e92e2e9fb256bf" - KEYWORDS="amd64 ~arm ~x86" + KEYWORDS="amd64 arm64 ~arm ~x86" fi # cros-workon must be imported first, in cases where cros-workon and diff --git a/sdk_container/src/third_party/coreos-overlay/sys-auth/polkit/polkit-0.112-r3.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-auth/polkit/polkit-0.112-r4.ebuild similarity index 97% rename from sdk_container/src/third_party/coreos-overlay/sys-auth/polkit/polkit-0.112-r3.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-auth/polkit/polkit-0.112-r4.ebuild index 45fc92b868..cb767b4dcd 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-auth/polkit/polkit-0.112-r3.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-auth/polkit/polkit-0.112-r4.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 arm64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="examples gtk +introspection jit kde nls pam selinux systemd" RDEPEND="ia64? ( =dev-lang/spidermonkey-1.8.5*[-debug] ) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ChangeLog b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ChangeLog new file mode 100644 index 0000000000..0321736d6d --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ChangeLog @@ -0,0 +1,912 @@ +# ChangeLog for sys-libs/ncurses +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.234 2015/04/06 20:11:01 vapier Exp $ + + 06 Apr 2015; Mike Frysinger ncurses-5.9-r4.ebuild: + Force usage of bash when running the configure script #545532 by Nick Bowler. + + 31 Mar 2015; Mike Frysinger + +files/ncurses-5.9-gcc-5.patch, ncurses-5.9-r4.ebuild: + Add fix from upstream for building w/gcc-5 #545114#2 by David Kredba. + +*ncurses-5.9-r4 (31 Mar 2015) + + 31 Mar 2015; Mike Frysinger + +files/ncurses-5.9-no-I-usr-include.patch, +ncurses-5.9-r4.ebuild: + Fix the inverted leak flag #329537#5 by Arthur Taylor. Fix from upstream for + building with -I/usr/include/ncursesw #522586 by Joakim Tjernlund. + + 06 Nov 2014; Manuel Rüger -files/ncurses-5.6-build.patch, + -files/ncurses-5.6-gfbsd.patch, -files/ncurses-5.7-emacs.patch, + -files/ncurses-5.7-hashdb-open.patch, + -files/ncurses-5.7-rxvt-unicode-9.09.patch, + -files/ncurses-5.7-rxvt-unicode.patch, + -files/ncurses-5.7-tic-cross-detection.patch, + -files/ncurses-5.8-rxvt-unicode.patch, -ncurses-5.7-r7.ebuild, + -ncurses-5.9-r1.ebuild, -ncurses-5.9-r2.ebuild, -ncurses-5.9.ebuild: + Cleanup old superseded EAPI1 ebuilds. Fixes bug #525020. + + 05 Aug 2014; Christoph Junghans ncurses-5.9-r3.ebuild: + added parts of the prefix changes (bug #519052) + + 13 Jul 2014; Mikle Kolyada ncurses-5.9-r3.ebuild: + ppc/ppc64 stable wrt bug #507154 + + 13 Jul 2014; Mikle Kolyada ncurses-5.9-r3.ebuild: + sparc stable wrt bug #507154 + + 13 Jul 2014; Mikle Kolyada ncurses-5.9-r3.ebuild: + alpha stable wrt bug #507154 + + 13 Jul 2014; ncurses-5.9-r3.ebuild: + arm64 stable bug #507154 + + 14 Jun 2014; Pawel Hajdan jr ncurses-5.9-r3.ebuild: + x86 stable wrt bug #507154 + + 08 Jun 2014; Akinori Hattori ncurses-5.9-r3.ebuild: + ia64 stable wrt bug #507154 + + 24 May 2014; Markos Chandras ncurses-5.9-r3.ebuild: + Stable on amd64 wrt bug #507154 + + 28 Apr 2014; Michał Górny ncurses-5.9-r3.ebuild: + Replace multilib_build_binaries with multilib_is_native_abi, in order to put + an end to the confusion introduced by having two functions, the proper one + suggesting it is just for binaries. + + 21 Apr 2014; Michał Górny ncurses-5.9-r3.ebuild: + Use multilib_build_binaries consistently. + + 18 Apr 2014; Markus Meier ncurses-5.9-r3.ebuild: + arm stable, bug #507154 + + 11 Apr 2014; Jeroen Roovers ncurses-5.9-r3.ebuild: + Stable for HPPA (bug #507154). + + 08 Apr 2014; Mike Frysinger + +files/ncurses-5.9-pkg-config.patch, ncurses-5.9-r3.ebuild: + Convert configure flags to an array to make management easier. Fix pkg-config + file install when cross-compiling or installing for the first time. + + 18 Jan 2014; Mike Frysinger ncurses-5.9-r2.ebuild, + ncurses-5.9-r3.ebuild: + Add arm64 love. + + 21 Aug 2013; Alexis Ballier +ncurses-5.9-r3.ebuild: + Convert to multilib and stack it for baselibs -r13. Force libgpm soname for + non native libs to avoid circular deps and allow a simple upgrade. Bug + #480188. + + 28 Apr 2013; Mike Frysinger + -files/ncurses-5.9-xopen-source.patch, -ncurses-5.9-r3.ebuild: + Drop xopen change as it does not backport well when paired with other features + #462116. + +*ncurses-5.9-r3 (28 Apr 2013) + + 28 Apr 2013; Mike Frysinger + +files/ncurses-5.9-xopen-source.patch, +ncurses-5.9-r3.ebuild: + Fix from upstream for handling of the _XOPEN_SOURCE define #462116 by William + Throwe. + + 17 Jan 2013; Mike Frysinger metadata.xml, + ncurses-5.9-r2.ebuild: + Add USE=tinfo to enable building of sep libtinfo for binary packages #452532 + by Justin Lecher. + + 23 Oct 2012; Mike Frysinger ncurses-5.9-r2.ebuild: + Bypass dumb pkg-config install checks #438922 by Benjamin Peterson. + + 29 Jul 2012; Raúl Porcel ncurses-5.9-r2.ebuild: + alpha/sparc stable wrt #413897 + + 24 Jun 2012; Mike Frysinger ncurses-5.7-r7.ebuild, + ncurses-5.9-r1.ebuild, ncurses-5.9-r2.ebuild, ncurses-5.9.ebuild: + Do not delete C++ libs when USE=-static-libs since there are only static libs + for that #421241 by Keepun. + + 14 Jun 2012; Mike Frysinger ncurses-5.9-r2.ebuild: + Export all BUILD_xxx variables for cross-compiling #391363 by Marcin Mirosław. + + 29 May 2012; Brent Baude ncurses-5.9-r2.ebuild: + Marking ncurses-5.9-r2 ppc for bug 413897 + + 29 May 2012; Brent Baude ncurses-5.9-r2.ebuild: + Marking ncurses-5.9-r2 ppc64 for bug 413897 + + 29 May 2012; Richard Yao + +files/ncurses-5.9-fix-clang-build.patch, ncurses-5.9-r2.ebuild: + Fix illegal C++ code, bug #417763, approved by Chainsaw + + 21 May 2012; Pawel Hajdan jr ncurses-5.9-r2.ebuild: + x86 stable wrt bug #413897 + + 17 May 2012; Jeroen Roovers ncurses-5.9-r2.ebuild: + Stable for HPPA (bug #413897). + + 06 May 2012; Mike Frysinger ncurses-5.9-r2.ebuild: + Mark ia64/m68k/s390/sh stable #413897. + + 03 May 2012; Markus Meier ncurses-5.9-r2.ebuild: + arm stable, bug #413897 + + 01 May 2012; Agostino Sarubbo ncurses-5.9-r2.ebuild: + Stable for amd64, wrt bug #413897 + + 26 Apr 2012; Alexis Ballier ncurses-5.9-r2.ebuild: + keyword ~amd64-fbsd + + 11 Mar 2012; Mike Frysinger ncurses-5.9-r2.ebuild: + Make sure gpm is in RDEPEND too #407061 by Maxim Kammerer. + +*ncurses-5.9-r2 (29 Feb 2012) + + 29 Feb 2012; Alex Alexander +ncurses-5.9-r2.ebuild, + +files/ncurses-5.9-rxvt-unicode-9.15.patch: + updated rxvt-unicode terminfo. fixes bug #383871. acked by robbat2 + + 28 Dec 2011; Mark Loeser ncurses-5.9.ebuild: + Stable for ppc/ppc64; bug #377631 + + 18 Dec 2011; Raúl Porcel ncurses-5.9.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #377631 + + 03 Dec 2011; Markus Meier ncurses-5.9.ebuild: + arm stable, bug #377631 + + 02 Dec 2011; Steve Dibb ncurses-5.9.ebuild: + amd64 stable, bug 377631 + + 30 Nov 2011; Jeroen Roovers ncurses-5.9.ebuild: + Stable for HPPA (bug #377631). + + 28 Nov 2011; Pawel Hajdan jr ncurses-5.9.ebuild: + x86 stable wrt bug #377631 + +*ncurses-5.9-r1 (21 Nov 2011) + + 21 Nov 2011; Mike Frysinger +ncurses-5.9-r1.ebuild: + Install pkg-config files. + + 13 Nov 2011; Mike Frysinger -ncurses-5.6-r2.ebuild, + -ncurses-5.7-r3.ebuild, -ncurses-5.7-r5.ebuild, -ncurses-5.7-r6.ebuild: + Drop old ebuilds (to lose USE=nocxx). + + 22 May 2011; Kacper Kowalik ncurses-5.7-r7.ebuild: + ppc64 stable wrt #353437 + + 23 Apr 2011; Raúl Porcel ncurses-5.7-r7.ebuild: + alpha/ia64/s390/sh stable wrt #353437 + + 19 Apr 2011; Michael Weber ncurses-5.7-r7.ebuild: + sparc stable (bug 353437) + + 15 Apr 2011; Michael Weber ncurses-5.7-r7.ebuild: + arm stable (bug 353437) + + 15 Apr 2011; Christoph Mende ncurses-5.7-r7.ebuild: + Stable on amd64 wrt bug #353437 + + 13 Apr 2011; Brent Baude ncurses-5.7-r7.ebuild: + Marking ncurses-5.7-r7 ppc for bug 353437 + + 12 Apr 2011; Jeroen Roovers ncurses-5.7-r7.ebuild: + Stable for HPPA (bug #353437). + + 12 Apr 2011; Thomas Kahle ncurses-5.7-r7.ebuild: + x86 stable per bug 353437 + +*ncurses-5.9 (12 Apr 2011) + + 12 Apr 2011; Mike Frysinger +ncurses-5.9.ebuild: + Version bump #363177 by Panagiotis Christopoulos. + +*ncurses-5.8 (01 Mar 2011) + + 01 Mar 2011; Mike Frysinger +ncurses-5.8.ebuild, + +files/ncurses-5.8-gfbsd.patch, +files/ncurses-5.8-rxvt-unicode.patch: + Version bump. + +*ncurses-5.7-r7 (01 Mar 2011) + + 01 Mar 2011; Mike Frysinger +ncurses-5.7-r7.ebuild: + Fix new static-libs logic #351316 by Rafał Mużyło. + +*ncurses-5.7-r6 (15 Nov 2010) + + 15 Nov 2010; Alex Alexander +ncurses-5.7-r6.ebuild, + +files/ncurses-5.7-rxvt-unicode-9.09.patch: + added updated rxvt-unicode terminfo from 9.09 release. fixed bug #329537. + +*ncurses-5.7-r5 (07 Jul 2010) + + 07 Jul 2010; Mike Frysinger +ncurses-5.7-r5.ebuild: + Fix libcurses.so symlink #327265 by Martin Jansa. + +*ncurses-5.7-r4 (06 Jul 2010) + + 06 Jul 2010; Jonathan Callen +ncurses-5.7-r4.ebuild: + Revbump to add USE=static-libs support, fixes bug 324999 + + 06 Mar 2010; Mike Frysinger ncurses-5.7-r3.ebuild: + Fix handling of leaks option #305889 by Nikolas Garofil. + + 21 Jan 2010; Raúl Porcel ncurses-5.7-r3.ebuild: + arm/ia64/m68k/sh/sparc stable wrt #299159 + + 16 Jan 2010; Tobias Klausmann ncurses-5.7-r3.ebuild: + Stable on alpha, bug #299158 + + 10 Jan 2010; Brent Baude ncurses-5.7-r3.ebuild: + stable ppc64, bug 299159 + + 08 Jan 2010; Christian Faulhammer + ncurses-5.7-r3.ebuild: + stable x86, bug 299159 + + 08 Jan 2010; Dawid Węgliński ncurses-5.7-r3.ebuild: + Stable on amd64 (bug #299159) + + 08 Jan 2010; Jeroen Roovers ncurses-5.7-r3.ebuild: + Stable for HPPA PPC (bug #299159). + + 22 Nov 2009; Mike Frysinger ncurses-5.7-r3.ebuild: + Optimize cross compile step if host version already matches. + +*ncurses-5.7-r3 (28 Oct 2009) + + 28 Oct 2009; Alex Alexander +ncurses-5.7-r3.ebuild, + +files/ncurses-5.7-rxvt-unicode.patch: + added rxvt-unicode terminfo generation wrt bug #192083 + + 22 Oct 2009; Mike Frysinger ncurses-5.7-r2.ebuild, + +files/ncurses-5.7-tic-cross-detection.patch: + Fix up ncurses tic script to better detect cross-compiling #288881 by + Sergiy Borodych. + +*ncurses-5.7-r2 (11 Oct 2009) + + 11 Oct 2009; Mike Frysinger +ncurses-5.7-r2.ebuild, + +files/ncurses-5.7-hashdb-open.patch: + Add fix from upstream for db issues #245370 by Graham Murray. Fix + cross-compiling hang with tic and older ncurses #249363. + + 11 Oct 2009; Mike Frysinger ncurses-5.6-r2.ebuild: + Force gawk #259510 by Linubie. + + 24 Jun 2009; Diego E. Pettenò + ncurses-5.7-r1.ebuild, +files/ncurses-5.7-nongnu.patch: + Add a patch to fix on non-GNU systems, hopefully. + +*ncurses-5.7-r1 (20 Jun 2009) + + 20 Jun 2009; Mike Frysinger ncurses-5.6-r2.ebuild, + +ncurses-5.7-r1.ebuild, +files/ncurses-5.7-emacs.patch: + Refactor compile step, include terminfo update from upstream #270527 by + Ulrich Müller, and always add _GNU_SOURCE to BUILD_CPPFLAGS #214642 by + Ryan Tandy. + + 30 Apr 2009; Samuli Suominen ncurses-5.6-r2.ebuild, + ncurses-5.7.ebuild: + Because ncurses5-config --terminfo returns /usr/share/terminfo we keepdir + it wrt #245374. + + 06 Jan 2009; Mike Frysinger ncurses-5.7.ebuild: + Dont bother generating libcursesw.so since -lcursesw is no longer utilized + #254005 by Harald van Dijk. + + 27 Nov 2008; Mike Frysinger ncurses-5.7.ebuild: + Disable USE=berkdb rather than masking the package. + +*ncurses-5.7 (03 Nov 2008) + + 03 Nov 2008; Mike Frysinger +ncurses-5.7.ebuild: + Version bump. + + 23 Aug 2008; Doug Goldstein metadata.xml: + add GLEP 56 USE flag desc from use.local.desc + + 20 Apr 2008; Diego Pettenò ncurses-5.6-r2.ebuild: + Disable ada unless the (non-advertised) ada USE flag is enabled, otherwise + ncurses will fail to build when gnat is installed. + + 20 Apr 2008; Mike Frysinger ncurses-5.6-r2.ebuild: + Drop USE="bootstrap build". + + 02 Jan 2008; Jeroen Roovers ncurses-5.6-r2.ebuild: + Stable for HPPA (bug #203575). + + 29 Dec 2007; Brent Baude ncurses-5.6-r2.ebuild: + Marking ncurses-5.6-r2 ppc64 for bug 203575 + + 28 Dec 2007; Raúl Porcel ncurses-5.6-r2.ebuild: + alpha/ia64/sparc/x86 stable wrt #203575 + + 28 Dec 2007; nixnut ncurses-5.6-r2.ebuild: + Stable on ppc wrt bug 203575 + + 28 Dec 2007; Doug Klima ncurses-5.6-r2.ebuild: + amd64 stable wrt bug #203575 + + 25 Aug 2007; Mike Frysinger + +files/ncurses-5.6-build.patch, ncurses-5.6-r2.ebuild: + Fix --disable-warnings and use it when USE=ada #184700. + + 23 Jul 2007; Joshua Kinard ncurses-5.6-r1.ebuild: + Stable on mips, per #184675. + + 10 Jul 2007; Gustavo Zacarias ncurses-5.6-r1.ebuild: + Stable on sparc wrt #184675 + + 10 Jul 2007; Christoph Mende ncurses-5.6-r1.ebuild: + Stable on amd64 wrt bug #184675 + + 09 Jul 2007; Raúl Porcel ncurses-5.6-r1.ebuild, + ncurses-5.6-r2.ebuild: + -r1 stable on alpha wrt #184675 and revert -r2 to ~arch + + 09 Jul 2007; Jeroen Roovers ncurses-5.6-r1.ebuild: + Stable for HPPA (bug #184675). + + 09 Jul 2007; Joseph Jezak ncurses-5.6-r1.ebuild: + Marked ppc and ppc64 stable for bug #184675. + +*ncurses-5.6-r2 (09 Jul 2007) + + 09 Jul 2007; Mike Frysinger +ncurses-5.6-r2.ebuild: + Update configure options used; tie more to USE=debug and USE=profile. + + 30 Jun 2007; Raúl Porcel ncurses-5.6-r1.ebuild: + ia64/x86 stable + + 30 Apr 2007; Fabian Groffen ncurses-5.5-r3.ebuild, + ncurses-5.6.ebuild, ncurses-5.6-r1.ebuild: + Removed weird darwin hacks + + 22 Apr 2007; Bryan Østergaard ncurses-5.6.ebuild: + Stable on Mips, bug 173728. + + 10 Apr 2007; Jeroen Roovers ncurses-5.6.ebuild: + Stable for HPPA (bug #173728). + + 09 Apr 2007; Bryan Østergaard ncurses-5.6.ebuild: + Stable on Alpha, bug 173728. + + 09 Apr 2007; nixnut ncurses-5.6.ebuild: + Stable on ppc wrt bug 173728 + + 09 Apr 2007; Gustavo Zacarias ncurses-5.6.ebuild: + Stable on sparc wrt #173728 + + 08 Apr 2007; Markus Rothe ncurses-5.6.ebuild: + Stable on ppc64; bug #173728 + + 08 Apr 2007; Christian Faulhammer ncurses-5.6.ebuild: + stable x86/amd64, bug 173728 + +*ncurses-5.6-r1 (08 Apr 2007) + + 08 Apr 2007; Mike Frysinger +ncurses-5.6-r1.ebuild: + Include coverity fixes from upstream. + + 21 Feb 2007; Mike Frysinger ncurses-5.4-r6.ebuild, + ncurses-5.5-r3.ebuild, ncurses-5.6.ebuild: + Preserve libncursesw.so.5 when building with USE=-unicode #106820 by Harald + van Dijk. + +*ncurses-5.6 (17 Jan 2007) + + 17 Jan 2007; Mike Frysinger + +files/ncurses-5.6-gfbsd.patch, +ncurses-5.6.ebuild: + Version bump #162561 by Michael Cramer. + + 16 Jan 2007; Mike Frysinger ncurses-5.5-r3.ebuild: + Dont compress manpages #162396 by Michael Cramer. + + 28 Oct 2006; Diego Pettenò + files/ncurses-5.5-gfbsd.patch: + Make sure also DragonFly get the configure changed for ELF linkage, thanks + to Robert Sebastian Gerus for reporting. + + 17 Oct 2006; Roy Marples ncurses-5.5-r3.ebuild: + Added ~sparc-fbsd keyword. + + 27 Sep 2006; Fernando J. Pereda ncurses-5.5-r3.ebuild: + Stable on alpha as per bug #149048 + + 26 Sep 2006; Gustavo Zacarias ncurses-5.5-r3.ebuild: + Stable on sparc wrt #149048 + + 26 Sep 2006; Gustavo Zacarias ncurses-5.5-r3.ebuild: + Stable on hppa wrt #149048 + + 26 Sep 2006; Simon Stelling ncurses-5.5-r3.ebuild: + stable on amd64 + + 26 Sep 2006; Joshua Jackson ncurses-5.5-r3.ebuild: + Stable x86; bug #149048 + + 25 Sep 2006; ncurses-5.5-r3.ebuild: + Stable on ppc wrt bug 149048 + + 25 Sep 2006; Markus Rothe ncurses-5.5-r3.ebuild: + Stable on ppc64; bug #149047 + + 09 Jul 2006; Joshua Kinard ncurses-5.5-r2.ebuild: + Marked stable on mips. + + 27 Jun 2006; Mike Frysinger ncurses-5.5-r3.ebuild: + Add support for USE=trace #136977 by Fredrik Klasson. + +*ncurses-5.5-r3 (27 Jun 2006) + + 27 Jun 2006; Mike Frysinger + +files/ncurses-5.5-terminfo-gnome.patch, +ncurses-5.5-r3.ebuild: + Fixup term settings for gnome-terminal #122566 by Ed Catmur. + + 25 Jun 2006; Guy Martin ncurses-5.5-r2.ebuild: + Stable on hppa. + + 19 Jun 2006; Thomas Cort ncurses-5.5-r2.ebuild: + Stable on alpha wrt Bug #136414. + + 12 Jun 2006; Simon Stelling ncurses-5.5-r2.ebuild: + stable on amd64 + + 11 Jun 2006; Torsten Veller ncurses-5.5-r2.ebuild: + Stable on x86 (#136414) + + 11 Jun 2006; Jason Wever ncurses-5.5-r2.ebuild: + Stable on SPARC wrt bug #136414. + + 11 Jun 2006; Markus Rothe ncurses-5.5-r2.ebuild: + Stable on ppc64; bug #136414 + + 11 Jun 2006; ncurses-5.5-r2.ebuild: + Stable on ppc; bug #136414 + + 07 Jun 2006; Joshua Kinard ncurses-5.4-r5.ebuild, + ncurses-5.4-r6.ebuild, ncurses-5.5-r2.ebuild: + Add an RDEPEND so gpm gets included properly during Catalyst runs. + + 30 Mar 2006; Diego Pettenò ncurses-5.5-r2.ebuild: + Add ~x86-fbsd keyword. + +*ncurses-5.5-r2 (08 Mar 2006) + + 08 Mar 2006; Mike Frysinger +ncurses-5.5-r2.ebuild: + Make sure we move the wide versions of libs to /usr/lib as well. + + 31 Dec 2005; Diego Pettenò ncurses-5.5-r1.ebuild: + Use $CHOST checks instead of $USERLAND checks for moving libraries around. + + 14 Dec 2005; Diego Pettenò + files/ncurses-5.5-gfbsd.patch: + Make sure that also dragonfly is tested when linking, or ncurses will fail + ./configure there. Thanks to arachnist for testing. + + 10 Nov 2005; Diego Pettenò + +files/ncurses-5.5-gfbsd.patch, ncurses-5.5-r1.ebuild: + Add patch from gentoo-alt overlay to use Linux soname naming on FreeBSD to + avoid linking breakage. + +*ncurses-5.5-r1 (10 Nov 2005) + + 10 Nov 2005; Mike Frysinger +ncurses-5.5-r1.ebuild: + Add support for --enable-const #111961 by Horst Schirmeier. + +*ncurses-5.5 (20 Oct 2005) + + 20 Oct 2005; Mike Frysinger +ncurses-5.5.ebuild: + Version bump #109838 by Vorobyev Dmitri. + +*ncurses-5.4.20050827 (15 Sep 2005) + + 15 Sep 2005; Mike Frysinger -ncurses-5.4.20050827.ebuild: + Punt since it is binary incompat with earlier versions. Next jumbo patchset + should address this though. + + 29 Jun 2005; Joshua Kinard ncurses-5.4-r6.ebuild: + Marked stable on mips. + + 06 Jun 2005; Markus Rothe ncurses-5.4-r6.ebuild: + Stable on ppc64 + + 29 May 2005; ncurses-5.4-r5.ebuild: + - update sys-libs/ncurses to use libc expanded variable elibc_uclibc vs uclibc + so USE=-* works + + 10 May 2005; Mike Frysinger + ncurses-5.4.20050319.ebuild: + Install libraries into /usr/lib on Darwin #92018. + + 01 May 2005; Michael Hanselmann ncurses-5.4-r6.ebuild: + Stable on ppc. + +*ncurses-5.4.20050319 (28 Apr 2005) + + 28 Apr 2005; Mike Frysinger + +ncurses-5.4.20050319.ebuild: + Add patch from upstream. + + 28 Apr 2005; Gustavo Zacarias ncurses-5.4-r6.ebuild: + Stable on sparc + +*ncurses-5.4-r6 (23 Mar 2005) + + 23 Mar 2005; Mike Frysinger +ncurses-5.4-r6.ebuild: + Install both normal ncurses and wide ncurses with USE=unicode. Take a page + from RedHat to do this. + + 22 Mar 2005; Heinrich Wendel ncurses-5.4-r5.ebuild: + add warning for bug #78313 + + 30 Jan 2005; Mike Frysinger ncurses-5.4-r5.ebuild: + Since gpm no longer DEPENDs on autoconf, it should be save to DEPEND on again. + + 03 Jan 2005; Ciaran McCreesh : + Change encoding to UTF-8 for GLEP 31 compliance + + 07 Dec 2004; ncurses-5.4-r5.ebuild: + - Stopped abusing uclibc for cxx handling, the ebuild now uses nocxx bug + #73633 - enable work around --program-prefix= as ncurses will pick up the arch + tuple and put it in the program prefix incorrectly as + arch-vendor-linux-- + + 17 Oct 2004; Dylan Carlson ncurses-5.4-r5.ebuild: + stable on amd64. + + 04 Oct 2004; Pieter Van den Abeele + ncurses-5.4-r5.ebuild: + PPC stable + + 02 Oct 2004; Bryan Østergaard ncurses-5.4-r5.ebuild: + Stable on alpha. + + 25 Sep 2004; Joshua Kinard ncurses-5.4-r5.ebuild: + Marked stable on mips. + + 22 Sep 2004; Gustavo Zacarias ncurses-5.4-r5.ebuild: + Stable on sparc + + 21 Sep 2004; Heinrich Wendel ncurses-5.4-r5.ebuild: + mark x86 + + 08 Sep 2004; Mike Frysinger ncurses-5.3-r5.ebuild, + ncurses-5.4-r1.ebuild, ncurses-5.4-r2.ebuild, ncurses-5.4-r3.ebuild, + ncurses-5.4-r4.ebuild, ncurses-5.4-r5.ebuild: + Generate a ldscript for libcurses.so too #51901. + + 02 Sep 2004; Travis Tilley ncurses-5.4-r1.ebuild, + ncurses-5.4-r2.ebuild, ncurses-5.4-r3.ebuild, ncurses-5.4-r4.ebuild, + ncurses-5.4-r5.ebuild: + changed CONF_LIBDIR to $(get_libdir), since the get_libdir function has sane + defaults when using a version a portage without CONF_LIBDIR support + +*ncurses-5.4-r5 (30 Aug 2004) + + 30 Aug 2004; Guy Martin +ncurses-5.4-r5.ebuild: + Unconditonal use of -fPIC (#55238). + + 19 Aug 2004; Travis Tilley ncurses-5.4-r4.ebuild: + fix utf-8 support so that it doesnt totally bork installs with a /lib64 + directory. fixes bug 60920 + +*ncurses-5.4-r4 (19 Aug 2004) + + 19 Aug 2004; Heinrich Wendel ncurses-5.4-r4.ebuild: + add utf-8 support, bug #20006, #27700 + + 17 Aug 2004; Michael Sterrett ncurses-5.4-r3.ebuild: + IUSE doc + + 17 Aug 2004; Aron Griffis ncurses-5.4-r3.ebuild: + stable on alpha and ia64 + + 14 Aug 2004; Travis Tilley ncurses-5.4-r1.ebuild, + ncurses-5.4-r2.ebuild, ncurses-5.4-r3.ebuild: + added CONF_LIBDIR support for installing to lib64/lib32 + + 11 Aug 2004; Michael Sterrett ncurses-5.3-r5.ebuild, + ncurses-5.4-r1.ebuild, ncurses-5.4-r2.ebuild, ncurses-5.4-r3.ebuild: + gnuconfig_update in src_unpack + +*ncurses-5.4-r3 (28 Jul 2004) + + 28 Jul 2004; Jon Portnoy ncurses-5.3-r5.ebuild, + ncurses-5.4-r1.ebuild, ncurses-5.4-r2.ebuild, ncurses-5.4-r3.ebuild : + Updated ebuilds to use --enable-symlinks per bug #41886. + + 02 Jul 2004; Jeremy Huddleston + ncurses-5.3-r5.ebuild, ncurses-5.4-r1.ebuild, ncurses-5.4-r2.ebuild: + virtual/glibc -> virtual/libc + + 27 Jun 2004; Aron Griffis ncurses-5.3-r5.ebuild: + QA - fix use invocation + +*ncurses-5.4-r2 (19 Jun 2004) + + 19 Jun 2004; ncurses-5.4-r2.ebuild: + Add missing IUSE='build bootstrap' flags and new uclibc IUSE flag. Remove + extraneous ncurses libraries when bootstraping and or when uclibc is set. + + 07 Jun 2004; Mike Frysinger ncurses-5.4-r1.ebuild: + Move back into ~ppc since latest xfree/xorg-x11/gcc combination should fix the + xfree compile bug. + + 15 May 2004; Joshua Kinard ncurses-5.4-r1.ebuild: + Marked stable on mips. + + 13 Apr 2004; Mike Frysinger ncurses-5.3-r1.ebuild + ncurses-5.3-r2.ebuild ncurses-5.3-r3.ebuild ncurses-5.3-r4.ebuild + ncurses-5.4.ebuild ncurses-5.4-r1.ebuild : + Prune out old ebuilds since KEYWORDS overrides the previous ones and + add back in parallel support with 5.4 via (emake). Tested on a P4 with -j + and on a 8way with -j16 ;). + + 02 Apr 2004; Jon Portnoy ncurses-5.4.ebuild, + ncurses-5.4-r1.ebuild : + Revert gpm support entirely due to bootstrap problems. + + 30 Mar 2004; ncurses-5.4-r1.ebuild, ncurses-5.4.ebuild: + Make gpm support not come in if USE=bootstrap, fix bootstrap with USE=gpm set + + 29 Mar 2004; Jon Portnoy ncurses-5.4.ebuild, + ncurses-5.4-r1.ebuild : + Added gpm support. Bug #22005. + + 26 Mar 2004; Jason Wever ncurses-5.4-r1.ebuild: + Marked ncurses-5.4-r1 stable on sparc again. + + 16 Mar 2004; ncurses-5.4-r1.ebuild: + new filter-ldflags function in flag-o-matic allows us to filter exactly what + we need here which is -pie.. So lets use that function vs all of filter-flags + and all it's glory + + 15 Mar 2004; Jason Wever ncurses-5.4-r1.ebuild, + ncurses-5.4.ebuild: + Marked ncurses-5.4.* to testing on sparc as it breaks things and never was in + testing first. + + 12 Mar 2004; ncurses-5.4-r1.ebuild: + ncurses fails to link properly with global LDFLAGS=-pie so we filter it + + 08 Mar 2004; Bartosch Pixa ncurses-5.4-r1.ebuild, + ncurses-5.4.ebuild: + set ~ppc as 5.4 breaks building xfree on ppc + + 07 Mar 2004; Joshua Kinard ncurses-5.3-r5.ebuild: + Marked stable on mips. + +*ncurses-5.4-r1 (03 Mar 2004) + + 03 Mar 2004; Martin Schlemmer ncurses-5.4-r1.ebuild, + files/ncurses-5.4-xterm.patch: + Do not use current capabilities for xterm terminfo, but rather those of older + xfree 4.3 (matches ncurses 5.3 behaviour ...). Bug #43432. + +*ncurses-5.4 (29 Feb 2004) + + 29 Feb 2004; Martin Schlemmer ncurses-5.4.ebuild, + files/ncurses-5.4-share-sed.patch, files/ncurses-5.4-xterm.patch: + Update version, closes bug #43302. + + 29 Feb 2004; Martin Schlemmer ncurses-5.3-r5.ebuild, + files/ncurses-5.3-share-sed.patch: + Sed replaces all 'share' in patch with 'lib', which causes sandbox errors with + a PORTAGE_TMPDIR with 'share' in it, bug #42336. + Patch by gna . + + 21 Feb 2004; Brad House ncurses-5.3-r5.ebuild: + mark stable on amd64 and ppc64 + + 16 Feb 2004; Brandon Low ncurses-5.3-r5.ebuild: + Bump to stable on ARM to fix a bad dep from less + + 17 Jan 2004; Christian Birchinger ncurses-5.3-r5.ebuild: + Added sparc stable keyword + + 16 Jan 2004; Joshua Kinard ncurses-5.3-r1.ebuild, + ncurses-5.3-r2.ebuild, ncurses-5.3-r3.ebuild, ncurses-5.3-r4.ebuild, + ncurses-5.3-r5.ebuild: + Added gnuconfig support for mips in ncurses-5.3-r2 through -r5 and bumped -r1 + back into arm unstable to fix dependency issue. + + 15 Jan 2004; Aron Griffis ncurses-5.3-r5.ebuild: + stable on alpha and ia64 + +*ncurses-5.3-r5 (11 Jan 2004) + + 11 Jan 2004; Martin Schlemmer ncurses-5.3-r5.ebuild, + files/ncurses-5.3-coretutils.patch, files/ncurses-5.3-coreutils.patch: + We need the basic terminfo files in /etc, bug #37026. We will + add '--with-terminfo-dirs="/etc/terminfo:..." to ./configure and + then populate /etc/terminfo in src_install() ... + + 28 Dec 2003; Joshua Kinard ncurses-5.3-r2.ebuild: + Move to mips stable (~mips -> mips) + + 22 Dec 2003; Guy Martin ncurses-5.3-r4.ebuild : + Marked stable on hppa. This will add -fPIC to ncurses. + + 14 Dec 2003; Guy Martin ncurses-5.3-r2.ebuild: + Marked stable on hppa. + + 10 Dec 2003; Aron Griffis ncurses-5.3-r4.ebuild: + Use the brand-spanking-new 64-bit eclass for -fPIC + + 08 Nov 2003; Brad House ncurses-5.3-r4.ebuild: + need -fPIC for amd64 for building static libs as well as shared libs + + 04 Nov 2003; Brad House ncurses-5.3-r4.ebuild: + mark stable on amd64 + + 04 Nov 2003; Christian Birchinger ncurses-5.3-r2.ebuild: + Added sparc stable keyword + + 22 Oct 2003; Bartosch Pixa ncurses-5.3-r4.ebuild: + set ppc in keywords + + 17 Sep 2003; Jon Portnoy ncurses-5.3-r4.ebuild : + ia64 keywords. + + 16 Aug 2003; Nick Hadaway ncurses-5.3-r{1-4}.ebuild: + Changed the die message for make so users aren't confused. + +*ncurses-5.3-r4 (04 Aug 2003) + + 04 Aug 2003; Aron Griffis ncurses-5.3-r4.ebuild: + Need to inherit eutils for gen_usr_ldscript + +*ncurses-5.3-r3 (01 Aug 2003) + + 01 Aug 2003; Aron Griffis ncurses-5.3-r3.ebuild, + files/xterm-debian.ti: + Add xterm-debian terminfo entry for bug 18486 + +*ncurses-5.3-r2 (11 Jun 2003) + + 01 Jul 2003; Todd Sunderlin ncurses-5.3-r2.ebuild, + set stable on sparc + + 11 Jun 2003; Seemant Kulleen ncurses-5.2-r7.ebuild, + ncurses-5.2.20020511-r3.ebuild, ncurses-5.3-r2.ebuild, + files/ncurses-5.3-xterm.patch: + bartron submitted a patch which allows home and end keys to + work in things like nano. Thanks to him in bug #21356 + + 13 Mar 2003; Olivier Reisch ncurses-5.3-r1.ebuild : + Marked ppc stable + + 07 Feb 2003; Zach Welch ncurses-5.3-r1.ebuild : + Added arm to keywords. + + 07 Feb 2003; Guy Martin ncurses-5.3-r1.ebuild : + Added hppa to keywords. + + 06 Jan 2003; Jan Seidel ncurses-5.2.20020511-r3 : + Added mips to keywords. + + 01 Jan 2003; Nick Hadaway ncurses-5.3-r1.ebuild : + Added --without-ada to build options as a newer version of ncurses and + a modified gcc are required for this support. See bug #12288 and + #11204. + + 10 Dec Martin Schlemmer ncurses-5.3-r1.ebuild : + Mark as stable for x86. + + 06 Dec 2002; Rodney Rees : + Changed sparc ~sparc keywords + +*ncurses-5.2-r7 (26 Oct 2002) +*ncurses-5.2.20020511-r3 (26 Oct 2002) +*ncurses-5.3-r1 (26 Oct 2002) + + 28 Mar 2003; Christian Birchinger ncurses-5.3-r1.ebuild: + Added sparc stable keyword + + 24 Feb 2003; Nicholas Wourms ncurses-5.3-r1.ebuild : + Tested on mips extensively, works fine. Marked as stable for mips. + + 10 Nov 2002; Nick Hadaway ncurses-5.3-r1.ebuild : + Marked unstable and unmasking. + + 26 Oct 2002; Martin Schlemmer ncurses*.ebuild : + Add linker scripts in /usr/lib to fix bug #4411. + +*ncurses-5.3 (17 Oct 2002) + + 23 Oct 2002; Martin Schlemmer ncurses-5.3.ebuild : + + Because ncurses-5.3 have c++ bindings, we cannot enable them during + bootstrap. Thus disable it if "build" or "bootstrap" in USE, and + then get bootstrap.sh to rebuild it afterwards without those flags. + Also fix a problem where old build images had ncurses-5.2 libs, which + did not get removed. + + 17 Oct 2002; Nick Hadaway ncurses-5.3.ebuild, + files/digest-ncurses-5.3 : + New version of ncurses. Many years worth of fixes culminating to a + new release. + +*ncurses-5.2.20020511-r2 (3 Sep 2002) +*ncurses-5.2-r6 (3 Sep 2002) + + 3 Sep 2002; Martin Schlemmer ncurses-5.2.20020511-r2, + ncurses-5.2-r6 : + + Change --enable-termcap to --disable-termcap. This fixes the starup + problems in screen with the presence of /etc/termcap. This should + close bug #7060. NOTE: remerge screen after ncurses update. + +*ncurses-5.2.20020511-r1 (9 Jun 2002) + + 31 Jul 2002; Seemant Kulleen : + + the second gcc-3.1 patch (from files/) attempts to replace lines in the + cursesw.cc file that do not even exist any longer. the patch fails. It + has been commented out, with the hope that whoever generated it for the + older snapshots will investigate and sort this out. ncurses, it must be + noted, appears to work well in production, despite the failed patch, + anyway. + + 24 Jul 2002; Spider : + change CXXFLAGS in the ebuild to accomodate for -fno-exceptions + + 15 Jul 2002; Mark Guertin + Added ppc to keywords + + 26 June 2002; mark Guertin : + + changed bzcat to bunzip2 -c (bzcat doesn't exist until + building bzip2 outside of USE="build" so this broke + building stage1) + + 9 Jun 2002; Dan Armak : + + Add bzip2 as a dep so that said patch, which is compressed, can be applied. + +*ncurses-5.2.20020511-r1 (26 May 2002) + + 26 May 2002; Preston A. Elder : + + Added patch to make it work with gcc 3.1 + +*ncurses-5.2.20020511 (18 May 2002) + + 18 May 2002; Donny Davies : + + New snapshot for gcc-3.x testing. + +*ncurses-5.2.20020112a-r1 (205 Apr 2002) + + 05 Apr 2002; Geert Bevin : + + Small header file fix to make apps that use ncurses compile correctly with gcc3. + +*ncurses-5.2.20020112a (21 Mar 2002) + + 21 Mar 2002; Grant Goodyear : + + New version that compiles w/ gcc3. + +*ncurses-5.2-r5 (21 Mar 2002) + 04 Aug 2002; Spider ncurses-5.2-r5.ebuild : + filter out -fno-exceptions from this build as well. + + 12 Mar 2002; Seemant Kulleen ncurses-5.2-r5.ebuild : + + stefan@mdy.univie.ac.at pointed out html documentation getting gzipped + unnecessarily. This is now fixed in r5. I noticed a prior r4 which does + not work anyway, so this is based off r3. + +*ncurses-5.2-r3 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/Manifest b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/Manifest index 814d8e4a0e..11e86100f8 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/Manifest +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/Manifest @@ -1,40 +1,32 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -AUX ncurses-5.6-build.patch 265 SHA256 51cc2319ad1f854500d76ec978897f6af92d31cebb7f454c1fd649568ad4a251 SHA512 9b3643c1660237332474027293ff8718b02bf8795275b5fabf0efa96ec6dfa0f80c0e6a3a5c7c331456d2b47f1e65f9ccb0b67490ca60285e4fbc97ae5cddad8 WHIRLPOOL ea8d7a6541c1b7b4305bdca22c0bc6ce48bc53a4e1834889ff45bb76d38698559c2392307c4ff8bc9ed1f8812cc6a391155056cf9379fb14a4e9869fe064eddb -AUX ncurses-5.6-gfbsd.patch 817 SHA256 d9e94c5068a22d32f52c5db6aadc3793af11bb0c08b006e375921726931e0065 SHA512 e7aca7a38d7ef6c296ff62b4a8e87c71dc4a578126cba679bdea004aa1f284e44b877bd353d71a16cdf9ff0489216852173ebe49b85b53065ffa62ef2cee4097 WHIRLPOOL 0f454cb42f4bc3b6def9b084cddd419a1b0bcb183a3b4b0972e67b7b45ba39b7937da08df63a5e7c2a2b77e5c2f99c516f5f2f0fe0ab542508ffe0def0970b39 -AUX ncurses-5.7-emacs.patch 1934 SHA256 daf300b7ba0bef6fc685b63f657dc4d864b53da77454129783d767522f1374b0 SHA512 da63905d38370b4758d8aa09ec24025258549a35790016984b968b16b84f40338b8d2aa1d77ff12faa953a4ad22376f597b64545fc859ecc7b155288ea154c1a WHIRLPOOL 1e08aad698d6266d9c250e0406647286037c7cc8b426b9cc9c4298482830a8ac774d1fd8b84eeafe28469392bd7f6fd077c7a82653433ef86f127f71e38abedb -AUX ncurses-5.7-hashdb-open.patch 1893 SHA256 f9ab706816b270e06629ace613fcffb8ad78532075dc7ae52e27c77071b2aa66 SHA512 2e9764910c0ec21cb60ccff01977f6e658660aed32717cbc642e001bd8143bbd8d46c09b27fa91d4def1161fc8f14145cd5e34a302ae17541b7f11e12e121378 WHIRLPOOL 1683d75fe4b320ce4b90ade81a5b6d0cb006c104f0cbbc8431eab86754f790db7c3f893345bddca679ad3f11488b768d5af319ad01ad0e9a1bdf7356b85d9e37 AUX ncurses-5.7-nongnu.patch 361 SHA256 7efcf3daf57d73e348bea1ea7ee77071aef5338631958fd0db595a011570cec4 SHA512 818a3ac1c68c1a11f23471195a32793c5546c5b37a724989cc58f3fad50fd3c8608762efc5d72e986f3c77ccdfbb72f27224f64ef415a96d71924a9f1d3b1b5f WHIRLPOOL a93e22415092ab51f769e42586813c8fed5b502e1dd86d09844f524876ac025ca81399dde483478087bb6241214f85c29a27f8b4ccadc2aec37be99dc7d6da1b -AUX ncurses-5.7-rxvt-unicode-9.09.patch 3724 SHA256 ad8f72dd1b70f1d365e86330238e6ee45bd38587fb01b61e9cdf758ef90ee958 SHA512 7beaf34e885bfd6029e5ac564c11f13afc3506f5ad0ec9424addfda575e7811682b6be739a34aa045adc6929a896cad5d4ea5dae989b5499512e8d6606b52468 WHIRLPOOL da398c48fd9d4d0fb408b5aa6128cf13335f1735c6f77d7fc744f3b7312ebf462b4bb5b2a63b531ff29becf64b2f26dc64d013ab864c0ed85aff3d321ec4111f -AUX ncurses-5.7-rxvt-unicode.patch 3339 SHA256 6c1ea8169e9f11de2c598fc0c15cb3814445e5a6d5a2d82bd31fc90634ab4b54 SHA512 73f62a145d99f035d6994626df604ea5d96ab7bab4cbeb791da55c360e8c1ec15e2dfdba0fecdc25cd7609a272eabd675e8792490c627dfa9fb4f76e1fd58714 WHIRLPOOL b275b4e55c04a1b35f84d6521a045d4200e9fc251f0bbe81a68de7b704789cd98d7f3d1ba081af20f3e1deabb66209d4d38aaa2096bb3e8ad124f18fb1cbc152 -AUX ncurses-5.7-tic-cross-detection.patch 1656 SHA256 afadd1db1530054cb745193723435a3dffceb9de541abc92caace89c2ea429a5 SHA512 7dba9eb4aa07536d34ec87b4c4a1fda47378ecce4b54ecb4681734c6e8e7784848a8491972ef4a89de29e0bfcc7fc9aeb6f912521a50a14031b72220e79317f6 WHIRLPOOL bb6aeecf0ee34b16b10b2ed157b318da8c49cb10b32879dc0036f33a21cd9a5fe082fe33fab550df342e0d3a01ef627ec1031e009467fd542d72bc26179604ce AUX ncurses-5.8-gfbsd.patch 695 SHA256 68c405dcd1b2bbad1d4880d906ba9e02ad62691c63edfb363ad767ee01079e82 SHA512 d4c375107415b7eaf5f8e04b697ef16998855b5f1d745766a14a7e9523d12b24d0841e6559217eccf62535f54e0d240eabaa3da1571964f1bb150b0c0cd102a2 WHIRLPOOL 6c2f865bc22a3932f6f973f7b53c5a50254505c4944c656af95c2399933c31acc5d5536d59fe9fe7c59ef537ce0d39ca19c9d0558e4aaacb7122749a575cadac -AUX ncurses-5.8-rxvt-unicode.patch 3724 SHA256 385b6b2afe7b95e3ad172ece63ea60ee2b8db5b5c83f55209fbd319be5edf380 SHA512 bc509b6ff54fd6e90ce236285f90535c09d8a8ae75d42a320c6543214bc3311d850229f222eb8e62c10a47cd47b0e66d175bfcb86ac3c5d099ed2583518771b4 WHIRLPOOL 1787de8aed6bfd7998e7271b23ab133a015ea6264591a7ea293435c89bb1ec186396c7510a1b6b0cb80d79f916d82e0da743e192b1426db46a16121320d3c07c AUX ncurses-5.9-fix-clang-build.patch 1291 SHA256 0ffec4dbc7dc4a2356460c2a001b6ffbd8b060ae0afbdf3551a13575c20830d0 SHA512 d911441e2e2e2a752236f1eee42955b43ffabe37e47c337a86562c3708aca1fc2650ce77fe5aa6197eb8e9a67958a4b4db8f4344d22fe15868e25b933b175bb1 WHIRLPOOL d5d363f6d7cdcc350b195066c8183609bd9351a48603acdae2f374af13afb23a7bd05cbac86b13d2162daf5bd895eb5acce4769fce2f0b4b8da2896e00d1f846 +AUX ncurses-5.9-gcc-5.patch 1367 SHA256 6d40c4841e031fbb8b1ea6691b112aabc398d23b20b4458ec0b6eb78c33af88d SHA512 200388ee1e8d8f656620d067e8993f79a50ed1a6ebee41ce8bd32b2a61cbe10c93347e2604229b58299c457640b247261a4d05afe60802dd4cce80d17bc2f10c WHIRLPOOL afe4c3854c2fe8096ffa87b5b7e0076a4814ab90ab463346386e4f3ef24295c5c44ae588b8c3147399505072d8cbbf45b9970bacbffba709500bbbdb43a77bf3 +AUX ncurses-5.9-no-I-usr-include.patch 1431 SHA256 496e5dea489d60078344df651c3c2ea06d3dd083d83add0df60dde9104197154 SHA512 a58aec17e4c2edb3f8ed3f414ec6a89afe9f5fcc7cea898774a1fd7e7e892f9b66b1c2bdc74381dd5e8c9cf6968ad922406974f9ece8b38095b29e32d3ff0805 WHIRLPOOL d390ee0439f89dacaa9b5ea5402fc4e6bcf3d48b4bc77c93ff882fcd93f611f99ebd0ae4ce91eea1bec83b4d0191e0ead3361447448a84fc59496e6295116042 +AUX ncurses-5.9-pkg-config.patch 1022 SHA256 8b32d53c4a94eeb78f39c29b1e66813bdb2fd5225f96ab7c26950f96679b58fb SHA512 a5578a4a6c2a334a77084da21d61d4a9edd7b82f027d7f54ed7be194ace5076fe86dc51ada916388feeb970255bf3bfbb09cd33072b1ef21de0dbaa5ee45fdf6 WHIRLPOOL 9056961c1b617ca3286cc4c528a5b5da821a5472da105d82b56c925034454a600e818265627d2f17dbad5184ecf78ea4d14807838bed789ca01a85f39755b656 AUX ncurses-5.9-rxvt-unicode-9.15.patch 3804 SHA256 ae684be42600ac3bbbf6e7be61e085524f65d86c20da8c453b10c27516e30b27 SHA512 82c0a9600f6ca8f36bbdce6f11a96906983fc9efd6b5f1e17134e12283e29b16d04f5e66c10edbcb7087cc4cb8fc23ddd065f9b6c8b0bf72ca684b68383e5131 WHIRLPOOL 1e2fe441d97671b84f49388555c351b235a93704fb7fcf13c14343db569cc91f21d75b60eb635c4c1c3ad18778bcb50e5aa63d25583224ed644edff35356dd2c -DIST ncurses-5.7.tar.gz 2445052 SHA256 0a9bdea5c7de8ded5c9327ed642915f2cc380753f12d4ad120ef7da3ea3498f4 SHA512 9fda7283cd50ab9d8b9181935be7c31c4ae4c974f2eee186a5dbe8c3ce5522e5c200f06af48aa22b44cdab16a22795cfc8dc36a4258e6d826b454216dfcea3c6 WHIRLPOOL 696258b29783b078bd83631fef90388fe2bcd92ed94ace55cfae44cfa08afbf4fb29c3902d17216f3f059ee78cb61f69eed64b05a33332ddd85cecade7af6af3 DIST ncurses-5.9.tar.gz 2826473 SHA256 9046298fb440324c9d4135ecea7879ffed8546dd1b58e59430ea07a4633f563b SHA512 d7c5e54b6d4d8b9211f0006ca8786f7609d180cc1aaebf4f25e7e35e12959779cf66447359a602daed625621ca32b0d910d67aef3eb8b6fdc3c373819a88faa1 WHIRLPOOL 069e98c6392ce9aca960c72a20f1a502387d33a4b237aaeaa95548024ce4d47b129eafbe0288d21c590e725fe71aaca21cacb300f11a660b7234cb39a777672a -EBUILD ncurses-5.7-r7.ebuild 5156 SHA256 3c1f3374af972166fd9418035accd4b06702aaf4de0880cba7bdfcf3083cd598 SHA512 eb7ad4c6b3e13e46c1be8453bac8e13e2073cc04c2f640e3b776388ae4c031e7f973088a47246f011329bc4a892235f3eecd73fed467f69a47709188252b22ad WHIRLPOOL bfee437aa6d657525df005b3899d4ece1046f20cd57824add4f13200ef4c0a2d0d6e96b016d631b552e3c4cc4cb6a703f4ecc18bf4cacf80cadc6107f53a4bac -EBUILD ncurses-5.9-r1.ebuild 5278 SHA256 a0b4642b95cef0e696c65ef4ba12324fe528777a2ee249627d33ea723146928e SHA512 bdacc83bf75a318a260edc1257d473d3200f6cb62e9e5a40f1ac65073b1b2d7fad9e3501ad975d041b32425d4194bed63733eaf743d69120849069f15dc5c234 WHIRLPOOL bd821d341991d98520da5ce4b0f8d0bf2c774ac91ab4af4ff3f318c7ac552d604cfaca23ec678565eef577b254c2d1fcc22f7f00e285ca2783db626c42a729b2 -EBUILD ncurses-5.9-r2.ebuild 5655 SHA256 3c20943e9c1c4865b52ff0847340e0288daa43cfd06b8ff7e1129c5b12463208 SHA512 c357cada54bb055fc25b4c47f34566875ec2b10cc144728c7bf284a874be33d7bae33bc0db6bd3f4163fdfce5ec36b581db5eab4d16016e229fea40a703364a9 WHIRLPOOL 55e264407ebd804e5f25d288af6740166259ac587671f892e1cded4d68ebde04d521edbb4f740f70dc1eed5b61206ed146dbe3efa4d5c1d071ef081994304385 -EBUILD ncurses-5.9.ebuild 4910 SHA256 0e95316b82ce63227e20f2653d239b289b527100459ab995efa370beeb798e3b SHA512 40f4db535eaa496460095a276979cda32b30d0f649bf0c2229e07c4ccd94e51d7de2021981474c112cccb1f4636d91ff27eda1599bb9d681d0d15d63dd6c401b WHIRLPOOL 79badbfdbf1b71dbceca73160c2623f97d8b472ff166d905d8a24ef50198e5668a90cf76f7eaa12d5c69a3e78d436e592cd0fe3dbbceaa6770905a1562fb75e3 -MISC ChangeLog 31011 SHA256 6c8fe0014425af8b311e30b43dbb3d8c9b128d0fa230f60361cc1c6c0c725a39 SHA512 da42132b24499522ae12153aad7dd7cb410a4b0385fbdd5bc084518f3244cf3a5618121d1a4c572309a342aa62eb7954faa799d90d030148099bc3eae0606b16 WHIRLPOOL 8714f37cae33f9a0b103061dce0e8e36e6671ba8efe993374d7b0cc0b4fec66cffe3bb19bd7536e6616b0450702b87bbca0eaa335ac8a7b87b852bee3be93dce +EBUILD ncurses-5.9-r3.ebuild 7079 SHA256 6469e2e8827f6b56e9eec89c4eeb8c27c05896458b3cb5d2e8c0178c4502362f SHA512 7881efb51872705471ba07c9a3b67c1bc2ecec34e54aaa197ee85486a638887a5f64961f824ac4c1cf9da1a18b89ccad6b99d01dd7e213acc135ddb265bec565 WHIRLPOOL 10d50400d41f67c2d8aad059553b7b6f1fc43ec97faa6fbe12d7f9d1b3002fdc466cf2fea84f523a3b70d25c771a02bfb784f93b306c4ca22d5188befbae5089 +EBUILD ncurses-5.9-r4.ebuild 7323 SHA256 3f1e36c5a38ad1009e2813a6eec91de04a1f5dea3c48f581b381001d2e074937 SHA512 1c652600c854faeda6f953be7385281a97b810747cd5a9329320068e7b13edec2c063deb180ee99a9c8360ba8c29b462dd8a59adef1de084a766ed7659ba7afb WHIRLPOOL a2db8f53975f5b2558f21b74f2d6da7df346244993d0c5940c4eebe10088475bdd18a1a569c1af6ec1853c145bb588d6e1a8877a4b78ab32a9640ac1dfbefd3f +MISC ChangeLog 34227 SHA256 c270819f5451e01fb6cf955db5572216a7ff623276e8c2a637c85211301b2fc9 SHA512 276e5b0a59cc7e28d230728a4b6db5e1761893ce68b54e693e37d9f6a0d7e364840648079f7ae862869a25315d90f5ba62dcf575212d008c32273c8a3af02a8c WHIRLPOOL d34b60dc0d336349e0240c6ef01e6258def63970fe2e2ee6efb62a889dfa40c46c6e8b38195f4cf742def6fffe877ba8af110d5569c10aa26a08d9a63e72e507 MISC metadata.xml 530 SHA256 3a0f1bf7ab8ec067416e6535c3270113b53716b12aac504a581acf5b27f8114f SHA512 27d968272c8d184804d9764bb2ec8fb86eb5826bfe14e7f445c7c5f0b89cc7fe4271546a6994d830cb1270fa93f187ded1c96b4f4f1fe1b5c417c78a2082dfd3 WHIRLPOOL 54ff921a2a89b19d6d75830033b7d18c0f7643af248bea029b1a7ebe201eded0eff54dde04858be08903cb6607e7cbcb8ca100712d4992324dbb757184150d44 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) +Version: GnuPG v2 -iQIcBAEBCAAGBQJRfbMsAAoJELEHsLL7fEFW4C8P/1n6o9T76V+2d/hxzz7SNNiw -KLYoq9HudOlN/qAqhKywvIqlxo09CRuVMztEJdcMqb+RR4zbMRWadNJIiIyvDNen -IRJm4qVpWhECB2vmFTOVuLblhOyg/M02+CaSSygIag1U90ENYZkson6HgB5f/8cs -1uK7DJdTdSCT2kan7dA6LX5TZv1DfO4FQKE9vj+h+2DMW01Nhi+D6HgJgfA0HElO -HrnhKpFu99VzZUFgbNvjYF24ETfBgC/cDPNW3UidQv7Xgw/nWx9rrYmIxwM9pf40 -Z02IZYuLPzcuwdKljPOD/sJiJqiQON03Y4jTLJt9o60EU8mUTeRmB/yGeQgGKa47 -xtzRSEZLWUM6YfVKfHr6EyXY1JCwQcYJRsjR8GUdxk5CSP1GNNB5pKtuFFVcJ+Iw -kEUML5uzrX/PDrzJ2oe3AJjSon11X4d9qn1HWIG79+TwyVO99RaE9tsuvHesLaM8 -ce2M4Vk3A1+8t/GCqa8SAAJmVAs8gJeyNDL21lA8cOOcrlcf6sWquDaUuiK5Fs3N -fMjEsZHbzlFoFghDC1BHX3aTdbFkEn6ZPm7N8y9tUAyF8gvf4oZVAzGdbtqzjbpb -rUShy1mgLO0+0d9g5eMGBEdRSldV4i9cFJzTbTqLzkfA5ADihcCv3svDDGSepFwX -fsLosj4FtyBNa8mBQZOq -=ZyY2 +iQIcBAEBCAAGBQJVIuhWAAoJEPGu1DbS6WIA1qcP+gK/XlRLEnGeq50Rb3vdZ8zW +4uEPSYesfkeTeau4CFjp8TomGGLSLECabbQEbB0yc2M/Ws4exN3r0PFxoOCl5Kd+ +CCsVf1AdyvPb7X7XgHc/L563oGEPGjAAr0JrHZTNV+hezvHorlH8hHWo3xISJmz/ +I82ebE8VoNrQobtxC27xTb0iDl8ayzzu50Qq18s0pyQO6SKLI495L2vYJcDZW8ys +LlD5bHun1bMf0Zwg3ZguzpJ1TWpdUqBdUfc5x8B29CwgB4AdsiOes5oEiiEQ1hDZ +ij/kqD3UKkL+khnKuvPLtdnZGjNYBDGwOUUj6uLSFLAdKvgjNXoSdd/6aWxB2SJ1 +aQy6+b2VGnPlmBb/4DgEaBZfiLVY69o64YAelkHZD7bA+c1q3os0qgk/frQrWM+D +gu/mq4ghbrqJyL7MFqc85pGJhlP9c+gnYJxqEygQQQ9RJXFNh4vJCWNJhOU/1haD +H9Br1m2gZl1tbZl6IvRIWBQju/LiZSDTIDnWSa9EhJe22zXth7ZrJK3mlMqFWDjo +ZGIw8JH0pNEx5vDhZdzoDTON2HEAdSrlnD2NyH32ixjqfz/i7uOWjzTc3Gu71lFF ++u4wVAp0Du0iaTPfMrO7NHghGykCOz4KvJ3Jl1pT4Xz2YUvcHPR5srCcPR4s/eKA +tZdf8rmbrW1pfYbYLMMw +=zCx5 -----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/files/ncurses-5.9-pkg-config.patch b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/files/ncurses-5.9-pkg-config.patch new file mode 100644 index 0000000000..7c3c04a449 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/files/ncurses-5.9-pkg-config.patch @@ -0,0 +1,26 @@ +disable the $PATH search for the PKG_CONFIG tool. it isn't needed and just +gets in the way when setting to a value that might not yet exist. + +disable the existence test for the PKG_CONFIG_LIBDIR dir. it breaks when you +cross-compile for an ABI that doesn't exist in the root dir (--build). + +--- a/configure ++++ b/configure +@@ -3582,7 +3582,7 @@ fi + esac + + test -z "$PKG_CONFIG" && PKG_CONFIG=none +-if test "$PKG_CONFIG" != none ; then ++if false ; then + + if test "x$prefix" != xNONE; then + cf_path_syntax="$prefix" +@@ -3626,7 +3626,7 @@ echo $ECHO_N "checking if we should install .pc files for $PKG_CONFIG... $ECHO_C + PKG_CONFIG_LIBDIR=`echo "$PKG_CONFIG" | sed -e 's,/[^/]*/[^/]*$,,'`/lib/pkgconfig + fi + PKG_CONFIG_LIBDIR=`echo "$PKG_CONFIG_LIBDIR" | sed -e 's/^://' -e 's/:.*//'` +- if test -n "$PKG_CONFIG_LIBDIR" && test -d "$PKG_CONFIG_LIBDIR" ; then ++ if test -n "$PKG_CONFIG_LIBDIR" ; then + + # Check whether --enable-pc-files or --disable-pc-files was given. + if test "${enable_pc_files+set}" = set; then diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/metadata.xml b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/metadata.xml new file mode 100644 index 0000000000..78563648f1 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/metadata.xml @@ -0,0 +1,14 @@ + + + +base-system + + Add bindings for the ADA programming language + + Build curses library (libncurses) sep from the low-level terminfo + library (libtinfo) -- usually needed only for binary packages -- but + it is binary compatible in either mode + + Enable test trace() support in ncurses calls + + diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r104.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r5.ebuild similarity index 69% rename from sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r104.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r5.ebuild index e2506b6f0c..7cbdc0169f 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r104.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r5.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/sys-libs/ncurses/ncurses-5.9-r3.ebuild,v 1.3 2013/08/21 15:51:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r3.ebuild,v 1.17 2014/08/05 16:09:26 ottxor Exp $ EAPI="4" inherit eutils flag-o-matic toolchain-funcs multilib-minimal @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz" LICENSE="MIT" SLOT="5" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="ada +cxx debug doc gpm minimal profile static-libs symlink-usr tinfo trace unicode" DEPEND="gpm? ( sys-libs/gpm )" @@ -43,6 +43,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-5.7-nongnu.patch epatch "${FILESDIR}"/${PN}-5.9-rxvt-unicode-9.15.patch #192083 #383871 epatch "${FILESDIR}"/${PN}-5.9-fix-clang-build.patch #417763 + epatch "${FILESDIR}"/${PN}-5.9-pkg-config.patch } src_configure() { @@ -66,7 +67,7 @@ src_configure() { multilib_src_configure() { do_configure narrowc - use unicode && do_configure widec --enable-widec --includedir=/usr/include/ncursesw + use unicode && do_configure widec --enable-widec --includedir="${EPREFIX}"/usr/include/ncursesw } do_configure() { @@ -76,54 +77,59 @@ do_configure() { cd "${BUILD_DIR}"-$1 || die shift - # ncurses is dumb and doesn't install .pc files unless pkg-config - # is also installed. Force the tests to go our way. Note that it - # doesn't actually use pkg-config ... it just looks for set vars. - tc-export PKG_CONFIG - export PKG_CONFIG_LIBDIR="/usr/$(get_libdir)/pkgconfig" + local conf=( + # We need the basic terminfo files in /etc, bug #37026. We will + # add '--with-terminfo-dirs' and then populate /etc/terminfo in + # src_install() ... + --with-terminfo-dirs="${EPREFIX}/etc/terminfo:${EPREFIX}/usr/share/terminfo" - # The chtype/mmask-t settings below are to retain ABI compat - # with ncurses-5.4 so dont change em ! - local conf_abi=" - --with-chtype=long \ - --with-mmask-t=long \ - --disable-ext-colors \ - --disable-ext-mouse \ - --without-pthread \ - --without-reentrant \ - " - # We need the basic terminfo files in /etc, bug #37026. We will - # add '--with-terminfo-dirs' and then populate /etc/terminfo in - # src_install() ... -# $(use_with berkdb hashed-db) - econf \ - --with-terminfo-dirs="/etc/terminfo:/usr/share/terminfo" \ - --with-shared \ - --without-hashed-db \ - $(use_with ada) \ - $(use_with cxx) \ - $(use_with cxx cxx-binding) \ - $(use_with debug) \ - $(use_with profile) \ - $(use_with gpm) \ - $(multilib_is_native_abi || use_with gpm gpm libgpm.so.1) \ - --disable-termcap \ - --enable-symlinks \ - --with-rcs-ids \ - --with-manpage-format=normal \ - --enable-const \ - --enable-colorfgbg \ - --enable-echo \ - --enable-pc-files \ - $(use_enable !ada warnings) \ - $(use_with debug assertions) \ - $(use_enable debug leaks) \ - $(use_with debug expanded) \ - $(use_with !debug macros) \ - $(use_with trace) \ - $(use_with tinfo termlib) \ - ${conf_abi} \ - "$@" + # Disabled until #245417 is sorted out. + #$(use_with berkdb hashed-db) + + # ncurses is dumb and doesn't install .pc files unless pkg-config + # is also installed. Force the tests to go our way. Note that it + # doesn't actually use pkg-config ... it just looks for set vars. + --enable-pc-files + --with-pkg-config="$(tc-getPKG_CONFIG)" + # This path is used to control where the .pc files are installed. + PKG_CONFIG_LIBDIR="${EPREFIX}/usr/$(get_libdir)/pkgconfig" + + # Now the rest of the various standard flags. + --with-shared + --without-hashed-db + $(use_with ada) + $(use_with cxx) + $(use_with cxx cxx-binding) + $(use_with debug) + $(use_with profile) + $(use_with gpm) + $(multilib_is_native_abi || use_with gpm gpm libgpm.so.1) + --disable-termcap + --enable-symlinks + --with-rcs-ids + --with-manpage-format=normal + --enable-const + --enable-colorfgbg + --enable-echo + $(use_enable !ada warnings) + $(use_with debug assertions) + $(use_enable debug leaks) + $(use_with debug expanded) + $(use_with !debug macros) + $(use_with trace) + $(use_with tinfo termlib) + + # The chtype/mmask-t settings below are to retain ABI compat + # with ncurses-5.4 so dont change em ! + --with-chtype=long + --with-mmask-t=long + --disable-ext-colors + --disable-ext-mouse + --without-pthread + --without-reentrant + ) + + econf "${conf[@]}" "$@" } src_compile() { @@ -181,8 +187,10 @@ multilib_src_install() { $(usex unicode 'ncursesw' '') \ $(use tinfo && usex unicode 'tinfow' '') \ $(usev tinfo) - ln -sf libncurses.so "${D}"/usr/$(get_libdir)/libcurses.so || die - use static-libs || find "${D}"/usr/ -name '*.a' -a '!' -name '*curses++*.a' -delete + if ! tc-is-static-only ; then + ln -sf libncurses$(get_libname) "${ED}"/usr/$(get_libdir)/libcurses$(get_libname) || die + fi + use static-libs || find "${ED}"/usr/ -name '*.a' -a '!' -name '*curses++*.a' -delete # Build fails to create this ... dosym ../share/terminfo /usr/$(get_libdir)/terminfo @@ -193,12 +201,12 @@ multilib_src_install_all() { # We need the basic terminfo files in /etc, bug #37026 einfo "Installing basic terminfo files in /etc..." for x in "${MINIMAL_TERMINFO[@]}" ; do - local termfile=$(find "${D}"/usr/share/terminfo/ -name "${x}" 2>/dev/null) + local termfile=$(find "${ED}"/usr/share/terminfo/ -name "${x}" 2>/dev/null) local basedir=$(basename $(dirname "${termfile}")) if [[ -n ${termfile} ]] ; then dodir /etc/terminfo/${basedir} - mv ${termfile} "${D}"/etc/terminfo/${basedir}/ + mv ${termfile} "${ED}"/etc/terminfo/${basedir}/ dosym ../../../../etc/terminfo/${basedir}/${x} \ /usr/share/terminfo/${basedir}/${x} fi