Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 9197B63BAE7 for ; Fri, 23 Jul 2010 01:17:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id E6C0363B101; Fri, 23 Jul 2010 01:17:43 +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 14AAB63B100 for ; Fri, 23 Jul 2010 01:17:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F4018175DD; Fri, 23 Jul 2010 01:17:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 23 Jul 2010 01:17:42 +0000 From: Greg Troxel Subject: CVS commit: pkgsrc/security/py-cryptopp To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20100723011742.F4018175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: gdt Date: Fri Jul 23 01:17:42 UTC 2010 Modified Files: pkgsrc/security/py-cryptopp: Makefile Log Message: Don't bl3 against crypto++. While one would expect a python wrapper for a library to link with the library, this packages's source has files from crypto++, and it doesn't try to link against the installed crypto++. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/py-cryptopp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.