Hello. Here are some fresh patches.
Debian specific fix. Recently i've found out that tclConfig.sh on debian etch 4.0r1 keeps multiple pathes separated with spaces inside TCL_PACKAGE_DIR variable, which is defined in tclConfig.sh. This behaviour breaks the 'make install' phase of rivet on debian (or any other unix which will keep multiple pathes in this variable), so i've made a workaround for this. What it does is check if there unescaped space,get the first path, add slash if needed to the end. This patch includes fix for handling of httpsdctl on freebsd, i've posted last week. src/apache-1/Makefile.am fix Unbreaks the build of mod_rivet. In my local sandbox i am using updated tcl.m4, it solves issues with shell errors during configure. It could be get from here http://tcl.cvs.sourceforge.net/tcl/tclconfig/ revision 1.112. I've successfully build rivet on openbsd (4.2-beta) and debian (etch 4.0r1) with those patches. Debian build was configured with those command line parameters: ./configure --with-tcl=/usr/lib/tcl8.4 \ --with-apache=/usr \ --with-apache-include=/usr/include/apache-1.3 \ --with-apr-include=/usr/include/apr-1.0 \ --with-apache-version=1 Please review/blame/commit/etc Regards Valery
configure_ac.diff
Description: Binary data
src_apache-1_Makefile_am.diff
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
