www/clearsilver was marked BROKEN on FreeBSD 4.X because of a missing pthread library. However, pthread.h exists on 4.X, and that causes the configure script to get confused. Clearsilver can be built successfully on 4.X as long as the proper HAVE_PTHREAD value is set. Fix: The configure script has to be patched to remove the definition of the HAVE_PTHREAD ifdef along with some source files that require the pthread library. How-To-Repeat: "cd /usr/ports/www/clearsilver && make install clean" on FreeBSD 4.X results in a "Does not compile" message.
Responsible Changed From-To: freebsd-ports-bugs->clsung Over to maintainer
State Changed From-To: open->closed Committed. Thank You.
clsung 2006-12-21 02:16:16 UTC FreeBSD ports repository Modified files: www/clearsilver Makefile pkg-plist Added files: www/clearsilver/files patch-configure Log: - unbreak on 4.x - www/clearsilver was marked BROKEN on FreeBSD 4.X because of a missing pthread library. However, pthread.h exists on 4.X, and that causes the configure script to get confused. Clearsilver can be built successfully on 4.X as long as the proper HAVE_PTHREAD value is set. PR: ports/106744 Submitted by: Greg Larkin <glarkin_AT_sourcehosting dot net> Revision Changes Path 1.16 +5 -2 ports/www/clearsilver/Makefile 1.1 +17 -0 ports/www/clearsilver/files/patch-configure (new) 1.2 +2 -2 ports/www/clearsilver/pkg-plist _______________________________________________ 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"