Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 82CE563B844 for ; Fri, 1 Jan 2010 13:55:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 3953E63B220; Fri, 1 Jan 2010 13:55:34 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0937D63B120 for ; Fri, 1 Jan 2010 13:55:32 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E48B3175DD; Fri, 1 Jan 2010 13:55:32 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 1 Jan 2010 13:55:32 +0000 From: Klaus Heinz Subject: CVS commit: pkgsrc/mail/spamassassin To: pkgsrc-changes@NetBSD.org Reply-To: heinz@netbsd.org X-Mailer: log_accum Message-Id: <20100101135532.E48B3175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: heinz Date: Fri Jan 1 13:55:32 UTC 2010 Modified Files: pkgsrc/mail/spamassassin: distinfo pkgsrc/mail/spamassassin/patches: patch-ab Log Message: Starting with ExtUtils::MakeMaker 6.43 some public variables (esp. Recognized_Att_Keys) were made private, which broke SpamAssassin's (ab)use of those variables. For details see https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6131. Perl 5.10.1 includes ExtUtils::MakeMaker 6.55_2 and consequently building SpamAssassin 3.2.5 with DESTDIR support in pkgsrc does not work anymore. The fix changes the decision whether the used EU::MM module has good enough DESTDIR support to depend only on the version number (ie. mm_has_good_destdir is true) instead of the availability of the key 'DESTDIR' in the (now non-public) Recognized_Att_Keys hash. Ok to commit during freeze by wiz@ To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/mail/spamassassin/distinfo cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/spamassassin/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.