Path to this page:
./
databases/mysql57-client,
MySQL 5, a free SQL database (client)
Branch: pkgsrc-2018Q3,
Version: 5.7.23nb2,
Package name: mysql-client-5.7.23nb2,
Maintainer: pkgsrc-usersMySQL is a SQL (Structured Query Language) database server. SQL is the most
popular database language in the world. MySQL is a client-server implementation
that consists of a server daemon `mysqld' and many different client
programs/libraries.
The main goals of MySQL are speed and robustness.
The base upon which MySQL is built is a set of routines that have been used in
a highly demanding production environment for many years. While MySQL is still
in development it already offers a rich and highly useful function set.
The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL).
This package contains the MySQL client programs and libraries.
Required to run:[
lang/perl5] [
devel/boost-libs] [
devel/editline] [
archivers/lz4]
Required to build:[
pkgtools/cwrappers] [
devel/boost-headers]
Package options: embedded-server
Master sites: (Expand)
SHA1: 0c07dd1670f3749c482180227717738c031bb5b4
RMD160: 20021aa73537f4630b72931925bec78c251b06e6
Filesize: 50690.881 KB
Version history: (Expand)
- (2018-10-22) Package added to pkgsrc.se, version mysql-client-5.7.23nb2 (created)
CVS history: (Expand)
2018-10-29 19:31:33 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
Pullup ticket #5857 - requested by taca
databases/mysql57-client: build fix
Revisions pulled up:
- databases/mysql57-client/distinfo 1.23
- databases/mysql57-client/patches/patch-cmd-line-utils_libedit_chartype.h 1.1
- databases/mysql57-client/patches/patch-cmd-line-utils_libedit_vi.c 1.1
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: sevan
Date: Mon Oct 1 00:11:29 UTC 2018
Modified Files:
pkgsrc/databases/mysql57-client: distinfo
Added Files:
pkgsrc/databases/mysql57-client/patches:
patch-cmd-line-utils_libedit_chartype.h
patch-cmd-line-utils_libedit_vi.c
Log message:
Unbreak build on DragonFly BSD.
Add OpenBSD to the exclusion list in chartype.h as with upstream version.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/mysql57-client/distinfo
cvs rdiff -u -r0 -r1.1 \
\
pkgsrc/databases/mysql57-client/patches/patch-cmd-line-utils_libedit_chartype.h \
\
pkgsrc/databases/mysql57-client/patches/patch-cmd-line-utils_libedit_vi.c
|