v6.3.2 ...
To be released on April 15th...
I've changed the cron job that creates the snapshots to run daily instead
of weekly...recommend ppl use CVSup instead of ftp, but that's your
perogative :)
I won't build a v6.3.1-v6.3.2 patch until April 15th itself...
Try it, test it, break it...this will be the final 'version' until v6.4 is
ready to be released :)
Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
To be released on April 15th...
I've changed the cron job that creates the snapshots to run daily instead
of weekly...recommend ppl use CVSup instead of ftp, but that's your
perogative :)I won't build a v6.3.1-v6.3.2 patch until April 15th itself...
Try it, test it, break it...this will be the final 'version' until v6.4 is
ready to be released :)
I've just tried the April 10 snapshot on my FreeBSD box. I'm using the
localized version of Tcl/Tk and I want to let configure detect them.
Please apply following patches to do that.
--
Tatsuo Ishii
t-ishii@sra.co.jp
---------------------------------------------------------------------
*** configure.in~ Fri Apr 10 16:00:37 1998
--- configure.in Fri Apr 10 17:10:21 1998
***************
*** 612,618 ****
dnl Check for Tcl archive
if test "$USE_TCL" = "true"; then
TCL_LIB=
! tcl_libs="tcl8.0 tcl80 tcl7.6 tcl76 tcl"
for tcl_lib in $tcl_libs; do
if test -z "$TCL_LIB"; then
AC_CHECK_LIB($tcl_lib, main, TCL_LIB=$tcl_lib)
--- 612,618 ----
dnl Check for Tcl archive
if test "$USE_TCL" = "true"; then
TCL_LIB=
! tcl_libs="tcl8.0 tcl80 tcl7.6 tcl76 tcl7.6jp tcl76jp tcl"
for tcl_lib in $tcl_libs; do
if test -z "$TCL_LIB"; then
AC_CHECK_LIB($tcl_lib, main, TCL_LIB=$tcl_lib)
***************
*** 667,673 ****
LDFLAGS="$LDFLAGS $X_LIBS"
TK_LIB=
! tk_libs="tk8.0 tk80 tk4.2 tk42 tk"
for tk_lib in $tk_libs; do
if test -z "$TK_LIB"; then
AC_CHECK_LIB($tk_lib, main, TK_LIB=$tk_lib,, $TCL_LIB $X_PRE_LIBS $X_LIBS $X11_LIBS)
--- 667,673 ----
LDFLAGS="$LDFLAGS $X_LIBS"
TK_LIB=
! tk_libs="tk8.0 tk80 tk4.2 tk42 tj4.2jp tk42jp tk"
for tk_lib in $tk_libs; do
if test -z "$TK_LIB"; then
AC_CHECK_LIB($tk_lib, main, TK_LIB=$tk_lib,, $TCL_LIB $X_PRE_LIBS $X_LIBS $X11_LIBS)
Import Notes
Reply to msg id not found: YourmessageofThu09Apr1998200752-0300.Pine.BSF.3.96.980409200544.287x-100000@thelab.hub.org | Resolved by subject fallback
On Thu, 9 Apr 1998, The Hermit Hacker wrote:
To be released on April 15th...
I've changed the cron job that creates the snapshots to run daily instead
of weekly...recommend ppl use CVSup instead of ftp, but that's your
perogative :)I won't build a v6.3.1-v6.3.2 patch until April 15th itself...
Try it, test it, break it...this will be the final 'version' until v6.4 is
ready to be released :)
Good. Apart from bug fixes, I'm already working on the 6.4 JDBC driver (as
in new features like mapping java <-> postgresql classes), and I have the
JDBC 2.0 specification to look at yet.
--
Peter T Mount petermount@earthling.net or pmount@maidast.demon.co.uk
Main Homepage: http://www.demon.co.uk/finder
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk