Re: [HACKERS] v6.3.2 ...

From: t-ishii(at)sra(dot)co(dot)jp
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] v6.3.2 ...
Date: 1998-04-10 08:21:45
Message-ID: 199804100821.RAA29681@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>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(at)sra(dot)co(dot)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)

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter T Mount 1998-04-10 10:06:34 Re: [INTERFACES] New pg_type for large object
Previous Message The Hermit Hacker 1998-04-10 02:59:36 Re: [HACKERS] NetBSD configuration