non port: databases/xtrabackup8/Makefile |
SVNWeb
|
Number of commits found: 15 |
Fri, 10 Mar 2023
|
[ 10:46 Eugene Grosbein (eugen) ] 6d631ac
databases/xtrabackup8: fix build for i386
Improve alignment fix and backport small code change
from MySQL 8.0.32 codebase to fix build for i386.
Fixes: d06e12de9aeccfddb388561466ef833a2906d39e
|
Sun, 26 Feb 2023
|
[ 08:58 Eugene Grosbein (eugen) ] d06e12d
databases/xtrabackup8: update to version 8.0.31-24
This change includes files/patch-llvm-15, a copy of the patch
fixing UB in MySQL Server 8.0.31 code included in xtrabackup8
and discovered with Clang 15:
https://cgit.freebsd.org/ports/tree/databases/mysql80-server/files/patch-llvm15-fix?id=9f33a321916b
The version 8.0.31-24 includes auto-tuning of its "use-memory" option
that needs implementation of host_free_memory() but lacks one
suitable for FreeBSD. This change adds simple implementation by me
in files/patch-storage_innobase_xtrabackup_src_utils.cc
that sums sysctls vm.stats.vm.v_free_count and vm.stats.vm.v_inactive_count
assuming that FreeBSD VM subsystem frees Inactive pages as needed.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 19 Oct 2022
|
[ 08:10 Jan Beich (jbeich) ] dfe25d7 (Only the first 10 of 208 ports in this commit are shown above. )
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above )
|
Sun, 22 May 2022
|
[ 20:17 Dima Panov (fluffy) ] d4f3d96
databases/xtrabackup8: bundle boost-1.72, last supported release
PR: 246106
|
Thu, 7 Apr 2022
|
[ 00:39 Jan Beich (jbeich) ] 268cee3 (Only the first 10 of 179 ports in this commit are shown above. )
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy
|
Thu, 28 Oct 2021
|
[ 16:37 Jan Beich (jbeich) ] f34ece3 (Only the first 10 of 157 ports in this commit are shown above. )
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine
|
Thu, 2 Sep 2021
|
[ 18:09 Adam Weinberger (adamw) ] 58f4520 (Only the first 10 of 11 ports in this commit are shown above. )
many: Depend on vim instead of vim-console
|
Thu, 8 Apr 2021
|
[ 23:33 Jan Beich (jbeich) ] 69d24a7 (Only the first 10 of 145 ports in this commit are shown above. )
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 12 Nov 2020
|
[ 14:00 danfe ]
Make sure that ARCH variable is defined at the time of check.
Reported by: dvl
Pointy hat to: danfe
|
[ 10:19 danfe ]
Allow to build on FreeBSD pre-12.x and i386 by stealing some patches
from the `databases/mysql80-server' port.
Suggested by: fluffy
|
Sat, 7 Nov 2020
|
[ 10:09 danfe ]
- Do not install manpages, they belong to third-party software and
make the package conflict with other packages (of that software)
- Register installation conflict with port that serves version 2.4
- Empty directories should be pruned with rmdir(1), not ``rm -rf''
|
Fri, 6 Nov 2020
|
[ 20:37 danfe ]
Split `databases/xtrabackup8', based on 8.x versions, which is intended
to be used against `databases/mysql80-server', which versions 2.4.x are
incompatible with.
PR: 250744
|
Number of commits found: 15 |