pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/46254 CVS commit: pkgsrc/textproc/libxml2



The following reply was made to PR pkg/46254; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46254 CVS commit: pkgsrc/textproc/libxml2
Date: Tue, 3 Apr 2012 09:08:33 +0000

 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.
 


Home | Main Index | Thread Index | Old Index