Commit graph

19 commits

Author SHA1 Message Date
Alex Dupre
6a22df3e31 Update to 5.5.55 release. 2017-04-12 17:07:45 +00:00
Alex Dupre
a58764c14a Update to 5.5.46 release. 2015-11-19 08:24:02 +00:00
Alex Dupre
31cea5319a Update to 5.5.41 release. 2014-12-03 09:33:13 +00:00
Alex Dupre
fa1c1bc803 Update to 5.5.40 release and unbreak on armv6 [1].
PR:		193841 [1]
Submitted by:	mikael.urankar@gmail.com
2014-09-23 15:03:22 +00:00
Alex Dupre
184ed069c0 Update to 5.5.39 release. 2014-08-04 14:06:08 +00:00
Alex Dupre
204ad20ce0 Update to 5.5.37 release. 2014-03-31 12:28:49 +00:00
Alex Dupre
a06ee42462 Update to 5.5.36 release. 2014-02-01 10:23:23 +00:00
Tijl Coosemans
879931c62f Fix mysql51/55/56 build with clang on i386.
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)
2013-10-08 13:25:00 +00:00
Alex Dupre
424d74766c Update to 5.5.32 release. 2013-06-12 07:56:24 +00:00
Alex Dupre
2f3fc35d23 Update to 5.5.29 release. 2012-12-21 21:53:09 +00:00
Alex Dupre
5e84c1164a Update to 5.5.28 release and switch to OptionsNG.
Feature safe:	yes
2012-10-12 13:44:59 +00:00
Alex Dupre
ed385e7025 Fix build on i386.
PR:		ports/166503
Submitted by:	Oleksii Tsai <oleksii.tsai@googlemail.com>
Feature safe:	yes
2012-04-02 07:43:24 +00:00
Alex Dupre
e12bf51650 Update to 5.5.17 release. 2011-10-22 12:49:54 +00:00
Alex Dupre
7c285d8050 Update to 5.5.16 release. 2011-10-07 09:46:50 +00:00
Alex Dupre
0d4594ec03 Update to 5.5.12 release. 2011-05-10 08:36:53 +00:00
Alex Dupre
b2d972df06 Update to 5.5.9 release [1]
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
2011-02-08 16:37:40 +00:00
Alex Dupre
784b960442 Remove any attempts to create a libmysqlclient not linked to a threading library.
Restore previous libraries location.
These two changes should fix most of the reported errors.

Feature safe:	yes
2011-01-11 20:33:38 +00:00
Alex Dupre
e4340ab85f Fix mysqlclient library in single-threaded applications,
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>
2011-01-09 12:29:19 +00:00
Alex Dupre
d9029c5139 Update MySQL to 5.5.8 GA release. Read UPDATING.
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.
2010-12-27 15:02:38 +00:00