Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id C983D63CD2A for ; Tue, 3 Apr 2012 09:08:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D754E14A27F; Tue, 3 Apr 2012 09:08:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF1DF14A27D for ; Tue, 3 Apr 2012 09:08:35 +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 d7uWtUoxPRma for ; Tue, 3 Apr 2012 09:08: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 18C9C14A12B for ; Tue, 3 Apr 2012 09:08:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DE91C175DD; Tue, 3 Apr 2012 09:08:33 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 3 Apr 2012 09:08:33 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/textproc/libxml2 To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20120403090833.DE91C175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Tue Apr 3 09:08:33 UTC 2012 Modified Files: pkgsrc/textproc/libxml2: Makefile distinfo pkgsrc/textproc/libxml2/patches: patch-aa patch-ab Added Files: pkgsrc/textproc/libxml2/patches: patch-threads.c Log Message: Change behavior of libpthread handling * Disable linkage with pthread for FreeBSD/DragonFly/NetBSD, they have pthread_* () stubs in libc (it result in same as the previous behavior). * but NetBSD<4.99.36 does not have pthread_equal() stub in libc, so define weak reference to it. * Treat OpenBSD and MirBSD same as Linux to avoid linkage with libpthread. * Others will be linked with pthread, fixes PR 46254. tested NetBSD-5.1.2, and confirmed fixed on NetBSD-4.0.1 and OpenBSD-5.0. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 pkgsrc/textproc/libxml2/Makefile cvs rdiff -u -r1.89 -r1.90 pkgsrc/textproc/libxml2/distinfo cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/libxml2/patches/patch-aa cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/libxml2/patches/patch-ab cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/libxml2/patches/patch-threads.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.