aboutsummaryrefslogtreecommitdiff
path: root/databases/tcl-Mysql
Commit message (Collapse)AuthorAgeFilesLines
* Mark some ports failing to package on armv6, with errors classified asMark Linimon2017-05-271-2/+4
| | | | | | | | | | | "install_error". While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441879
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.Mathieu Arnold2016-04-251-2/+1
| | | | | | | | | | | | | | Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414019
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375020
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Rename databases/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-282-0/+0
| | | | Notes: svn path=/head/; revision=363190
* Pass the actual TCL_VER down to the files/Makefile.bsd -- not sure, whyMikhail Teterin2014-07-151-2/+2
| | | | | | | | | this hasn't been caught before. Notified by: swills Notes: svn path=/head/; revision=361851
* Though I can not reproduce the error cited by the previous committerMikhail Teterin2014-07-132-2/+8
| | | | | | | | in the commit log with neither g++, clang++, nor clang++33, I'll try to fix it anyway. Unbreak. Notes: svn path=/head/; revision=361694
* Mark BROKEN: Does not buildAntoine Brodin2014-03-061-0/+1
| | | | | | | | | | | | | | | c++ -fpic -DPIC -O2 -pipe -fno-strict-aliasing -I/usr/local/include/tcl8.4 -I/usr/local/include/mysql -c /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc -o sql-mysql.So /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:1:17: error: tcl.h: No such file or directory In file included from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.h:3, from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:2: /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h: In member function 'virtual Sql_row* Sql_interface::fetchrow(int)': /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h:49: error: 'NULL' was not declared in this scope ... Reported by: pkg-fallout Notes: svn path=/head/; revision=347322
* - STAGE-cleanPietro Cerutti2014-02-172-18/+14
| | | | | | | | - Convert to USES=tcl - Get rid of pkg-plist (PORTDOCS=*) Notes: svn path=/head/; revision=344750
* databases/tcl-Mysql depends on "rcsdiff" which has recently been removed ↵Eitan Adler2013-10-071-0/+2
| | | | | | | from HEAD. Notes: svn path=/head/; revision=329731
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Switch to using USE_MYSQL instead of explicitly depending onMikhail Teterin2013-04-251-2/+1
| | | | | | | | | mysqlclient library. Suggested by: Florian Smeets Notes: svn path=/head/; revision=316532
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)Pietro Cerutti2013-04-231-1/+1
| | | | | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble) Notes: svn path=/head/; revision=316351
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Convert to the USE_TCL. Bump PORTREVISION.Mikhail Teterin2010-01-191-7/+6
| | | | Notes: svn path=/head/; revision=248130
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - use DOCSDIRIon-Mihai Tetcu2008-06-182-7/+9
| | | | | | | | | | | - respect NOPORTDOCS - bump PORTREVISION Submitted by: QA Tindy run Approved by: maintianer timeout Notes: svn path=/head/; revision=215047
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* 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-253-5/+17
| | | | | | | 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-114-9/+23
| | | | | | | | | | | 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
* Explicitly spell the MASTER_SITE_SUBDIR out.Mikhail Teterin2004-06-071-1/+1
| | | | | | | | PR: ports/67647 Submitted by: Roman Neuhauser Notes: svn path=/head/; revision=110983
* After some hesitation and nudging from Kris make the following changes:Mikhail Teterin2004-04-053-31/+41
| | | | | | | | | | | . 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
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* 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
* Point the WWW tag to the SourceForge too.Mikhail Teterin2002-11-251-1/+1
| | | | Notes: svn path=/head/; revision=71078
* Fix master-site for databases/tcl-MysqlEdwin Groothuis2002-11-241-1/+2
| | | | | | | | PR: ports/45668 Submitted by: Glenn Trewitt <trewitt@trewitt.org> Notes: svn path=/head/; revision=70974
* 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-312-4/+5
| | | | | | | install an unpatched version of a document (.orig). Notes: svn path=/head/; revision=49416
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Fix a number of issues in the code. See the PR for the longAde Lovett2000-09-183-7/+60
| | | | | | | | | | 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-164-20/+286
| | | | | | | | PR: 19900 Submitted by: maintainer Notes: svn path=/head/; revision=30713
* Build with tcl8.2 instead of tcl8.0.Steve Price2000-07-103-8/+9
| | | | | | | | PR: 19108 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=30400
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27418
* Update to January 14, 2000 releaseMichael Haro2000-01-222-2/+2
| | | | | | | | PR: 16273 Submitted by: Mikhail Teterin <mi@misha.cisco.com> Notes: svn path=/head/; revision=24913
* Initial import of tcl-Mysql version 990813.Steve Price1999-11-017-0/+79
A Tcl modules for accessing MySQL databases. PR: 13361 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=22829