summaryrefslogtreecommitdiff
path: root/databases/tcl-Mysql/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ouch, remove debugging flags, which crept in with the previous commit.Mikhail Teterin2005-02-251-1/+0
| | | | Notes: svn path=/head/; revision=129775
* Fix a crash, that affected users of modern versions of MySQL.Mikhail Teterin2005-02-252-4/+16
| | | | | | | Reported and tested by: Yves Gurin <yvesguerin@yahoo.ca> Notes: svn path=/head/; revision=129774
* Grr... Forgot to `cvs add' the new patches prior to committing. Again...Mikhail Teterin2004-11-122-0/+54
| | | | | | | Reported by: Robert Andrews Notes: svn path=/head/; revision=121463
* Make buildable with newer MySQL clients -- 4 and 5 -- but keepMikhail Teterin2004-11-113-7/+21
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=121401
* After some hesitation and nudging from Kris make the following changes:Mikhail Teterin2004-04-052-19/+25
| | | | | | | | | | | . 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. Notes: svn path=/head/; revision=106240
* This library should always have been linked with c++, rather thanMikhail Teterin2002-11-271-0/+1
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=71136
* The newer, kinder C++ does not like it, when the default valuesMikhail Teterin2002-11-271-0/+23
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=71135
* Catch up to the new bsd.lib.mk API (the lib is not internal).Ruslan Ermilov2002-07-211-4/+1
| | | | Notes: svn path=/head/; revision=63322
* Don't use TCL_STUBS -- bump up PORTREVISION. Be carefull not toMikhail Teterin2001-10-311-2/+2
| | | | | | | install an unpatched version of a document (.orig). Notes: svn path=/head/; revision=49416
* Fix a number of issues in the code. See the PR for the longAde Lovett2000-09-182-7/+59
| | | | | | | | | | and detailed explanation. PORTREVISION bumped. PR: 20058 Submitted by: maintainer Notes: svn path=/head/; revision=32824
* Update to use tcl-8.3.Steve Price2000-07-162-11/+273
| | | | | | | | PR: 19900 Submitted by: maintainer Notes: svn path=/head/; revision=30713
* Build with tcl8.2 instead of tcl8.0.Steve Price2000-07-101-2/+3
| | | | | | | | PR: 19108 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=30400
* Initial import of tcl-Mysql version 990813.Steve Price1999-11-012-0/+25
A Tcl modules for accessing MySQL databases. PR: 13361 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=22829