Commit graph

5 commits

Author SHA1 Message Date
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