diff options
author | epg <epg@pkgsrc.org> | 2005-04-06 05:28:40 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2005-04-06 05:28:40 +0000 |
commit | 2ef1b5740ac797b32d0764667eadad298cfd006f (patch) | |
tree | 3418726b09d5a55b8bce09376d764b7cd8f1892c /www/py-clearsilver | |
parent | 89b95f60029b3cd0fdc329e59fef5f07be3cae11 (diff) | |
download | pkgsrc-2ef1b5740ac797b32d0764667eadad298cfd006f.tar.gz |
Update to 0.9.14 and make this work with python 2.4.
Release Notes for Clearsilver 0.9.14 03/08/2005
-------------------------------------
bugfix release
- one incompatible change: semi-public function cgi_html_ws_strip now
takes a second argument to set the level of stripping
- white space stripper now has two levels: 1 is the old debug level
(which doesn't strip whitespace at the beginning of a line) and the
second strips all duplicate whitespace
- fix for cgi_register_strfuncs missing for ruby/perl modules
- fix for color problems in generated images in imd with GD2
Diffstat (limited to 'www/py-clearsilver')
-rw-r--r-- | www/py-clearsilver/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-clearsilver/Makefile b/www/py-clearsilver/Makefile index 61cca9fef12..cc1dc7638cd 100644 --- a/www/py-clearsilver/Makefile +++ b/www/py-clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/01/23 20:41:49 recht Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/06 05:28:40 epg Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -9,11 +9,13 @@ DEPENDS+= ${CLEARSILVER_BASE}:../../www/clearsilver-base CONFIGURE_ARGS+= --enable-python CONFIGURE_ARGS+= --with-python=${PYTHONBIN} +MAKE_FLAGS+= PYTHON_SITE=${LOCALBASE}/${PYSITELIB} + INSTALL_DIRS= ${WRKSRC}/python PY_PATCHPLIST= YES PYBINMODULE= YES -PYTHON_VERSIONS_ACCEPTED= 23 22 21 +PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" |