Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id EBEC863BCEF for ; Wed, 22 Feb 2012 11:10:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B150614A244; Wed, 22 Feb 2012 11:10:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF14314A240 for ; Wed, 22 Feb 2012 11:10:18 +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 HLE3WGdEqevX for ; Wed, 22 Feb 2012 11:10:18 +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 60FAE14A23A for ; Wed, 22 Feb 2012 11:10:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4E927175DD; Wed, 22 Feb 2012 11:10:18 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 22 Feb 2012 11:10:18 +0000 From: "Matthias Drochner" Subject: CVS commit: pkgsrc/textproc/libxml2 To: pkgsrc-changes@NetBSD.org Reply-To: drochner@netbsd.org X-Mailer: log_accum Message-Id: <20120222111018.4E927175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: drochner Date: Wed Feb 22 11:10:18 UTC 2012 Modified Files: pkgsrc/textproc/libxml2: Makefile distinfo pkgsrc/textproc/libxml2/patches: patch-aa patch-ab Added Files: pkgsrc/textproc/libxml2/patches: patch-am Log Message: build the library thread-aware, i.e. use but do not link against libpthread. (It doesn't create threads, just uses locking.) This seems to be wanted by some applications, eg vlc issues a warning on startup (with no visible consequences afaict, but anyway). I hope this works for other OSes too. If not, we should probably add support for these cases to mk/pthread.bl3.mk. bump PKGREV To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 pkgsrc/textproc/libxml2/Makefile cvs rdiff -u -r1.87 -r1.88 pkgsrc/textproc/libxml2/distinfo cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/libxml2/patches/patch-aa cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/libxml2/patches/patch-ab cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/libxml2/patches/patch-am Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.