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 65486139694 for ; Fri, 4 Aug 2017 20:57:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3305E0DBE; Fri, 4 Aug 2017 20:57:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A3990E0DBE for ; Fri, 4 Aug 2017 20:57:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B8F3B341825 for ; Fri, 4 Aug 2017 20:57:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6235774C9 for ; Fri, 4 Aug 2017 20:57:47 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1501880227.be5834b9e792665e3c20fc013bae6ab426f73097.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/, mail-filter/spamassassin/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/spamassassin/files/spamassassin-3.4.1-perl526.patch mail-filter/spamassassin/spamassassin-3.4.1-r11.ebuild X-VCS-Directories: mail-filter/spamassassin/files/ mail-filter/spamassassin/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: be5834b9e792665e3c20fc013bae6ab426f73097 X-VCS-Branch: master Date: Fri, 4 Aug 2017 20:57: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-Archives-Salt: 16c75e1c-1fa2-480d-ac3d-30d575bc726a X-Archives-Hash: 24259e7cf3c4bdabda44d0a45c5ea176 commit: be5834b9e792665e3c20fc013bae6ab426f73097 Author: Michael Orlitzky gentoo org> AuthorDate: Fri Aug 4 20:47:06 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Aug 4 20:57:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5834b9 mail-filter/spamassassin: add a patch to -r11 for perl-5.26 compatibility. Gentoo-Bug: 625316 Package-Manager: Portage-2.3.6, Repoman-2.3.1 .../spamassassin/files/spamassassin-3.4.1-perl526.patch | 14 ++++++++++++++ mail-filter/spamassassin/spamassassin-3.4.1-r11.ebuild | 1 + 2 files changed, 15 insertions(+) diff --git a/mail-filter/spamassassin/files/spamassassin-3.4.1-perl526.patch b/mail-filter/spamassassin/files/spamassassin-3.4.1-perl526.patch new file mode 100644 index 00000000000..1c63136e3f6 --- /dev/null +++ b/mail-filter/spamassassin/files/spamassassin-3.4.1-perl526.patch @@ -0,0 +1,14 @@ +https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7367 +https://bugs.gentoo.org/625316 + +--- Mail-SpamAssassin-3.4.1/spamc/configure.pl ++++ Mail-SpamAssassin-3.4.1/spamc/configure.pl +@@ -66,7 +66,7 @@ + # Do the same thing as for the preprocessor below. + package version_h; + my $Z = $0; +- local $0 = "version.h.pl"; ++ local $0 = "./version.h.pl"; + local @ARGV = (); + # Got to check for defined because the script returns shell error level! + unless (defined do $0) { diff --git a/mail-filter/spamassassin/spamassassin-3.4.1-r11.ebuild b/mail-filter/spamassassin/spamassassin-3.4.1-r11.ebuild index a6f8ed6769d..4c358345773 100644 --- a/mail-filter/spamassassin/spamassassin-3.4.1-r11.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.4.1-r11.ebuild @@ -86,6 +86,7 @@ PATCHES=( "${FILESDIR}/spamassassin-3.4.1-bug_7231.patch" "${FILESDIR}/spamassassin-3.4.1-bug_7265.patch" "${FILESDIR}/spamassassin-3.4.1-bug_7231-extra.patch" + "${FILESDIR}/spamassassin-3.4.1-perl526.patch" ) src_prepare() {