Commit graph

13 commits

Author SHA1 Message Date
Mikhail Teterin
827b9dbfaa Ouch, remove debugging flags, which crept in with the previous commit. 2005-02-25 16:26:25 +00:00
Mikhail Teterin
f6d86f3ffe Fix a crash, that affected users of modern versions of MySQL.
Reported and tested by:	Yves Gurin <yvesguerin@yahoo.ca>
2005-02-25 16:25:33 +00:00
Mikhail Teterin
88138b7f28 Grr... Forgot to `cvs add' the new patches prior to committing. Again...
Reported by:	Robert Andrews
2004-11-12 17:17:43 +00:00
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
Mikhail Teterin
727e83b1a7 This library should always have been linked with c++, rather than
cc, but we were able to get away with it previously. Not any more.
Set CC to ${CXX} (something bsd.lib.mk should be doing for us!) to
avoid unresolved __gxx_personality_v0 when trying to load the package
into the Tcl interpreter at run-time.

No PORTREVISION bump, since the port did not build on -current until
5 minutes ago, and the problem does not affect -stable.

Not Approved by: portmgr (Linnex would too cruel and too unusual anyway)
2002-11-27 01:00:57 +00:00
Mikhail Teterin
def45225d8 The newer, kinder C++ does not like it, when the default values
for functions' arguments are specified twice -- in the declaration
(sql-mysql.h) and in the definition (sql-mysql.cc). The added patch
removes the redundant defaults from the functions' definitions and fixes
the build on -current.

Submitted by:	bento
Not Approved by: portmgr -- no approval requested, since port did not build
2002-11-27 00:47:37 +00:00
Ruslan Ermilov
2b16d4118d Catch up to the new bsd.lib.mk API (the lib is not internal). 2002-07-21 17:23:29 +00:00
Mikhail Teterin
2016c8b433 Don't use TCL_STUBS -- bump up PORTREVISION. Be carefull not to
install an unpatched version of a document (.orig).
2001-10-31 06:48:58 +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
ed7f616289 Build with tcl8.2 instead of tcl8.0.
PR:		19108
Submitted by:	Adrian Filipi-Martin <adrian@ubergeeks.com>
2000-07-10 02:13:02 +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