| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
| |
all: drop supoprt for FreeBSD 14.3
While here clean up some leftovers from FreeBSD 13
Reviewed by: adamw, jbeich, kirill_varnakov.com, saheed, sunpoet
Approved by: portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D57282
|
| |
|
|
|
|
| |
PR: 295035
Approved by: maintainer
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
cad/alliance, databases/proxysql, deskutils/growl-for-linux,
emulators/wine-proton, net/yate, sysutils/grub2-efi,
sysutils/grub2-pcbsd: Add USE_CSTD=gnu11 because autoconf 2.73 tries
to use C23 and these ports are broken with that.
PR: 293963
Exp-run by: antoine
|
| |
|
|
| |
- Remove remaining unneeded patches for 3.0.6 update
|
| |
|
|
|
| |
- The previous commit actually updated us to 3.0.5 as upstream uses
the 3.0.6 tag as the start of 3.0.6 and v3.0.6 as the actual release.
|
| | |
|
| |
|
|
|
| |
PR: 293023
Reported by: Vincent Milum Jr <freebsd@darkain.com>
|
| |
|
|
|
|
|
|
|
| |
Seems like I forgot to check in the patch files last time.
Write the patch files anew and add them to the tree.
Fixes: 0586757c29f879c3375f7a782d1d4824851d360a
Approved by: portmgr (build fix blanket)
MFH: 2025Q4
|
| |
|
|
|
|
|
| |
size_t vs. unsigned long type confusion.
Approved by: portmgr (build fix blanket)
MFH: 2025Q3
|
| |
|
|
|
|
| |
PR: 221293
PR: 251489
PR: 257070
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
|
| |
- Mark i386 as BROKEN
- Note fdescfs requirement/add patch to use fdescfs
|
| |
|
|
|
| |
- Update service arg initialize to initial, to match upstream
documentation
|
| |
|
|
|
|
|
| |
- Resolve 14.x build issue
- Do not force use of admin socket
- Fix RESTAPI support
- Bump PORTREVISION
|
|
|
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/
|