libsee/dtoa.c requires thread locking functions to be thread-safe. This patch adds new option MULTIPLE_THREADS to both lang/see and lang/see-devel. With this option enabled libsee/dtoa.c is compiled with proper thread locking. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
itetcu 2008-05-09 17:10:02 UTC FreeBSD ports repository Modified files: lang/see Makefile Added files: lang/see/files patch-libsee_dtoa.c Log: - add new option MULTIPLE_THREADS. With this option enabled libsee/dtoa.c is compiled with proper thread locking. - bump PORTVERSION PR: ports/122525 Submitted by: maintainer Revision Changes Path 1.13 +9 -1 ports/lang/see/Makefile 1.1 +24 -0 ports/lang/see/files/patch-libsee_dtoa.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
itetcu 2008-05-09 17:11:13 UTC FreeBSD ports repository Modified files: lang/see-devel Makefile Added files: lang/see-devel/files patch-libsee_dtoa.c Log: - add new option MULTIPLE_THREADS. With this option enabled libsee/dtoa.c is compiled with proper thread locking. - bump PORTVERSION PR: ports/122525 Submitted by: maintainer Revision Changes Path 1.16 +9 -1 ports/lang/see-devel/Makefile 1.1 +24 -0 ports/lang/see-devel/files/patch-libsee_dtoa.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!