Subject: CVS commit: pkgsrc/textproc/libxml2
From: OBATA Akio
Date: 2012-04-03 11:08:33
Message id: 20120403090833.DE91C175DD@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.115modifypkgsrc/textproc/libxml2/Makefile
1.90modifypkgsrc/textproc/libxml2/distinfo
1.25modifypkgsrc/textproc/libxml2/patches/patch-aa
1.23modifypkgsrc/textproc/libxml2/patches/patch-ab
1.1addpkgsrc/textproc/libxml2/patches/patch-threads.c