Commit graph

5 commits

Author SHA1 Message Date
Mikhail Teterin
d9de5588ed Make buildable with newer MySQL clients -- 4 and 5 -- but keep
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
2004-11-11 18:06:27 +00:00
Mikhail Teterin
d17822e7e1 After some hesitation and nudging from Kris make the following changes:
. 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.
2004-04-05 16:32:25 +00:00
Ade Lovett
aeb00f7e3f Fix a number of issues in the code. See the PR for the long
and detailed explanation.  PORTREVISION bumped.

PR:		20058
Submitted by:	maintainer
2000-09-18 21:44:45 +00:00
Steve Price
a46043fd14 Update to use tcl-8.3.
PR:		19900
Submitted by:	maintainer
2000-07-16 19:51:40 +00:00
Steve Price
bb8bd53d53 Initial import of tcl-Mysql version 990813.
A Tcl modules for accessing MySQL databases.

PR:		13361
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
1999-11-01 04:15:01 +00:00