Port details on branch 2023Q3 |
- mysql80-client Multithreaded SQL database (client)
- 8.0.32_3 databases
=0 8.0.32_3Version of this port present on the latest quarterly branch. - Maintainer: joneum@FreeBSD.org
 - Port Added: 2023-07-11 12:51:03
- Last Update: 2023-07-11 12:49:18
- Commit Hash: 2461385
- 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.
The new features in MySQL 8.0. In addition to Data Dictionnary and CTEs are:
Move to utf8(mb4) as MySQL's default character set
Language specific case insensitive collation for 21 languages (utf8)
Invisible index
Descending indexes
Improve usability of UUID and IPV6 manipulations
SQL roles - SET PERSIST for global variable values
Performance Schema, instrumenting data locks
Performance Schema, instrumenting error messages
Improved cost model with histograms
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mysql80-client>0:databases/mysql80-client
- Conflicts:
- CONFLICTS_INSTALL:
- mysql8[1-9]-client
- mysql[0-79][0-9]-client
- mariadb[0-9][0-9]-client
- percona[0-9][0-9]-client
- To install the port:
- cd /usr/ports/databases/mysql80-client/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mysql80-client
- pkg install mysql80-client
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mysql80-client
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1676165343
SHA256 (mysql-boost-8.0.32.tar.gz) = 1a83a2e1712a2d20b80369c45cecbfcc7be9178d4fc0e81ffba5c273ce947389
SIZE (mysql-boost-8.0.32.tar.gz) = 436207624
Packages (timestamps in pop-ups are UTC):
- Master port: databases/mysql80-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- liblz4>0 : archivers/liblz4
- libunwind>0 : devel/libunwind
- bison : devel/bison
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- groff : textproc/groff
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libcurl.so : ftp/curl
- libevent.so : devel/libevent
- libicutu.so : devel/icu
- liblz4.so : archivers/liblz4
- libzstd.so : archivers/zstd
- libfido2.so : security/libfido2
- libhidapi.so : comms/hidapi
- libunwind.so : devel/libunwind
- libsasl2.so : security/cyrus-sasl2
- libedit.so.0 : devel/libedit
- libldap.so.2 : net/openldap26-client
- This port is required by:
- for Libraries
-
- databases/mysql80-server
- irc/anope
Configuration Options:
- ===> The following configuration options are available for mysql80-client-8.0.32_3:
====> Default Client Plugins
SASLCLIENT=on: SASL client plugin module
===> Use 'make config' to modify these settings
- Options name:
- databases_mysql80-client
- USES:
- bison:build cmake:noninja cpe groff:run libedit localbase ncurses perl5 pkgconfig shebangfix ssl ldap compiler:c++17-lang
- pkg-message:
- For install:
- This is the mysql CLIENT without the server.
for complete server and client, please install databases/mysql80-server
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: databases/mysql80-server | Commit | Credits | Log message |
8.0.32_3 11 Jul 2023 12:49:18
    |
Dima Panov (fluffy)  Author: Po-Chuan Hsieh |
databases/mysql80-client: Fix mysqlclient.pc
- Bump PORTREVISION for package change
Not all supported FreeBSD releases has openssl.pc in base system. This patch
adds a check for openssl.pc. It helps to build databases/py-mysqlclient.
If you do not have openssl.pc from your SSL provider.
Before the fix:
% grep Requires.private: /usr/local/libdata/pkgconfig/mysqlclient.pc
Requires.private: openssl
After the fix:
% grep Requires.private: /usr/local/libdata/pkgconfig/mysqlclient.pc (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|