Port details |
- mysql55-server Multithreaded SQL database (server)
- 5.5.62_3 databases
=36 5.5.62_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream support ended on December 2018
This port expired on: 2022-06-30
- Maintainer: ale@FreeBSD.org
- Port Added: 2010-01-04 10:06:16
- Last Update: 2022-06-30 19:37:40
- Commit Hash: 6fcb730
- People watching this port, also watch:: portmaster, bash
- License: GPLv2
- WWW:
- https://www.mysql.com/
- Description:
- MySQL is a very fast, multi-threaded, multi-user and robust SQL
(Structured Query Language) database server.
WWW: https://www.mysql.com/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mysql55-server>0:databases/mysql55-server
- Conflicts:
- CONFLICTS_INSTALL:
- mysql*-server
- mysqlwsrep*-server
- mariadb*-server
- percona*-server
- No installation instructions:
- This port has been deleted.
- PKGNAME: mysql55-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1540551076
SHA256 (mysql-5.5.62.tar.gz) = b1e7853bc1f04aabf6771e0ad947f35ac8d237f4b35d0706d1095c9526ff99d7
SIZE (mysql-5.5.62.tar.gz) = 21111902
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- Library dependencies:
-
- libreadline.so.8 : devel/readline
- libmysqlclient.so.18 : databases/mysql55-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mysql55-server-5.5.62_3:
SSL=on: SSL protocol support
FASTMTX=off: Replace mutexes with spinlocks
===> Use 'make config' to modify these settings
- Options name:
- databases_mysql55-server
- USES:
- cmake:insource,noninja compiler:c++11-lang cpe readline shebangfix mysql:55
- pkg-message:
- If upgrading
- Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.5.14 12 Jul 2011 14:44:51 |
ale |
Update to 5.5.14 release. |
5.5.13 09 Jun 2011 07:20:36 |
ale |
Update to 5.5.13 release. |
5.5.12 10 May 2011 08:36:54 |
ale |
Update to 5.5.12 release. |
5.5.11 12 Apr 2011 07:51:49 |
ale |
Update to 5.5.11 release. |
5.5.10 19 Mar 2011 13:13:47 |
ale |
Update MySQL to 5.5.10 release (shared library bumped). |
5.5.9 08 Feb 2011 16:37:40 |
ale |
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 |
5.5.8_3 13 Jan 2011 09:15:22 |
ale |
Fix init_embedded_server when argc=0.
Submitted by: fluffy
Obtained from: MySQL Bug #57931
Feature safe: yes |
5.5.8_2 11 Jan 2011 20:33:38 |
ale |
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 |
5.5.8_1 09 Jan 2011 12:29:19 |
ale |
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> |
5.5.8 28 Dec 2010 06:49:39 |
ale |
Normalize cmake parameters and fix WITH_FAST_MUTEXES.
PR: ports/153472
Submitted by: Oleg Sidorkin <OSidorkin@gmail.com> |
5.5.8 27 Dec 2010 18:01:03 |
ale |
Allow custom pidfile. |
5.5.8 27 Dec 2010 15:02:38 |
ale |
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. |
5.5.7 26 Nov 2010 09:35:56 |
ale |
Allow to enable userland dtrace only on supported FreeBSD versions.
PR: ports/152590
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> |
5.5.7 19 Nov 2010 22:28:39 |
pav |
- Mark BROKEN on 6.X: does not build
Reported by: pointyhat |
5.5.7 10 Nov 2010 16:55:08 |
ale |
Update to 5.5.7-rc release.
Fix crash caused by MAX_DEFAULT_DIRS too small [1]
PR: ports/151927
Submitted by: Bartosz Fabianowski <freebsd@chillt.de> |
5.5.6_1 30 Sep 2010 09:10:49 |
ale |
Switch to use daemon(8) in rc script to avoid keeping a tty open.
Submitted by: koitsu, ed |
5.5.6 28 Sep 2010 10:09:22 |
ale |
- Update to 5.5.6 RC release [1]
- Add support for DTrace [2]
PR: ports/150915 [1], ports/150488 [2]
Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1], rpaulo [2] |
5.5.5_1 27 Jul 2010 15:10:54 |
ale |
Really fix includes. |
5.5.5 16 Jul 2010 10:24:46 |
ale |
Update to 5.5.5-m3 release:
- fix include layout [1]
- drop obsolete WITH_NDB knob
PR: ports/146276 [1]
Submitted by: pgollucci |
5.5.4 18 Apr 2010 09:20:10 |
ale |
Fix build/install when cmake is installed.
PR: ports/145774
Submitted by: Gerard Seibert <gerard@seibercom.net> |
5.5.4 16 Apr 2010 09:18:51 |
ale |
Update to 5.5.4-m3 release. |
5.5.3 13 Apr 2010 15:12:34 |
ale |
- Update to 5.5.3-m3 release
- Switch to use USERS and GROUPS [1]
PR: ports/144887 [1]
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> [1] |
5.5.2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
5.5.2 05 Mar 2010 11:43:04 |
ale |
Update to 5.5.2 release.
Feature safe: yes |
5.5.1 15 Jan 2010 12:14:22 |
ale |
Update to 5.5.1-m2 release. |
5.5.0 11 Jan 2010 11:58:42 |
ale |
As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS. |
5.5.0 04 Jan 2010 10:10:33 |
ale |
Update to 5.5.0 Milestone 2 release.
PR: ports/142162
Submitted by: ale |
5.4.3 04 Jan 2010 10:05:53 |
ale |
Forced commit: repocopied from MySQL 5.4.
PR: ports/142162
Submitted by: ale
Repocopied by: portmgr (marcus) |