FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 1:41 AM GMT
Port details
mysql55-client 5.5.20 databases on this many watch lists=19 search for ports that depend on this port
Multithreaded SQL database (client)
Maintained by: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Jan 2010 10:06:16
Also Listed In: ipv6
License: not specified in port
MySQL is a very fast, multi-threaded, multi-user and robust SQL
(Structured Query Language) database server.

WWW: http://www.mysql.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Master port: databases/mysql55-server

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/cmake
There are no ports dependent upon this port

To install the port: cd /usr/ports/databases/mysql55-client/ && make install clean
To add the package: pkg_add -r mysql55-client


Configuration Options
===> The following configuration options are available for mysql-client-5.5.20:
     OPENSSL=on (default) "Enable SSL support"
     FASTMTX=off (default) "Replace mutexes with spinlocks"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.fi.muni.cz/pub/mysql/Downloads/MySQL-5.5/
http://mysql.mirrors.cybercity.dk/Downloads/MySQL-5.5/
ftp://ftp.fh-wolfenbuettel.de/pub/database/mysql/Downloads/MySQL-5.5/
ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/
http://netmirror.org/mirror/mysql.com/Downloads/MySQL-5.5/
ftp://netmirror.org/mysql.com/Downloads/MySQL-5.5/
http://mirrors.ntua.gr/MySQL/Downloads/MySQL-5.5/
ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/MySQL-5.5/
http://mysql.sote.hu/Downloads/MySQL-5.5/
ftp://ftp.rhnet.is/pub/mysql/Downloads/MySQL-5.5/
ftp://mirror.widexs.nl/pub/mysql/Downloads/MySQL-5.5/
ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.5/
http://mysql.dp.ua/Downloads/MySQL-5.5/
http://mysql.mirrored.ca/Downloads/MySQL-5.5/
ftp://mirror.services.wisc.edu/mirrors/mysql/Downloads/MySQL-5.5/
http://mysql.mirrors.pair.com/Downloads/MySQL-5.5/
ftp://ftp.linorg.usp.br/mysql/Downloads/MySQL-5.5/
ftp://ftp.cbn.net.id/mirror/mysql/Downloads/MySQL-5.5/
ftp://ftp.easynet.be/mysql/Downloads/MySQL-5.5/
http://download.softagency.net/MySQL/Downloads/MySQL-5.5/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-03-19
    Affects: users of databases/mysql55-client
    Author: ale@FreeBSD.org
    Reason: 
      The shared library version of the client library was increased to reflect
      ABI changes, and avoid compatibility problems with the client library
      in MySQL 5.1, so client programs that use the 5.5 client library should
      be recompiled against the 5.5.10 client library.
      This can be achieved with:
    
      # portmaster -r mysql-client-5.5
      or
      # portupgrade -fr mysql-client-5.5
    
    
Port Moves

Number of commits found: 14

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Oct 2011 12:49:54
Original commit files touched by this commit  5.5.17
ale search for other commits by this committer
Update to 5.5.17 release.
07 Oct 2011 09:46:50
Original commit files touched by this commit  5.5.16
ale search for other commits by this committer
Update to 5.5.16 release.
01 Sep 2011 08:19:58
Original commit files touched by this commit  5.5.15
ale search for other commits by this committer
Don't escape quotes in mysqld_safe script, in order to fix @FIND_PROC@.

Spotted by:     Erik <me@erik.eu>
12 Jul 2011 14:44:51
Original commit files touched by this commit  5.5.14
ale search for other commits by this committer
Update to 5.5.14 release.
10 May 2011 08:36:54
Original commit files touched by this commit  5.5.12
ale search for other commits by this committer
Update to 5.5.12 release.
19 Mar 2011 13:13:47
Original commit files touched by this commit  5.5.10
ale search for other commits by this committer
Update MySQL to 5.5.10 release (shared library bumped).
08 Feb 2011 16:37:40
Original commit files touched by this commit  5.5.9
ale search for other commits by this committer
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
13 Jan 2011 09:15:22
Original commit files touched by this commit  5.5.8_2
ale search for other commits by this committer
Fix init_embedded_server when argc=0.

Submitted by:   fluffy
Obtained from:  MySQL Bug #57931
Feature safe:   yes
11 Jan 2011 20:33:38
Original commit files touched by this commit  5.5.8_2
ale search for other commits by this committer
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
09 Jan 2011 12:29:19
Original commit files touched by this commit  5.5.8_1
ale search for other commits by this committer
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>
28 Dec 2010 06:49:39
Original commit files touched by this commit  5.5.8
ale search for other commits by this committer
Normalize cmake parameters and fix WITH_FAST_MUTEXES.

PR:             ports/153472
Submitted by:   Oleg Sidorkin <OSidorkin@gmail.com>
27 Dec 2010 15:02:38
Original commit files touched by this commit  5.5.8
ale search for other commits by this committer
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.
04 Jan 2010 10:10:33
Original commit files touched by this commit  5.5.0
ale search for other commits by this committer
Update to 5.5.0 Milestone 2 release.

PR:             ports/142162
Submitted by:   ale
04 Jan 2010 10:05:53
Original commit files touched by this commit  5.4.3
ale search for other commits by this committer
Forced commit: repocopied from MySQL 5.4.

PR:             ports/142162
Submitted by:   ale
Repocopied by:  portmgr (marcus)

Number of commits found: 14

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 4
new 48 hours8
new 7 days45
new fortnight70
new month141

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.395 seconds.