Index: Makefile =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- Makefile (.../Makefile) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ Makefile (.../Makefile) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -12,25 +12,25 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile,v 1.49 2007/10/12 19:53:32 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.25 2007/09/18 19:27:32 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that # have been added in a customized configure script. #======================================================================== -#XOTCL_VERSION = 1.5.6 +#XOTCL_VERSION = 1.5.7 XOTCL_VERSION = 1.5 src_lib_dir = ${srcdir}/library src_doc_dir = ${srcdir}/doc src_test_dir = ${srcdir}/tests src_app_dir = ${srcdir}/apps src_generic_dir = ${srcdir}/generic -TCL_LIB_SPEC = -L/usr/local/lib -ltcl8.5 +TCL_LIB_SPEC = -L/usr/local/aolserver-4.5/lib -ltcl8.4 TK_LIB_SPEC = subdirs = -aol_prefix = /usr/local/aolserver +aol_prefix = /usr/local/aolserver-4.5 # Requires native paths PLATFORM_DIR = `echo $(srcdir)/unix` @@ -98,23 +98,23 @@ # configuration options) composed of the named objects. #======================================================================== -PKG_LIB_FILE = libxotcl1.5.6.dylib -PKG_STUB_LIB_FILE = libxotclstub1.5.6.a +PKG_LIB_FILE = libxotcl1.5.7.dylib +PKG_STUB_LIB_FILE = libxotclstub1.5.7.a lib_BINARIES = $(PKG_LIB_FILE) $(PKG_STUB_LIB_FILE) BINARIES = $(lib_BINARIES) SHELL = /bin/sh srcdir = . -prefix = /usr/local -exec_prefix = /usr/local +prefix = /usr/local/aolserver-4.5 +exec_prefix = /usr/local/aolserver-4.5 bindir = ${exec_prefix}/bin -libdir = /usr/local/lib -datadir = /usr/local/share +libdir = /usr/local/aolserver-4.5/lib +datadir = /usr/local/aolserver-4.5/share mandir = ${prefix}/man -includedir = /usr/local/include +includedir = /usr/local/aolserver-4.5/include DESTDIR = @@ -126,7 +126,7 @@ INSTALL_SCRIPT = ${INSTALL} PACKAGE_NAME = xotcl -PACKAGE_VERSION = 1.5.6 +PACKAGE_VERSION = 1.5.7 CC = gcc CFLAGS_DEFAULT = -Os CFLAGS_WARNING = -Wall -Wno-implicit-int @@ -143,19 +143,19 @@ SHLIB_CFLAGS = -fno-common SHLIB_LD = ${CC} -dynamiclib ${CFLAGS} ${LDFLAGS_DEFAULT} -Wl,-single_module SHLIB_LD_FLAGS = @SHLIB_LD_FLAGS@ -SHLIB_LD_LIBS = ${LIBS} -L/usr/local/lib -ltclstub8.5 +SHLIB_LD_LIBS = ${LIBS} -L/usr/local/aolserver-4.5/lib -ltclstub8.4 STLIB_LD = ${AR} cr -TCL_DEFS = -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_GET_STACKSIZE_NP=1 -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_COREFOUNDATION=1 -DMAC_OSX_TCL=1 -DTCL_SHLIB_EXT=\".dylib\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_MTSAFE_GETHOSTBYNAME=1 -DHAVE_MTSAFE_GETHOSTBYADDR=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_CHFLAGS=1 -DHAVE_GETATTRLIST=1 -DHAVE_COPYFILE=1 -DHAVE_LIBKERN_OSATOMIC_H=1 -DHAVE_OSSPINLOCKLOCK=1 -DHAVE_PTHREAD_ATFORK=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_LOAD_FROM_MEMORY=1 -DTCL_WIDE_CLICKS=1 -DHAVE_AVAILABILITYMACROS_H=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DTCL_UNLOAD_DLLS=1 -TCL_BIN_DIR = /usr/local/lib -TCL_SRC_DIR = /Users/neumann/src/tcl/tcl +TCL_DEFS = -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DHAVE_COREFOUNDATION=1 -DMAC_OSX_TCL=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_MTSAFE_GETHOSTBYNAME=1 -DHAVE_MTSAFE_GETHOSTBYADDR=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_COPYFILE=1 -DHAVE_LIBKERN_OSATOMIC_H=1 -DHAVE_OSSPINLOCKLOCK=1 -DHAVE_PTHREAD_ATFORK=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_LOAD_FROM_MEMORY=1 -DHAVE_AVAILABILITYMACROS_H=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 +TCL_BIN_DIR = /usr/local/aolserver-4.5/lib +TCL_SRC_DIR = /usr/local/src/tcl8.4.14 # This is necessary for packages that use private Tcl headers -#TCL_TOP_DIR_NATIVE = "/Users/neumann/src/tcl/tcl" +#TCL_TOP_DIR_NATIVE = "/usr/local/src/tcl8.4.14" # Not used, but retained for reference of what libs Tcl required TCL_LIBS = ${DL_LIBS} ${LIBS} ${MATH_LIBS} -pkgdatadir = /usr/local/share/xotcl1.5.6 -pkglibdir = /usr/local/lib/xotcl1.5.6 -pkgincludedir = /usr/local/include/xotcl1.5.6 +pkgdatadir = /usr/local/aolserver-4.5/share/xotcl1.5.7 +pkglibdir = /usr/local/aolserver-4.5/lib/xotcl1.5.7 +pkgincludedir = /usr/local/aolserver-4.5/include/xotcl1.5.7 # XOTCLSH = xotclsh @@ -171,20 +171,20 @@ DYLD_LIBRARY_PATH="$(EXTRA_PATH):$(DYLD_LIBRARY_PATH)" \ PATH="$(EXTRA_PATH):$(PATH)" \ TCLLIBPATH="$(top_builddir) ${srcdir}" -TCLSH_PROG = /usr/local/bin/tclsh8.5 +TCLSH_PROG = /usr/local/aolserver-4.5/bin/tclsh8.4 TCLSH = $(TCLSH_ENV) $(TCLSH_PROG) SHARED_BUILD = 1 -INCLUDES = -I"/Users/neumann/src/tcl/tcl/generic" -I"/Users/neumann/src/tcl/tcl/unix" -I./generic -EXTRA_CFLAGS = -DXOTCLVERSION=\"1.5\" -DXOTCLPATCHLEVEL=\".6\" -DHAVE_TCL_COMPILE_H=1 +INCLUDES = -I"/usr/local/src/tcl8.4.14/generic" -I"/usr/local/src/tcl8.4.14/unix" -I./generic +EXTRA_CFLAGS = -DXOTCLVERSION=\"1.5\" -DXOTCLPATCHLEVEL=\".7\" -DHAVE_TCL_COMPILE_H=1 # TCL_DEFS is not strictly need here, but if you remove it, then you # must make sure that configure.in checks for the necessary components # that your library may use. TCL_DEFS can actually be a problem if # you do not compile with a similar machine setup as the Tcl core was # compiled with. -#DEFS = $(TCL_DEFS) -DPACKAGE_NAME=\"xotcl\" -DPACKAGE_TARNAME=\"xotcl\" -DPACKAGE_VERSION=\"1.5.6\" -DPACKAGE_STRING=\"xotcl\ 1.5.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_TYPE=long\ long -DUSE_TCL_STUBS=1 -DCOMPILE_XOTCL_STUBS=1 $(EXTRA_CFLAGS) -DEFS = -DPACKAGE_NAME=\"xotcl\" -DPACKAGE_TARNAME=\"xotcl\" -DPACKAGE_VERSION=\"1.5.6\" -DPACKAGE_STRING=\"xotcl\ 1.5.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_TYPE=long\ long -DUSE_TCL_STUBS=1 -DCOMPILE_XOTCL_STUBS=1 $(EXTRA_CFLAGS) +#DEFS = $(TCL_DEFS) -DPACKAGE_NAME=\"xotcl\" -DPACKAGE_TARNAME=\"xotcl\" -DPACKAGE_VERSION=\"1.5.7\" -DPACKAGE_STRING=\"xotcl\ 1.5.7\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_TYPE=long\ long -DUSE_TCL_STUBS=1 -DCOMPILE_XOTCL_STUBS=1 $(EXTRA_CFLAGS) +DEFS = -DPACKAGE_NAME=\"xotcl\" -DPACKAGE_TARNAME=\"xotcl\" -DPACKAGE_VERSION=\"1.5.7\" -DPACKAGE_STRING=\"xotcl\ 1.5.7\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_TYPE=long\ long -DUSE_TCL_STUBS=1 -DCOMPILE_XOTCL_STUBS=1 $(EXTRA_CFLAGS) CONFIG_CLEAN_FILES = Makefile xotclConfig.sh apps/utils/xotclsh apps/utils/xowish unix/xotcl.spec unix/pkgIndex.unix autom4te.cache/ @@ -634,7 +634,7 @@ @echo " setenv TCLLIBPATH \"$(TCLLIBPATH)\"" @echo " and" @if test "x$(XOTCLSH)" = "x" ; then \ - echo " /usr/local/bin/tclsh8.5" ; \ + echo " /usr/local/aolserver-4.5/bin/tclsh8.4" ; \ echo " package require XOTcl; namespace import -force xotcl::*" ; \ echo " or" ; \ echo " put the 'package require' line into your ~/.tclshrc" ; \ Index: apps/utils/xotclsh =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- apps/utils/xotclsh (.../xotclsh) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ apps/utils/xotclsh (.../xotclsh) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -1,7 +1,7 @@ -#!/usr/local/bin/tclsh8.5 +#!/usr/local/aolserver-4.5/bin/tclsh8.4 if {$argc == 0} { puts "Don't use [info script] as interactive shell! Use instead:" - puts " /usr/local/bin/tclsh8.5" + puts " /usr/local/aolserver-4.5/bin/tclsh8.4" puts " package require XOTcl; namespace import ::xotcl::*" } else { package require XOTcl Index: apps/utils/xowish =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- apps/utils/xowish (.../xowish) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ apps/utils/xowish (.../xowish) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -1,5 +1,5 @@ #!@WISH_PROG@ -###!/usr/local/bin/tclsh8.5 +###!/usr/local/aolserver-4.5/bin/tclsh8.4 ###package require Tk if {$argc == 0} { puts "Don't use [info script] as interactive shell! Use instead:" Index: configure =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- configure (.../configure) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ configure (.../configure) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for xotcl 1.5.6. +# Generated by GNU Autoconf 2.59 for xotcl 1.5.7. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -267,8 +267,8 @@ # Identity of this package. PACKAGE_NAME='xotcl' PACKAGE_TARNAME='xotcl' -PACKAGE_VERSION='1.5.6' -PACKAGE_STRING='xotcl 1.5.6' +PACKAGE_VERSION='1.5.7' +PACKAGE_STRING='xotcl 1.5.7' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. @@ -777,7 +777,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xotcl 1.5.6 to adapt to many kinds of systems. +\`configure' configures xotcl 1.5.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -834,7 +834,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xotcl 1.5.6:";; + short | recursive ) echo "Configuration of xotcl 1.5.7:";; esac cat <<\_ACEOF @@ -979,7 +979,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -xotcl configure 1.5.6 +xotcl configure 1.5.7 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -993,7 +993,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xotcl $as_me 1.5.6, which was +It was created by xotcl $as_me 1.5.7, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1572,7 +1572,7 @@ # do not modify the following lines manually, they are generated with changeXOTclVersion XOTCL_MAJOR_VERSION=1 XOTCL_MINOR_VERSION=5 -XOTCL_RELEASE_LEVEL=.6 +XOTCL_RELEASE_LEVEL=.7 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -10804,7 +10804,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by xotcl $as_me 1.5.6, which was +This file was extended by xotcl $as_me 1.5.7, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10859,7 +10859,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -xotcl config.status 1.5.6 +xotcl config.status 1.5.7 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -11481,3 +11481,7 @@ + + + + Index: configure.in =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- configure.in (.../configure.in) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ configure.in (.../configure.in) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -11,7 +11,7 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(XOTclVersion, 1.5.6) +define(XOTclVersion, 1.5.7) AC_INIT([xotcl], [XOTclVersion]) #-------------------------------------------------------------------- @@ -104,7 +104,7 @@ # do not modify the following lines manually, they are generated with changeXOTclVersion XOTCL_MAJOR_VERSION=1 XOTCL_MINOR_VERSION=5 -XOTCL_RELEASE_LEVEL=.6 +XOTCL_RELEASE_LEVEL=.7 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -493,3 +493,7 @@ + + + + Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/JufGdbmStorage-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/MemStorage-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/MultiStorage-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/Persistence-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/Script-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/Serializer-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/Storage-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/TclGdbmStorage-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/TextFileStorage-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/UNIVERSAL-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/adapter-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/adapterExample-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/changeXOTclVersion-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/composite-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/compositeExample-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/ftp-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/htmllib-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/langRef-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/link-checker-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/make-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/makeDoc-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/metadataAnalyzer-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/mixinStrategy-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/observer-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/package-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/parameter-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/persistenceExample-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/pinger-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/secure-webclient-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/secure-webserver-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/simpleFilters-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/soccerClub-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/speedtest-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/staticMetadata-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/test-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/testo-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/testx-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/trace-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/upvarcompat-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/webclient-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/webserver-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 97b26d2a27f5718bd4250a78663f8e1a26f63123 refers to a dead (removed) revision in file `doc/xodoc-xotcl.html'. Fisheye: No comparison available. Pass `N' to diff? Index: library/lib/changeXOTclVersion.xotcl =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- library/lib/changeXOTclVersion.xotcl (.../changeXOTclVersion.xotcl) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/lib/changeXOTclVersion.xotcl (.../changeXOTclVersion.xotcl) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -6,7 +6,7 @@ # set XOTCL_MAJOR_VERSION 1 set XOTCL_MINOR_VERSION 5 -set XOTCL_RELEASE_LEVEL .6 +set XOTCL_RELEASE_LEVEL .7 # example settings: # 1.0 Index: library/store/XOTclGdbm/configure =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- library/store/XOTclGdbm/configure (.../configure) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/store/XOTclGdbm/configure (.../configure) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -10998,3 +10998,7 @@ + + + + Index: library/store/XOTclGdbm/configure.in =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- library/store/XOTclGdbm/configure.in (.../configure.in) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/store/XOTclGdbm/configure.in (.../configure.in) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -283,3 +283,7 @@ + + + + Index: library/store/XOTclSdbm/configure =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- library/store/XOTclSdbm/configure (.../configure) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/store/XOTclSdbm/configure (.../configure) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -10944,3 +10944,7 @@ + + + + Index: library/store/XOTclSdbm/configure.in =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- library/store/XOTclSdbm/configure.in (.../configure.in) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/store/XOTclSdbm/configure.in (.../configure.in) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -242,3 +242,7 @@ + + + + Index: library/xml/TclExpat-1.1/configure =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- library/xml/TclExpat-1.1/configure (.../configure) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/xml/TclExpat-1.1/configure (.../configure) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -10984,3 +10984,7 @@ + + + + Index: library/xml/TclExpat-1.1/configure.in =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- library/xml/TclExpat-1.1/configure.in (.../configure.in) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/xml/TclExpat-1.1/configure.in (.../configure.in) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -247,3 +247,7 @@ + + + + Index: unix/pkgIndex.unix =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- unix/pkgIndex.unix (.../pkgIndex.unix) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ unix/pkgIndex.unix (.../pkgIndex.unix) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -1,4 +1,4 @@ - package ifneeded XOTcl 1.5.6 [list load \ - [file join $dir libxotcl1.5.6.dylib] XOTcl] + package ifneeded XOTcl 1.5.7 [list load \ + [file join $dir libxotcl1.5.7.dylib] XOTcl] Index: unix/xotcl.spec =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- unix/xotcl.spec (.../xotcl.spec) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ unix/xotcl.spec (.../xotcl.spec) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -1,10 +1,10 @@ Summary: Object Oriented Extension for Tcl Name: xotcl -Version: 1.5.6 +Version: 1.5.7 Release: 0 License: bsd style open source Group: Development/Languages -Source: http://www.xotcl.org/xotcl-1.5.6.tar.gz +Source: http://www.xotcl.org/xotcl-1.5.7.tar.gz URL: http://www.xotcl.org Packager: Gustaf.Neumann@wu-wien.ac.at Distribution: Fedorea Core 7 @@ -23,29 +23,29 @@ consult http://www.xotcl.org %prep -%setup -q -n xotcl-1.5.6 +%setup -q -n xotcl-1.5.7 %build autoconf -# ./configure --with-tcl=/usr/lib --with-all --prefix=/usr/local --exec-prefix=/usr/local +# ./configure --with-tcl=/usr/lib --with-all --prefix=/usr/local/aolserver-4.5 --exec-prefix=/usr/local/aolserver-4.5 ./configure --with-tcl=/usr/lib --with-all --prefix=/usr --exec-prefix=/usr # make CFLAGS_DEFAULT='-O3 -mcpu=i686 -Wall -fomit-frame-pointer' make CFLAGS_DEFAULT='-O3 -Wall -fomit-frame-pointer' %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -rm -f $RPM_BUILD_ROOT/usr/lib/libxotcl1.5.6.so -ln -s xotcl1.5.6/libxotcl1.5.6.so $RPM_BUILD_ROOT/usr/lib +rm -f $RPM_BUILD_ROOT/usr/lib/libxotcl1.5.7.so +ln -s xotcl1.5.7/libxotcl1.5.7.so $RPM_BUILD_ROOT/usr/lib %files %defattr(-, root, root) %doc doc %_bindir/xotclsh %_bindir/xowish -%_prefix/lib/xotcl1.5.6 -%_prefix/lib/libxotcl1.5.6.so +%_prefix/lib/xotcl1.5.7 +%_prefix/lib/libxotcl1.5.7.so %_prefix/lib/xotclexpat* %_prefix/lib/xotclgdbm* %_prefix/lib/xotclsdbm* Index: xotclConfig.sh =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r97b26d2a27f5718bd4250a78663f8e1a26f63123 --- xotclConfig.sh (.../xotclConfig.sh) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ xotclConfig.sh (.../xotclConfig.sh) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) @@ -15,7 +15,7 @@ XOTCL_VERSION='1.5' XOTCL_MAJOR_VERSION='1' XOTCL_MINOR_VERSION='5' -XOTCL_RELEASE_LEVEL='.6' +XOTCL_RELEASE_LEVEL='.7' # String to pass to compiles to pick up includes during build # (i.e., assuming nothing has been installed) @@ -24,34 +24,34 @@ # String to pass to compiles to pick up the XOTcl includes from their # installed directory. -XOTCL_INCLUDE_DIR="/usr/local/include/xotcl1.5.6" +XOTCL_INCLUDE_DIR="/usr/local/aolserver-4.5/include/xotcl1.5.7" XOTCL_INCLUDE_SPEC="-I$XOTCL_INCLUDE_DIR" # The name of the XOTcl library (may be either a .a file or a shared library): -XOTCL_LIB_FILE=libxotcl1.5.6.dylib +XOTCL_LIB_FILE=libxotcl1.5.7.dylib # String to pass to linker to pick up the XOTcl library from its # build directory. -XOTCL_BUILD_LIB_SPEC='-L/Users/neumann/src/xotcl-1.5.6 -lxotcl1.5.6' +XOTCL_BUILD_LIB_SPEC='-L/Users/neumann/cfs/src/xotcl-1.5.7 -lxotcl1.5.7' # String to pass to linker to pick up the XOTcl library from its # installed directory. -XOTCL_LIB_SPEC='-L/usr/local/lib/xotcl1.5.6 -lxotcl1.5.6' +XOTCL_LIB_SPEC='-L/usr/local/aolserver-4.5/lib/xotcl1.5.7 -lxotcl1.5.7' # The name of the XOTcl stub library (a .a file): -# XOTCL_STUB_LIB_FILE=libxotclstub1.5.6.a +# XOTCL_STUB_LIB_FILE=libxotclstub1.5.7.a # String to pass to linker to pick up the XOTcl stub library from its # build directory. -XOTCL_BUILD_STUB_LIB_SPEC='-L/Users/neumann/src/xotcl-1.5.6 -lxotclstub1.5.6' +XOTCL_BUILD_STUB_LIB_SPEC='-L/Users/neumann/cfs/src/xotcl-1.5.7 -lxotclstub1.5.7' # String to pass to linker to pick up the XOTcl stub library from its # installed directory. -XOTCL_STUB_LIB_SPEC='-L/usr/local/lib/xotcl1.5.6 -lxotclstub1.5.6' +XOTCL_STUB_LIB_SPEC='-L/usr/local/aolserver-4.5/lib/xotcl1.5.7 -lxotclstub1.5.7' # Name of the xotcl stub library with full path in build and install directory -XOTCL_BUILD_STUB_LIB_PATH='/Users/neumann/src/xotcl-1.5.6/libxotclstub1.5.6.a' -XOTCL_STUB_LIB_PATH='/usr/local/lib/xotcl1.5.6/libxotclstub1.5.6.a' +XOTCL_BUILD_STUB_LIB_PATH='/Users/neumann/cfs/src/xotcl-1.5.7/libxotclstub1.5.7.a' +XOTCL_STUB_LIB_PATH='/usr/local/aolserver-4.5/lib/xotcl1.5.7/libxotclstub1.5.7.a' # Location of the top-level source directories from which XOTcl # was built. This is the directory that contains generic, unix, etc. @@ -61,9 +61,9 @@ XOTCL_SRC_DIR='.' # shared and unshared library suffix -XOTCL_SHARED_LIB_SUFFIX=1.5.6.dylib -XOTCL_UNSHARED_LIB_SUFFIX=1.5.6.a +XOTCL_SHARED_LIB_SUFFIX=1.5.7.dylib +XOTCL_UNSHARED_LIB_SUFFIX=1.5.7.a # the shell in whose installation dirs the xotcl package is installed -XOTCL_COMPATIBLE_TCLSH=/usr/local/bin/tclsh8.5 +XOTCL_COMPATIBLE_TCLSH=/usr/local/aolserver-4.5/bin/tclsh8.4