Subject: CVS commit: pkgsrc/editors/lyx-qt
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 11/16/2005 18:06:13
Module Name:	pkgsrc
Committed By:	reed
Date:		Wed Nov 16 18:06:13 UTC 2005

Modified Files:
	pkgsrc/editors/lyx-qt: Makefile distinfo
Added Files:
	pkgsrc/editors/lyx-qt/patches: patch-ab

Log Message:
Add patch so on NetBSD, it will not core dump on exit.
According to trolltech's support, the QT code for Lyx was done
wrong and so the locked() doesn't return with true and so the
unlock() is never done causing NetBSD's
  Error detected by libpthread: Destroying locked mutex.

I contacted lyx developers about this several times.

This is for PR 26454.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/editors/lyx-qt/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/editors/lyx-qt/distinfo
cvs rdiff -r0 -r1.5 pkgsrc/editors/lyx-qt/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.