summaryrefslogtreecommitdiff
path: root/databases/mysql55-client/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.5.41 release.Alex Dupre2014-12-032-12/+19
|
* Update to 5.5.40 release and unbreak on armv6 [1].Alex Dupre2014-09-231-0/+47
| | | | | PR: 193841 [1] Submitted by: mikael.urankar@gmail.com
* Update to 5.5.39 release.Alex Dupre2014-08-041-2/+1
|
* Update to 5.5.37 release.Alex Dupre2014-03-312-22/+0
|
* Update to 5.5.36 release.Alex Dupre2014-02-011-1/+2
|
* Fix mysql51/55/56 build with clang on i386.Tijl Coosemans2013-10-081-0/+11
| | | | | | | | | The included yassl library contains inline asm (only for i386) using intel syntax which clang does not support. For now, just disable the inline asm when clang is used and use the standard C implementation like on every other architecture. Approved by: ale (maintainer)
* Update to 5.5.32 release.Alex Dupre2013-06-121-4/+15
|
* Update to 5.5.29 release.Alex Dupre2012-12-211-5/+6
|
* Update to 5.5.28 release and switch to OptionsNG.Alex Dupre2012-10-121-5/+8
| | | | Feature safe: yes
* Fix build on i386.Alex Dupre2012-04-021-0/+11
| | | | | | PR: ports/166503 Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com> Feature safe: yes
* Update to 5.5.17 release.Alex Dupre2011-10-221-3/+5
|
* Update to 5.5.16 release.Alex Dupre2011-10-071-6/+14
|
* Update to 5.5.12 release.Alex Dupre2011-05-101-2/+2
|
* Update to 5.5.9 release [1]Alex Dupre2011-02-083-35/+8
| | | | | | | | | Use system readline instead of bundled libedit [2] Enable tcp wrappers [2] PR: ports/154579 [1], ports/154538 [2] Submitted by: mm [1], Dan Lukes <dan@obluda.cz> [2] Feature safe: yes
* Remove any attempts to create a libmysqlclient not linked to a threading ↵Alex Dupre2011-01-113-36/+11
| | | | | | | | | library. Restore previous libraries location. These two changes should fix most of the reported errors. Feature safe: yes
* Fix mysqlclient library in single-threaded applications,Alex Dupre2011-01-091-0/+14
| | | | | | | | | by correctly implementing pthread_once (see PR threads/150959). While I'm here, replace CONFLICTS with CONFLICTS_INSTALL. Bump PORTREVISION. PR: ports/153588 Submitted by: Richard Anthony Secor <rsecor@seqlogic.com>
* Update MySQL to 5.5.8 GA release. Read UPDATING.Alex Dupre2010-12-2712-0/+342
Major changes: - new installation layout, resembling RPM packages: - client = Client Utilities + Development Libraries + Shared components - server = MySQL Server + Embedded - new build system: cmake instead of autotools - fewer port knobs Expect various breakages, but if we are lucky this could become the new default mysql port.