libxml2-2.7.4 has broken handling of --with-threads (without argument) configure option as it used in textproc/libxml2 Makefile. As consequence, the WITH_THREADS_BROKEN=yes knob has no desired effect. Fix: Solutions: 1. either use in the Makefile --with-threads=pthread instead of current plain --with-threads (w/o arguments) or 2. use attached patch around 'configure'. It essencially repeates the one sent upstream, but upstream's patch created around 'configure.in' Patch attached with submission follows:
Responsible Changed From-To: freebsd-bugs->gnome make this a ports PR and assign.
State Changed From-To: open->closed Makefile patch committed, thanks!
marcus 2009-09-19 16:58:09 UTC FreeBSD ports repository Modified files: textproc/libxml2 Makefile Log: Fix thread support. PR: 138942 Submitted by: andrew.w.nosenko@gmail.com Feature safe: yes Revision Changes Path 1.159 +1 -1 ports/textproc/libxml2/Makefile _______________________________________________ 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"