Subject: PR/31001 CVS commit: pkgsrc/www
To: None <epg@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Eric Gillespie <epg@netbsd.org>
List: pkgsrc-bugs
Date: 10/29/2005 19:30:06
The following reply was made to PR pkg/31001; it has been noted by GNATS.

From: Eric Gillespie <epg@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/31001 CVS commit: pkgsrc/www
Date: Sat, 29 Oct 2005 19:29:52 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	epg
 Date:		Sat Oct 29 19:29:52 UTC 2005
 
 Modified Files:
 	pkgsrc/www/clearsilver: Makefile.common distinfo
 	pkgsrc/www/py-clearsilver: Makefile
 	pkgsrc/www/ruby-clearsilver: Makefile
 Added Files:
 	pkgsrc/www/clearsilver: buildlink3.mk
 
 Log Message:
 Update to 0.10.1, hopefully fixing PR 28699.  Add buildlink3.mk,
 resolving PR 31001.  Don't declare an unnecessary dependency on
 clearsilver-base in py-clearsilver or ruby-clearsilver.
 
 Upstream changelog:
 
 2005/07/27 by blong@blong
 
 	fix for cs_dist update
 
 2005/07/27 by blong@blong
 
 	update makefile for new release (and p4)
 
 2005/07/27 by blong@blong
 
 	update to -fPIC for position independent code to support amd64
 	machines
 	Change makedep routine to use find instead of ls, so it won't
 	error if there are no files (like in the top level directory)
 
 2005/07/27 by blong@blong
 
 	missed a file for const fix
 
 2005/07/27 by blong@blong
 
 	generic python location
 
 2005/07/26 by blong@blong
 
 	add limits.h to define _POSIX_PATH_MAX before we define it if it
 	doesn't exist
 
 2005/07/18 by nschrenk@nschrenk2
 
 	Fix bug that caused bogus tzoffset to be exported by export_date_tm().
 
 2005/07/07 by blong@blong
 
 	Update configure to take a --disable-wdb argument
 	We don't want to link with bdb sometimes
 
 2005/07/07 by blong@blong
 
 	Update ClearSilver to take correct const char * arguments in
 	most places that it should.  This should make clearsilver easier
 	to use from C++ and just for people who like their const
 	correctness for strings.
 
 	Also fix the hdftest since some machines have "words" with
 	periods in them in their dict file.
 
 2005/07/01 by blong@blong
 
 	Change clearsilver to link to checked-in versions instead
 	buildonly.
 
 	Add README.google and setup_google.sh files to document how to
 	build for Google
 
 2005/06/29 by nschrenk@nschrenk
 
 	Fix an allocation bug in the HDF.getValue() native method: don't
 	release the default_value string until after it has been copied.
 
 2005/06/28 by nschrenk@nschrenk
 
 	Fix bug where the HDF Java wrapper would not allow a default value of
 	null, and clean up the code a bit so that exceptions are thrown in a
 	couple more places, and the right type of exceptions are thrown instead
 	of a generic RuntimeException.
 
 2005/06/24 by nschrenk@nschrenk
 
 	Change variable type from int to long to fix compile warning in the
 	Clearsilver ruby support.
 
 2005/06/22 by nschrenk@nschrenk
 
 	Support more of the HDF C API in the Java wrapper.
 
 2005/06/08 by quong@quong-clean
 
 	Initial submit of Clearsilver
 
 	This is simply the code from clearsilver-0.9.14.tar.gz
 	from the http://clearsilver.net/  with the following
 	files removed:  *.pyc, */.cvsignore, and man/...
 
 	I'll submit changes to this code in future CL's.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.6 -r1.7 pkgsrc/www/clearsilver/Makefile.common
 cvs rdiff -r0 -r1.1 pkgsrc/www/clearsilver/buildlink3.mk
 cvs rdiff -r1.8 -r1.9 pkgsrc/www/clearsilver/distinfo
 cvs rdiff -r1.4 -r1.5 pkgsrc/www/py-clearsilver/Makefile
 cvs rdiff -r1.5 -r1.6 pkgsrc/www/ruby-clearsilver/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.