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 152841387B1 for ; Mon, 21 Sep 2015 19:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ECBEE0885; Mon, 21 Sep 2015 19:14:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DF1AE0885 for ; Mon, 21 Sep 2015 19:14:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 053FF340923 for ; Mon, 21 Sep 2015 19:14:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A2EE1F6 for ; Mon, 21 Sep 2015 19:14:07 +0000 (UTC) From: "Mike Gilbert" 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 Gilbert" Message-ID: <1442862842.0170c84efe6352034e68061c73985a0be1736cc2.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python/files/python-3.3-libressl.patch X-VCS-Directories: dev-lang/python/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0170c84efe6352034e68061c73985a0be1736cc2 X-VCS-Branch: master Date: Mon, 21 Sep 2015 19:14:07 +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: 67ca7b4e-63aa-425a-9ba2-c618042bb1db X-Archives-Hash: a3a3f49fd2c1cbfde14956b2e0883022 commit: 0170c84efe6352034e68061c73985a0be1736cc2 Author: Mike Gilbert gentoo org> AuthorDate: Mon Sep 21 19:13:51 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Sep 21 19:14:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0170c84e dev-lang/python: Don't patch configure directly Thanks to Arfrever for the suggestion. Bug: https://bugs.gentoo.org/560948 Package-Manager: portage-2.2.20_p164 dev-lang/python/files/python-3.3-libressl.patch | 53 ------------------------- 1 file changed, 53 deletions(-) diff --git a/dev-lang/python/files/python-3.3-libressl.patch b/dev-lang/python/files/python-3.3-libressl.patch index 38119c5..72bd63b 100644 --- a/dev-lang/python/files/python-3.3-libressl.patch +++ b/dev-lang/python/files/python-3.3-libressl.patch @@ -111,59 +111,6 @@ index 499e8ba..cb151ba 100644 {"RAND_status", (PyCFunction)PySSL_RAND_status, METH_NOARGS, PySSL_RAND_status_doc}, #endif -diff --git a/configure b/configure -index 6be41f5..5b5a2a0 100755 ---- a/configure -+++ b/configure -@@ -8823,6 +8823,48 @@ _ACEOF - - fi - # Dynamic linking for HP-UX -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RAND_egd in -lcrypto" >&5 -+$as_echo_n "checking for RAND_egd in -lcrypto... " >&6; } -+if ${ac_cv_lib_crypto_RAND_egd+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lcrypto $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char RAND_egd (); -+int -+main () -+{ -+return RAND_egd (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_crypto_RAND_egd=yes -+else -+ ac_cv_lib_crypto_RAND_egd=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RAND_egd" >&5 -+$as_echo "$ac_cv_lib_crypto_RAND_egd" >&6; } -+if test "x$ac_cv_lib_crypto_RAND_egd" = xyes; then : -+ -+$as_echo "#define HAVE_RAND_EGD 1" >>confdefs.h -+ -+fi -+ - - # only check for sem_init if thread support is requested - if test "$with_threads" = "yes" -o -z "$with_threads"; then diff --git a/configure.ac b/configure.ac index 6a64bff..90f315a 100644 --- a/configure.ac