Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 250A1A580B for ; Sun, 13 Apr 2014 14:57:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EC56614A232; Sun, 13 Apr 2014 14:57:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B048914A271 for ; Sun, 13 Apr 2014 14:56:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ow_EIOxJiciq for ; Sun, 13 Apr 2014 14:56:56 +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 3996D14A0ED for ; Sun, 13 Apr 2014 14:56:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 372B796; Sun, 13 Apr 2014 14:56:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 13 Apr 2014 14:56:56 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/lang/python26 To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20140413145656.372B796@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: bsiegert Date: Sun Apr 13 14:56:56 UTC 2014 Modified Files: pkgsrc/lang/python26: Makefile distinfo pkgsrc/lang/python26/patches: patch-am Log Message: Redo reverted commit from obache@. Original description: Prevent to detect unwanted builtin openssl. After bump of BUILDLINK_API_DEPENDS.openssl to 1.0.1c, buitin openssl is not acceptable for various platforms. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/lang/python26/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/lang/python26/distinfo cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/python26/patches/patch-am Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.