summaryrefslogtreecommitdiff
path: root/databases/tcl-Mysql/files/patch-aa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make buildable with newer MySQL clients -- 4 and 5 -- but keepMikhail Teterin2004-11-111-5/+9
| | | | | | | | compatible with the 3 -- mysql_error now returns `const char *', and there is no mysql_connect any more. Default to MySQL-4.x for now. Bump PORTREVISION. Reported by: Robert Andrews
* After some hesitation and nudging from Kris make the following changes:Mikhail Teterin2004-04-051-14/+24
| | | | | | | | . make compile with and default to Tcl-8.4 (8.3 is still possible) (this necessitated PORTREVISION bump :\) . don't link in -lgcc -- should've used gcc_pic anyway, but this is not really needed at all, it seems; . don't require a particular version of mysqlclient library.
* Fix a number of issues in the code. See the PR for the longAde Lovett2000-09-181-7/+7
| | | | | | | and detailed explanation. PORTREVISION bumped. PR: 20058 Submitted by: maintainer
* Update to use tcl-8.3.Steve Price2000-07-161-4/+265
| | | | | PR: 19900 Submitted by: maintainer
* Initial import of tcl-Mysql version 990813.Steve Price1999-11-011-0/+9
A Tcl modules for accessing MySQL databases. PR: 13361 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>