Port details |
- proxysql High performance, high availability, protocol-aware proxy for MySQL
- 2.6.6_1 databases
=2 2.6.6Version of this port present on the latest quarterly branch. - Maintainer: zi@FreeBSD.org
 - Port Added: 2024-03-29 16:24:07
- Last Update: 2025-06-30 14:57:32
- Commit Hash: e81eda3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://www.proxysql.com/
- Description:
- ProxySQL is a high performance, high availability, protocol aware proxy for
MySQL and forks (like Percona Server and MariaDB).
With its ability to intelligently route queries, balance loads, and provide
failover handling, ProxySQL empowers organizations to harness the full
potential of their database infrastructure. Whether grappling with
scalability challenges, striving to enhance performance, or seeking to
ensure high availability, ProxySQL emerges as a versatile ally, capable of
addressing diverse needs across various database environments.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- proxysql>0:databases/proxysql
- To install the port:
- cd /usr/ports/databases/proxysql/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/proxysql
- pkg install proxysql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: proxysql
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727108943
SHA256 (sysown-proxysql-2.6.6_GH0.tar.gz) = c447ac0c4532c6654cc648416e3dd1560824f67406f510efe52c4c6291a1ef4a
SIZE (sysown-proxysql-2.6.6_GH0.tar.gz) = 50425374
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:
-
- aclocal : devel/automake
- autoreconf : devel/autoconf
- bash : shells/bash
- cmake : devel/cmake-core
- ggrep : textproc/gnugrep
- libgcrypt>0 : security/libgcrypt
- libtoolize : devel/libtool
- gnutls>0 : security/gnutls
- gmake>=4.4.1 : devel/gmake
- python3.11 : lang/python311
- gcc13 : lang/gcc13
- as : devel/binutils
- perl5>=5.40.r<5.41 : lang/perl5.40
- Runtime dependencies:
-
- libgcrypt>0 : security/libgcrypt
- gnutls>0 : security/gnutls
- gcc13 : lang/gcc13
- Library dependencies:
-
- libuuid.so : misc/libuuid
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_proxysql
- USES:
- compiler:c++11-lang gmake libtool perl5 python:build shebangfix
- pkg-message:
- For install:
- proxysql requires fdescfs mounted.
If you have not yet enabled it, please do the following:
mount -t fdescfs fdesc /dev/fd
To make this change persist through reboots, you must edit /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.6_1 30 Jun 2025 14:57:32
    |
Matthias Andree (mandree)  Author: Alexander Shursha |
*/*: Switch to misc/libuuid and misc/libblkid
PR: 221293
PR: 251489
PR: 257070 |
2.6.6 11 May 2025 06:58:54
    |
Alexey Dokuchaev (danfe)  |
textproc/gnugrep (dependencies): do not rely on compatibility symlink
Historically we had built and installed GNU grep programs as `grep' +
[ef]grep, but started to configure the port with `--program-prefix=g'
in 2022, as we and several other non-GNU/Linux systems, e.g. NetBSD,
OpenBSD, Solaris, macOS do for miscellaneous GNU utilities. To avoid
breaking POLA, g-prefixless compatibility symlinks were being created,
subject to the COMPAT option (on by default).
Recently GNU grep developers decided to deprecate {e,f}grep variants,
with the clear intention to consolidate all three greps into a single
command. This had significantly annoyed users who could not update
their scripts to `grep -[EF]', usually for portability reasons, e.g.
SunOS 4.11 grep which does not support those switches, but does have
egrep and fgrep, or when scripts are written by others and they don't
have permissions to modify them, etc. Perhaps it is time to turn the
COMPAT option off by default, this commit concludes the preparation.
PR: 277784
Requested by: fuz, obrien |
2.6.6 23 Sep 2024 23:21:24
    |
Ryan Steinmetz (zi)  |
databases/proxysql: Update to 2.6.6 |
2.6.4 27 Aug 2024 18:05:49
    |
Ryan Steinmetz (zi)  |
databases/proxysql: Update to 2.6.4 |
2.6.3 03 Jun 2024 21:52:17
    |
Ryan Steinmetz (zi)  |
databases/proxysql: Update to 2.6.3
- Mark i386 as BROKEN
- Note fdescfs requirement/add patch to use fdescfs |
2.6.2 05 Apr 2024 07:33:43
    |
Ryan Steinmetz (zi)  |
databases/proxysql: Update to 2.6.2
- Update service arg initialize to initial, to match upstream
documentation |
2.6.1_1 01 Apr 2024 16:09:29
    |
Ryan Steinmetz (zi)  |
databases/proxysql: Various Improvements
- Resolve 14.x build issue
- Do not force use of admin socket
- Fix RESTAPI support
- Bump PORTREVISION |
2.6.1 29 Mar 2024 16:23:00
    |
Ryan Steinmetz (zi)  |
databases/proxysql: New port!
ProxySQL is a high performance, high availability, protocol aware proxy for
MySQL and forks (like Percona Server and MariaDB).
With its ability to intelligently route queries, balance loads, and provide
failover handling, ProxySQL empowers organizations to harness the full
potential of their database infrastructure. Whether grappling with
scalability challenges, striving to enhance performance, or seeking to
ensure high availability, ProxySQL emerges as a versatile ally, capable of
addressing diverse needs across various database environments.
WWW: https://www.proxysql.com/ |
Number of commits found: 8
|