From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 424301382C5 for ; Sat, 20 Mar 2021 06:29:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58AE7E0877; Sat, 20 Mar 2021 06:29:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CCFFE0877 for ; Sat, 20 Mar 2021 06:29:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02573335E2E for ; Sat, 20 Mar 2021 06:29:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78942C3 for ; Sat, 20 Mar 2021 06:29:47 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1616221782.e00c050d8db2767817094d1701a6744337ac9076.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/heimdal/files/, app-crypt/heimdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/heimdal/files/heimdal_fix-autoconf-2.70.patch app-crypt/heimdal/heimdal-7.7.0-r1.ebuild X-VCS-Directories: app-crypt/heimdal/ app-crypt/heimdal/files/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: e00c050d8db2767817094d1701a6744337ac9076 X-VCS-Branch: master Date: Sat, 20 Mar 2021 06:29:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 852f7f6b-64cb-4d65-a700-32c1b2783015 X-Archives-Hash: 1d5c86af4925ecee0bd1ddfb7ca28791 commit: e00c050d8db2767817094d1701a6744337ac9076 Author: Eray Aslan gentoo org> AuthorDate: Sat Mar 20 06:29:15 2021 +0000 Commit: Eray Aslan gentoo org> CommitDate: Sat Mar 20 06:29:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00c050d app-crypt/heimdal: fix building with autoconf-2.70 Closes: https://bugs.gentoo.org/776241 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Eray Aslan gentoo.org> .../heimdal/files/heimdal_fix-autoconf-2.70.patch | 29 ++++++++++++++++++++++ app-crypt/heimdal/heimdal-7.7.0-r1.ebuild | 1 + 2 files changed, 30 insertions(+) diff --git a/app-crypt/heimdal/files/heimdal_fix-autoconf-2.70.patch b/app-crypt/heimdal/files/heimdal_fix-autoconf-2.70.patch new file mode 100644 index 00000000000..0dcc3102620 --- /dev/null +++ b/app-crypt/heimdal/files/heimdal_fix-autoconf-2.70.patch @@ -0,0 +1,29 @@ +From 22352b90e78e2d162b98b5ef6c84672c397be40a Mon Sep 17 00:00:00 2001 +From: Lars Wendler +Date: Wed, 17 Mar 2021 17:49:18 +0100 +Subject: [PATCH] autoconf-2.70 fix + +autoconf-2.70 and newer are more strict with quoting etc. and thus generate +a broken configure file: + + configure: 20855: Syntax error: ")" unexpected (expecting "fi") + +Gentoo-bug: https://bugs.gentoo.org/776241 +Signed-off-by: Lars Wendler +--- + cf/check-var.m4 | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/cf/check-var.m4 b/cf/check-var.m4 +index 2fd7bca6f0..71d6f70ca8 100644 +--- a/cf/check-var.m4 ++++ b/cf/check-var.m4 +@@ -20,7 +20,7 @@ AC_MSG_RESULT($ac_foo) + if test "$ac_foo" = yes; then + AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_[]$1), 1, + [Define if you have the `]$1[' variable.]) +- m4_ifval([$2], AC_CHECK_DECLS([$1],[],[],[$2])) ++ m4_ifval([$2], [AC_CHECK_DECLS([$1],[],[],[$2])]) + fi + ]) + diff --git a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild b/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild index e6fabf4e954..1140bf30c50 100644 --- a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild +++ b/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild @@ -73,6 +73,7 @@ PATCHES=( "${FILESDIR}/heimdal_hcrypto.patch" "${FILESDIR}/heimdal_build-headers-before-use.patch" "${FILESDIR}/heimdal_fix-db60.patch" + "${FILESDIR}/heimdal_fix-autoconf-2.70.patch" ) src_prepare() {