summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-10 02:02:59 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-10 02:02:59 +0000
commitd0a35cdfd3f65c11e63a3ea26b971113003e357c (patch)
treee281224d554abd78efc9fc3d938f700f897b5f6e /sys-libs/ncurses
parentTidy up. (diff)
downloadhistorical-d0a35cdfd3f65c11e63a3ea26b971113003e357c.tar.gz
historical-d0a35cdfd3f65c11e63a3ea26b971113003e357c.tar.bz2
historical-d0a35cdfd3f65c11e63a3ea26b971113003e357c.zip
keep the user from hurting themselves #115036 by Philippe Troin
Package-Manager: portage-2.0.53
Diffstat (limited to 'sys-libs/ncurses')
-rw-r--r--sys-libs/ncurses/Manifest10
-rw-r--r--sys-libs/ncurses/ncurses-5.4-r6.ebuild5
-rw-r--r--sys-libs/ncurses/ncurses-5.5-r1.ebuild5
3 files changed, 13 insertions, 7 deletions
diff --git a/sys-libs/ncurses/Manifest b/sys-libs/ncurses/Manifest
index 2bd19b01a839..a4f6f94204cb 100644
--- a/sys-libs/ncurses/Manifest
+++ b/sys-libs/ncurses/Manifest
@@ -14,14 +14,14 @@ MD5 44e644063b6a69d58662e363af118df8 files/ncurses-5.5-gfbsd.patch 3049
MD5 2167b54d7c96964183554e767e5f5376 files/xterm-debian.ti 342
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 a885c047e0ef76d733b76f158c480f2a ncurses-5.4-r5.ebuild 6147
-MD5 d303a209fc62dfcb17c00343f1fc6dcb ncurses-5.4-r6.ebuild 5385
+MD5 b5d6d9fcc28b4190bbb3b53f3ee1ba97 ncurses-5.4-r6.ebuild 5446
MD5 45af8f6f6c26f746944e5e170f4ce537 ncurses-5.4.20050319.ebuild 5741
-MD5 c3076137c2592607280360168b438d9c ncurses-5.5-r1.ebuild 5294
+MD5 22137c4a0a5105f1c7a3c80d123e6fa0 ncurses-5.5-r1.ebuild 5352
MD5 05ffcf86aeb3d3f5c9a5bfd5a72fb2d2 ncurses-5.5.ebuild 5253
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDc7uSAiZjviIA2XgRArTTAJ4kW/AC8JZd8ipPd7vmDPGt7/TzZACfffCx
-hC7q9GaBNetODmp05B0CgWw=
-=dbPR
+iD8DBQFDmjgQgIKl8Uu19MoRAjetAJ9XVghaPHMDD52PF94einaW8vZciwCfefOT
+yDfGJnRPOQZ5ZPzsQ2KfmLY=
+=fwcf
-----END PGP SIGNATURE-----
diff --git a/sys-libs/ncurses/ncurses-5.4-r6.ebuild b/sys-libs/ncurses/ncurses-5.4-r6.ebuild
index 0c2deda79239..6f00026017c6 100644
--- a/sys-libs/ncurses/ncurses-5.4-r6.ebuild
+++ b/sys-libs/ncurses/ncurses-5.4-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r6.ebuild,v 1.10 2005/08/24 00:35:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r6.ebuild,v 1.11 2005/12/10 02:02:59 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -37,6 +37,9 @@ src_compile() {
tc-export BUILD_CC
filter-flags -fno-exceptions
+ # Protect the user from themselves #115036
+ unset TERMINFO
+
# From version 5.3, ncurses also build c++ bindings, and as
# we do not have a c++ compiler during bootstrap, disable
# building it. We will rebuild ncurses after gcc's second
diff --git a/sys-libs/ncurses/ncurses-5.5-r1.ebuild b/sys-libs/ncurses/ncurses-5.5-r1.ebuild
index 4369c6e842b2..4e3ad7be296b 100644
--- a/sys-libs/ncurses/ncurses-5.5-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-5.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.5-r1.ebuild,v 1.2 2005/11/10 21:28:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.5-r1.ebuild,v 1.3 2005/12/10 02:02:59 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -31,6 +31,9 @@ src_unpack() {
src_compile() {
tc-export BUILD_CC
+ # Protect the user from themselves #115036
+ unset TERMINFO
+
# From version 5.3, ncurses also build c++ bindings, and as
# we do not have a c++ compiler during bootstrap, disable
# building it. We will rebuild ncurses after gcc's second