summaryrefslogtreecommitdiff
path: root/databases/tcl-Mysql/files (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-28Rename databases/ patch-xy patches to reflect the files they modify.Adam Weinberger2-0/+0
2014-07-13Though I can not reproduce the error cited by the previous committerMikhail Teterin1-1/+8
in the commit log with neither g++, clang++, nor clang++33, I'll try to fix it anyway. Unbreak.
2005-02-25Ouch, remove debugging flags, which crept in with the previous commit.Mikhail Teterin1-1/+0
2005-02-25Fix a crash, that affected users of modern versions of MySQL.Mikhail Teterin2-4/+16
Reported and tested by: Yves Gurin <yvesguerin@yahoo.ca>
2004-11-12Grr... Forgot to `cvs add' the new patches prior to committing. Again...Mikhail Teterin2-0/+54
Reported by: Robert Andrews
2004-11-11Make buildable with newer MySQL clients -- 4 and 5 -- but keepMikhail Teterin3-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
2004-04-05After some hesitation and nudging from Kris make the following changes:Mikhail Teterin2-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.
2002-11-27This library should always have been linked with c++, rather thanMikhail Teterin1-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)
2002-11-27The newer, kinder C++ does not like it, when the default valuesMikhail Teterin1-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
2002-07-21Catch up to the new bsd.lib.mk API (the lib is not internal).Ruslan Ermilov1-4/+1
2001-10-31Don't use TCL_STUBS -- bump up PORTREVISION. Be carefull not toMikhail Teterin1-2/+2
install an unpatched version of a document (.orig).
2000-09-18Fix a number of issues in the code. See the PR for the longAde Lovett2-7/+59
and detailed explanation. PORTREVISION bumped. PR: 20058 Submitted by: maintainer
2000-07-16Update to use tcl-8.3.Steve Price2-11/+273
PR: 19900 Submitted by: maintainer
2000-07-10Build with tcl8.2 instead of tcl8.0.Steve Price1-2/+3
PR: 19108 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
1999-11-01Initial import of tcl-Mysql version 990813.Steve Price2-0/+25
A Tcl modules for accessing MySQL databases. PR: 13361 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>