Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge stu-pkgIndex. Companion to [https://core.tcl.tk/tdbc/info/2386d26cfb8a34c3]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cc19a168bf3a696ef2bed4fb86455515 |
User & Date: | stu 2018-01-05 06:35:25.664 |
Original Comment: | Merge stu-pkgIndex. Companion to [2386d26cfb]. Fixes [625f0ee464]. |
Context
2018-07-01
| ||
05:17 | Update to latest TEA. DONT_TD_VOID was removed from unixODBC in version 2.3.1, 2011/11/28. check-in: 5cce9b482f user: stu tags: trunk | |
2018-01-05
| ||
06:35 | Merge stu-pkgIndex. Companion to [https://core.tcl.tk/tdbc/info/2386d26cfb8a34c3]. check-in: cc19a168bf user: stu tags: trunk | |
06:32 | Merge trunk. Closed-Leaf check-in: 7921a42ea4 user: stu tags: stu-pkgIndex | |
2018-01-04
| ||
05:30 | Don't include tclconfig's ChangeLog in the dist. check-in: 6b3d7d53fa user: stu tags: trunk | |
Changes
Changes to Makefile.in.
︙ | ︙ | |||
119 120 121 122 123 124 125 | # package without installing. The other environment variables allow us # to test against an uninstalled Tcl. Add special env vars that you # require for testing here (like TCLX_LIBRARY). #======================================================================== EXTRA_PATH = $(top_builddir):$(TCL_BIN_DIR) #EXTRA_PATH = $(top_builddir):$(TCL_BIN_DIR):$(TK_BIN_DIR) | | | 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | # package without installing. The other environment variables allow us # to test against an uninstalled Tcl. Add special env vars that you # require for testing here (like TCLX_LIBRARY). #======================================================================== EXTRA_PATH = $(top_builddir):$(TCL_BIN_DIR) #EXTRA_PATH = $(top_builddir):$(TCL_BIN_DIR):$(TK_BIN_DIR) TCLLIBPATH = $(top_builddir) $(TDBC_BIN_DIR) TCLSH_ENV = TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library` \ TDBC_LIBRARY=`@CYGPATH@ @tdbc_LIBRARY_PATH@` PKG_ENV = @LD_LIBRARY_PATH_VAR@="$(EXTRA_PATH):$(@LD_LIBRARY_PATH_VAR@)" \ PATH="$(EXTRA_PATH):$(PATH)" \ TCLLIBPATH="$(TCLLIBPATH)" \ TDBCPOSTGRES_LIBRARY=`@CYGPATH@ $(srcdir)/library` |
︙ | ︙ | |||
230 231 232 233 234 235 236 | echo "Installing $$i"; \ $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/mann ; \ done test: binaries libraries $(TCLSH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS) \ -load "package ifneeded tdbc::postgres $(PACKAGE_VERSION) \ | | < < | 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 | echo "Installing $$i"; \ $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/mann ; \ done test: binaries libraries $(TCLSH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS) \ -load "package ifneeded tdbc::postgres $(PACKAGE_VERSION) \ [list source `@CYGPATH@ $(srcdir)/library/tdbcpostgres.tcl`]\;[list load `@CYGPATH@ $(PKG_LIB_FILE)` $(PACKAGE_NAME)]" shell: binaries libraries @$(TCLSH) $(SCRIPT) gdb: $(TCLSH_ENV) $(PKG_ENV) gdb $(TCLSH_PROG) $(SCRIPT) |
︙ | ︙ |