From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 72A82138262 for ; Mon, 16 May 2016 18:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1290621C070; Mon, 16 May 2016 18:20:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54D3021C06D for ; Mon, 16 May 2016 18:20:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E982C340C36 for ; Mon, 16 May 2016 18:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A16CD33A for ; Mon, 16 May 2016 18:20:16 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1463422808.9215aba15eba99f7284abb90e9fde8d76c56db1c.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bash/bash-2.05b_p13.ebuild app-shells/bash/bash-3.0_p22.ebuild app-shells/bash/bash-3.1_p23.ebuild app-shells/bash/bash-3.2_p57.ebuild app-shells/bash/bash-4.0_p44.ebuild app-shells/bash/bash-4.1_p17.ebuild app-shells/bash/bash-4.2_p53.ebuild app-shells/bash/bash-4.3_p39_pre0.ebuild app-shells/bash/bash-4.3_p42-r1.ebuild app-shells/bash/bash-4.3_p42-r2.ebuild app-shells/bash/bash-4.4_rc1.ebuild X-VCS-Directories: app-shells/bash/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 9215aba15eba99f7284abb90e9fde8d76c56db1c X-VCS-Branch: master Date: Mon, 16 May 2016 18:20:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 03dc6cf3-e50c-4907-8498-afd5639a69e4 X-Archives-Hash: 8681cd1ccaa5a3381d42b3b2b77fcff4 commit: 9215aba15eba99f7284abb90e9fde8d76c56db1c Author: Mike Frysinger gentoo org> AuthorDate: Mon May 16 15:24:04 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon May 16 18:20:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9215aba1 app-shells/bash: use the system mktemp/mkstemp funcs #574426 app-shells/bash/bash-2.05b_p13.ebuild | 5 +++-- app-shells/bash/bash-3.0_p22.ebuild | 5 +++-- app-shells/bash/bash-3.1_p23.ebuild | 5 +++-- app-shells/bash/bash-3.2_p57.ebuild | 5 +++-- app-shells/bash/bash-4.0_p44.ebuild | 5 +++-- app-shells/bash/bash-4.1_p17.ebuild | 5 +++-- app-shells/bash/bash-4.2_p53.ebuild | 5 +++-- app-shells/bash/bash-4.3_p39_pre0.ebuild | 5 +++-- app-shells/bash/bash-4.3_p42-r1.ebuild | 3 ++- app-shells/bash/bash-4.3_p42-r2.ebuild | 3 ++- app-shells/bash/bash-4.4_rc1.ebuild | 3 ++- 11 files changed, 30 insertions(+), 19 deletions(-) diff --git a/app-shells/bash/bash-2.05b_p13.ebuild b/app-shells/bash/bash-2.05b_p13.ebuild index 1863ad9..c4195df 100644 --- a/app-shells/bash/bash-2.05b_p13.ebuild +++ b/app-shells/bash/bash-2.05b_p13.ebuild @@ -88,14 +88,15 @@ src_configure() { export bash_cv_pgrp_pipe=yes # For descriptions of these, see config-top.h - # bashrc/#26952 bash_logout/#90488 ssh/#24762 + # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \ -DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \ -DSYS_BASHRC=\'\"/etc/bash/bashrc\"\' \ -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \ -DNON_INTERACTIVE_LOGIN_SHELLS \ - -DSSH_SOURCE_BASHRC + -DSSH_SOURCE_BASHRC \ + -DUSE_MKTEMP -DUSE_MKSTEMP use static && append-ldflags -static use nls || myconf+=( --disable-nls ) diff --git a/app-shells/bash/bash-3.0_p22.ebuild b/app-shells/bash/bash-3.0_p22.ebuild index b1d5579..61e66c6 100644 --- a/app-shells/bash/bash-3.0_p22.ebuild +++ b/app-shells/bash/bash-3.0_p22.ebuild @@ -96,14 +96,15 @@ src_configure() { export bash_cv_pgrp_pipe=yes # For descriptions of these, see config-top.h - # bashrc/#26952 bash_logout/#90488 ssh/#24762 + # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \ -DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \ -DSYS_BASHRC=\'\"/etc/bash/bashrc\"\' \ -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \ -DNON_INTERACTIVE_LOGIN_SHELLS \ - -DSSH_SOURCE_BASHRC + -DSSH_SOURCE_BASHRC \ + -DUSE_MKTEMP -DUSE_MKSTEMP use static && append-ldflags -static use nls || myconf+=( --disable-nls ) diff --git a/app-shells/bash/bash-3.1_p23.ebuild b/app-shells/bash/bash-3.1_p23.ebuild index 620cbe3..b2eb83a 100644 --- a/app-shells/bash/bash-3.1_p23.ebuild +++ b/app-shells/bash/bash-3.1_p23.ebuild @@ -88,14 +88,15 @@ src_configure() { export bash_cv_pgrp_pipe=yes # For descriptions of these, see config-top.h - # bashrc/#26952 bash_logout/#90488 ssh/#24762 + # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \ -DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \ -DSYS_BASHRC=\'\"/etc/bash/bashrc\"\' \ -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \ -DNON_INTERACTIVE_LOGIN_SHELLS \ - -DSSH_SOURCE_BASHRC + -DSSH_SOURCE_BASHRC \ + -DUSE_MKTEMP -DUSE_MKSTEMP use static && append-ldflags -static use nls || myconf+=( --disable-nls ) diff --git a/app-shells/bash/bash-3.2_p57.ebuild b/app-shells/bash/bash-3.2_p57.ebuild index d270328..23c15ce 100644 --- a/app-shells/bash/bash-3.2_p57.ebuild +++ b/app-shells/bash/bash-3.2_p57.ebuild @@ -90,14 +90,15 @@ src_configure() { export bash_cv_pgrp_pipe=yes # For descriptions of these, see config-top.h - # bashrc/#26952 bash_logout/#90488 ssh/#24762 + # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \ -DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \ -DSYS_BASHRC=\'\"/etc/bash/bashrc\"\' \ -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \ -DNON_INTERACTIVE_LOGIN_SHELLS \ - -DSSH_SOURCE_BASHRC + -DSSH_SOURCE_BASHRC \ + -DUSE_MKTEMP -DUSE_MKSTEMP use static && append-ldflags -static use nls || myconf+=( --disable-nls ) diff --git a/app-shells/bash/bash-4.0_p44.ebuild b/app-shells/bash/bash-4.0_p44.ebuild index 17211a6..48cd10c 100644 --- a/app-shells/bash/bash-4.0_p44.ebuild +++ b/app-shells/bash/bash-4.0_p44.ebuild @@ -84,14 +84,15 @@ src_configure() { local myconf=() # For descriptions of these, see config-top.h - # bashrc/#26952 bash_logout/#90488 ssh/#24762 + # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \ -DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \ -DSYS_BASHRC=\'\"/etc/bash/bashrc\"\' \ -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \ -DNON_INTERACTIVE_LOGIN_SHELLS \ - -DSSH_SOURCE_BASHRC + -DSSH_SOURCE_BASHRC \ + -DUSE_MKTEMP -DUSE_MKSTEMP use static && append-ldflags -static use nls || myconf+=( --disable-nls ) diff --git a/app-shells/bash/bash-4.1_p17.ebuild b/app-shells/bash/bash-4.1_p17.ebuild index 1d34fdd..b7901f9 100644 --- a/app-shells/bash/bash-4.1_p17.ebuild +++ b/app-shells/bash/bash-4.1_p17.ebuild @@ -81,14 +81,15 @@ src_configure() { myconf+=( --without-lispdir ) #335896 # For descriptions of these, see config-top.h - # bashrc/#26952 bash_logout/#90488 ssh/#24762 + # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \ -DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \ -DSYS_BASHRC=\'\"/etc/bash/bashrc\"\' \ -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \ -DNON_INTERACTIVE_LOGIN_SHELLS \ - -DSSH_SOURCE_BASHRC + -DSSH_SOURCE_BASHRC \ + -DUSE_MKTEMP -DUSE_MKSTEMP use static && append-ldflags -static use nls || myconf+=( --disable-nls ) diff --git a/app-shells/bash/bash-4.2_p53.ebuild b/app-shells/bash/bash-4.2_p53.ebuild index 98d2e55..7b42189 100644 --- a/app-shells/bash/bash-4.2_p53.ebuild +++ b/app-shells/bash/bash-4.2_p53.ebuild @@ -86,14 +86,15 @@ src_configure() { local myconf=() # For descriptions of these, see config-top.h - # bashrc/#26952 bash_logout/#90488 ssh/#24762 + # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \ -DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \ -DSYS_BASHRC=\'\"/etc/bash/bashrc\"\' \ -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \ -DNON_INTERACTIVE_LOGIN_SHELLS \ - -DSSH_SOURCE_BASHRC + -DSSH_SOURCE_BASHRC \ + -DUSE_MKTEMP -DUSE_MKSTEMP use static && append-ldflags -static use nls || myconf+=( --disable-nls ) diff --git a/app-shells/bash/bash-4.3_p39_pre0.ebuild b/app-shells/bash/bash-4.3_p39_pre0.ebuild index 4bc8ea9..ee081c7 100644 --- a/app-shells/bash/bash-4.3_p39_pre0.ebuild +++ b/app-shells/bash/bash-4.3_p39_pre0.ebuild @@ -66,14 +66,15 @@ src_configure() { local myconf=() # For descriptions of these, see config-top.h - # bashrc/#26952 bash_logout/#90488 ssh/#24762 + # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \ -DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \ -DSYS_BASHRC=\'\"/etc/bash/bashrc\"\' \ -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \ -DNON_INTERACTIVE_LOGIN_SHELLS \ - -DSSH_SOURCE_BASHRC + -DSSH_SOURCE_BASHRC \ + -DUSE_MKTEMP -DUSE_MKSTEMP # Force internal copy of termcap to be used (to avoid ncurses dep). export bash_cv_termcap_lib=gnutermcap diff --git a/app-shells/bash/bash-4.3_p42-r1.ebuild b/app-shells/bash/bash-4.3_p42-r1.ebuild index 8e9fbc2..6c14466 100644 --- a/app-shells/bash/bash-4.3_p42-r1.ebuild +++ b/app-shells/bash/bash-4.3_p42-r1.ebuild @@ -95,7 +95,7 @@ src_configure() { local myconf=() # For descriptions of these, see config-top.h - # bashrc/#26952 bash_logout/#90488 ssh/#24762 + # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \ -DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \ @@ -103,6 +103,7 @@ src_configure() { -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \ -DNON_INTERACTIVE_LOGIN_SHELLS \ -DSSH_SOURCE_BASHRC \ + -DUSE_MKTEMP -DUSE_MKSTEMP \ $(use bashlogger && echo -DSYSLOG_HISTORY) # Don't even think about building this statically without diff --git a/app-shells/bash/bash-4.3_p42-r2.ebuild b/app-shells/bash/bash-4.3_p42-r2.ebuild index c914d04..1d61b20 100644 --- a/app-shells/bash/bash-4.3_p42-r2.ebuild +++ b/app-shells/bash/bash-4.3_p42-r2.ebuild @@ -95,7 +95,7 @@ src_configure() { local myconf=() # For descriptions of these, see config-top.h - # bashrc/#26952 bash_logout/#90488 ssh/#24762 + # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \ -DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \ @@ -103,6 +103,7 @@ src_configure() { -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \ -DNON_INTERACTIVE_LOGIN_SHELLS \ -DSSH_SOURCE_BASHRC \ + -DUSE_MKTEMP -DUSE_MKSTEMP \ $(use bashlogger && echo -DSYSLOG_HISTORY) # Don't even think about building this statically without diff --git a/app-shells/bash/bash-4.4_rc1.ebuild b/app-shells/bash/bash-4.4_rc1.ebuild index 556e9dd..e0f7336 100644 --- a/app-shells/bash/bash-4.4_rc1.ebuild +++ b/app-shells/bash/bash-4.4_rc1.ebuild @@ -92,7 +92,7 @@ src_configure() { local myconf=() # For descriptions of these, see config-top.h - # bashrc/#26952 bash_logout/#90488 ssh/#24762 + # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \ -DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \ @@ -100,6 +100,7 @@ src_configure() { -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \ -DNON_INTERACTIVE_LOGIN_SHELLS \ -DSSH_SOURCE_BASHRC \ + -DUSE_MKTEMP -DUSE_MKSTEMP \ $(use bashlogger && echo -DSYSLOG_HISTORY) # Don't even think about building this statically without