Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 98F5B63DF9E for ; Wed, 24 Oct 2012 09:01:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7418914A1AB; Wed, 24 Oct 2012 09:01:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C638314A1AA for ; Wed, 24 Oct 2012 09:01:41 +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 mpSbnIIudXGL for ; Wed, 24 Oct 2012 09:01:41 +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 4C0D314A1A9 for ; Wed, 24 Oct 2012 09:01:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 40C1E175DD; Wed, 24 Oct 2012 09:01:41 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 24 Oct 2012 09:01:41 +0000 From: "Emmanuel Dreyfus" Subject: CVS commit: pkgsrc/security/pcsc-lite To: pkgsrc-changes@NetBSD.org Reply-To: manu@netbsd.org X-Mailer: log_accum Message-Id: <20121024090141.40C1E175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: manu Date: Wed Oct 24 09:01:41 UTC 2012 Modified Files: pkgsrc/security/pcsc-lite: Makefile distinfo Added Files: pkgsrc/security/pcsc-lite/patches: patch-configure patch-src_Makefile.in patch-src_thread_unix.c Log Message: Restore opensc-pkcs11.so functionnality on NetBSD-6.0. libpthread shall not be loaded by dlopen(), therefore we remove the useless dependency on -lpthread To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/pcsc-lite/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/pcsc-lite/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/security/pcsc-lite/patches/patch-configure \ pkgsrc/security/pcsc-lite/patches/patch-src_Makefile.in \ pkgsrc/security/pcsc-lite/patches/patch-src_thread_unix.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.