summaryrefslogtreecommitdiff
path: root/www/clearsilver/patches
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2005-04-06 05:28:40 +0000
committerepg <epg@pkgsrc.org>2005-04-06 05:28:40 +0000
commitadc174ec98303d6cb62a594e052e834c927e122c (patch)
tree3418726b09d5a55b8bce09376d764b7cd8f1892c /www/clearsilver/patches
parentdf187b6d6752c6b1907cffb266f93c6ea296d2a6 (diff)
downloadpkgsrc-adc174ec98303d6cb62a594e052e834c927e122c.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/clearsilver/patches')
-rw-r--r--www/clearsilver/patches/patch-ab14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/clearsilver/patches/patch-ab b/www/clearsilver/patches/patch-ab
deleted file mode 100644
index cb83fd7a7f7..00000000000
--- a/www/clearsilver/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/11/29 00:08:57 epg Exp $
-
---- ruby/ext/hdf/extconf.rb.orig 2004-11-28 05:02:14.000000000 -0500
-+++ ruby/ext/hdf/extconf.rb
-@@ -5,6 +5,9 @@ require 'mkmf'
- # dir_config("hdf","../../..","../../../libs")
- dir_config("hdf")
-
-+$libs = append_library($libs, 'neo_cgi')
-+$libs = append_library($libs, 'z')
-+
- if have_header("ClearSilver.h") && have_library("neo_utl","hdf_init") && have_library("neo_cs","cs_init")
- create_makefile("hdf")
- end