- 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>
"sys.sitedirs is not for external reference, it's even hidden and not
available in Python 2.4" and replace it with ${PYTHON_SITELIBDIR}.
This fixes installation of python module, which would otherwise always
end up in /usr/X11R6/lib/python2.3/site-packages.
In both static content sites and dynamic HTML applications, it provides
a separation between presentation code and application logic which makes
working with your project easier.
Add clearsilver-python, a slave port that enabled python extension in clearsilver.
WWW: http://www.clearsilver.net/
PR: ports/65652, ports/65653
Submitted by: thinker <thinker@branda.to> (original submission)
Rui Lopes (fixes)