summaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* databases/puppetdb-terminus8: Remove expired portRene Ladan2026-07-016-110/+0
| | | | 2026-07-01 databases/puppetdb-terminus8: Discontinued, use databases/openvoxdb-terminus8
* databases/puppetdb8: Remove expired portRene Ladan2026-07-0114-293/+0
| | | | 2026-07-01 databases/puppetdb8: Discontinued, use databases/openvoxdb8
* databases/Makefile: Remove hook of deleted portYusuf Yaman2026-07-011-1/+0
| | | | | | | | | | It appears that the port databases/mariadb106-client has been removed, but an entry for it still exists in databases/Makefile. PR: 296426 Reported by: M. Voorhis <mvoorhis@mcvau.net> Approved by: osa, vvd (Mentors, implicit) Fixes: 0df4ffbdef34 ("databases/mariadb106-client: remove epired port")
* databases/py-redis: Relax RUN_DEPENDS for py-xxhashPo-Chuan Hsieh2026-06-302-1/+13
| | | | | | | - Bump PORTREVISION for package change PR: 296097 Reported by: <vermiculous@mailbox.org>
* databases/py-leveldb: Fix build with Python 3.12+Po-Chuan Hsieh2026-06-301-0/+9
| | | | | | | | | | | | | | cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.12 -c leveldb_object.cc -o build/temp.freebsd-15.0-RELEASE-p10-amd64-cpython-312/leveldb_object.o -I/usr/local/include -I. -fno-builtin-memcmp -O2 -fPIC -pthread -Wall -DOS_FREEBSD -DLEVELDB_PLATFORM_POSIX leveldb_object.cc:795:19: error: use of undeclared identifier 'PyUnicode_AS_UNICODE' 795 | Py_UNICODE* c = PyUnicode_AS_UNICODE(p); | ^ 1 error generated. error: command '/usr/bin/cc' failed with exit code 1 ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Reference: https://pkg-status.freebsd.org/beefy23/data/150amd64-default/a1fb4afca079/logs/py312-leveldb-0.201_1.log
* databases/sqlite3: Update to 3.53.3Po-Chuan Hsieh2026-06-303-127/+85
| | | | | | | | | | | | | - Update MASTER_SITES - Update WWW - Simplify USES=cpe - Sort CPPFLAGS - Remove STRIP option - Remove post-fetch: - Use EXAMPLESDIR - Cosmetic change Changes: https://sqlite.org/news.html
* databases/py-fastparquet: Remove expired portRene Ladan2026-06-304-51/+0
| | | | 2026-06-30 databases/py-fastparquet: Retired by upstream. See https://github.com/dask/fastparquet/commit/dfe8d4ed0107427674dfa1b18918a167f057a328 for details
* cleanup: Remove expired databases/mysql96-*Rene Ladan2026-06-3057-2246/+0
| | | | | 2026-06-30 databases/mysql96-client: EOLed upstream, switch to newer version 2026-06-30 databases/mysql96-server: EOLed upstream, switch to newer version
* databases/mariadb106-client: remove epired portRene Ladan2026-06-302-276/+0
|
* databases/mariadb106-server: Remove expired portRene Ladan2026-06-3013-1166/+0
| | | | 2026-06-30 databases/mariadb106-server: End-of-Life approaching, please switch to 11.8 (or 11.4)
* databases/adminer: Remove expired portRene Ladan2026-06-309-297/+0
| | | | 2026-06-30 databases/adminer: Project's poor security practices
* databases/mysql97-{server|client}: Update to 9.7.1Jochen Neumeister2026-06-302-4/+4
| | | | | | Changelog: https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-7-1.html Sponsored by: Netzkommune GmbH
* databases/mysql84-{server|client}: Update to 8.4.10Jochen Neumeister2026-06-302-4/+4
| | | | | | Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-10.html Sponsored by: Netzkommune GmbH
* databases/postgresql-jdbc: Update to 42.7.12Palle Girgensohn2026-06-302-5/+4
| | | | | Release notes: https://jdbc.postgresql.org/changelogs/2026-06-29-42.7.12-release/ Security: 7701f760-745c-11f1-bc50-6cc21735f730
* databases/rocksdb-jni: enable building with openjdk25Ronald Klop2026-06-301-2/+2
| | | | | PR: 296384 Approved-by: Yuri Victorovich <yuri@>
* databases/pg_qualstats: Update to 2.1.4Palle Girgensohn2026-06-303-5/+7
| | | | Changelog: https://github.com/powa-team/pg_qualstats/blob/master/CHANGELOG
* databases/rqlite: update 10.2.4 → 10.2.5Yuri Victorovich2026-06-302-6/+6
|
* databases/ocaml-pgocaml: New portBenjamin Jacobs2026-06-285-0/+116
| | | | | | | | | This library implements the PostgreSQL wire protocol (version 2, for PostgreSQL 7 and above) in pure OCaml. In addition to a low-level interface, this library provides a PPX syntax extension to type-check and validate SQL expressions at build time. WWW: https://github.com/darioteixeira/pgocaml
* databases/xtrabackup84: upgrade to 8.4.0-6Oleksii Samorukov2026-06-282-4/+8
| | | | | Changelog: https://docs.percona.com/new/2026/06/24/percona-xtrabackup-840-6-has-been-released/ Reported by: https://repology.org/
* databases/rocksdb9: Fix build on 16-CURRENT (Clang 21)Po-Chuan Hsieh2026-06-282-1/+6
| | | | | | | | | | | | | | | mkdir -p port && clang++ -O2 -pipe -DOS_FREEBSD -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wno-unused-parameter -Wno-unused-variable -Wno-sync-alignment -isystem /usr/local/include -std=c++17 -fPIC -DROCKSDB_DLL -DROCKSDB_USE_RTTI -g -W -Wextra -Wall -Wsign-compare -Wshadow -Wunused-parameter -Werror -I. -I./include -std=c++17 -O2 -pipe -DOS_FREEBSD -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wno-unused-parameter -Wno-unused-variable -Wno-sync-alignment -isystem /usr/local/include -std=c++17 -faligned-new -DHAVE_ALIGNED_NEW -DROCKSDB_PLATFORM_POSIX -DROCKSDB_LIB_IO_POSIX -O2 -pipe -DOS_FREEBSD -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -D_REENTRANT -DOS_FREEBSD -DSNAPPY -DGFLAGS=1 -DZLIB -DBZIP2 -DLZ4 -DZSTD -DROCKSDB_MALLOC_USABLE_SIZE -DROCKSDB_PTHREAD_ADAPTIVE_MUTEX -DROCKSDB_BACKTRACE -DROCKSDB_SCHED_GETCPU_PRESENT -Wshorten-64-to-32 -DHAVE_UINT128_EXTENSION -isystem third-party/gtest-1.8.1/fused-src -O2 -fno-omit-frame-pointer -momit-leaf-frame-pointer -DNDEBUG -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-invalid-offsetof -c port/mmap.cc -o port/mmap.o port/mmap.cc:46:15: error: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'rocksdb::MemMapping' [-Werror,-Wnontrivial-memcall] 46 | std::memcpy(this, &other, sizeof(*this)); | ^ port/mmap.cc:46:15: note: explicitly cast the pointer to silence this warning 46 | std::memcpy(this, &other, sizeof(*this)); | ^ | (void*) 1 error generated. Reference: https://pkg-status.freebsd.org/beefy24/data/main-amd64-default/p69f57ea536e0_s2ff705f32a2/logs/rocksdb9-9.11.2_1.log Obtained from: https://github.com/facebook/rocksdb/commit/496eebaee891c5f132d1ec1d9293a9c7f59b1e46
* databases/clickhouse-devel: Update version 26.2.9.9=>26.2.10.10Muhammad Moinur Rahman2026-06-283-7/+7
| | | | Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.2.10.10-stable
* databases/clickhouse: Update version 26.3.4.11=>26.3.5.12Muhammad Moinur Rahman2026-06-283-7/+7
| | | | Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.3.5.12-lts
* databases/freetds-devel: Update version 1.5.407=>1.5.408Muhammad Moinur Rahman2026-06-282-4/+4
|
* databases/turso: New portWen Heping2026-06-285-0/+2224
| | | | | | | | | | Turso is an open-source, SQLite-compatible database written in Rust that lets developers create millions of small, file-based databases for AI agents, multi-tenant SaaS applications, and edge workloads. Unlike traditional databases that run as a single shared server process, Turso treats each database as a lightweight file that can be spun up instantly, replicated globally, or synced to a device.
* databases/openvoxdb8: Update to 8.14.1Romain Tartière2026-06-284-8/+8
| | | | | | | Release notes: https://github.com/OpenVoxProject/openvoxdb/releases/tag/8.14.1 With hat: puppet
* databases/clickhouse-devel: Update version 26.2.8.15=>26.2.9.9Muhammad Moinur Rahman2026-06-282-4/+4
| | | | Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.2.9.9-stable
* databases/clickhouse: Update version 26.3.3.20=>26.3.4.11Muhammad Moinur Rahman2026-06-283-25/+25
| | | | Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.3.4.11-lts
* databases/freetds-devel: Update version 1.5.402=>1.5.407Muhammad Moinur Rahman2026-06-282-4/+4
|
* databases/clickhouse-devel: Update version 26.2.7.17=>26.2.8.15Muhammad Moinur Rahman2026-06-273-22/+22
| | | | Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.2.8.15-stable
* databases/clickhouse: Update version 26.3.2.3=>26.3.3.20Muhammad Moinur Rahman2026-06-272-4/+4
| | | | Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.3.3.20-lts
* databases/freetds-devel: Update version 1.5.400=>1.5.402Muhammad Moinur Rahman2026-06-272-4/+4
|
* databases/weaviate: update 1.38.1 → 1.38.2Yuri Victorovich2026-06-272-6/+6
|
* databases/py-sqlmodel: Update to 0.0.39Hiroki Tagato2026-06-272-5/+6
| | | | | | Changelog: https://github.com/fastapi/sqlmodel/blob/0.0.39/docs/release-notes.md Reported by: Repology
* databases/py-valkey: Fix USE_PYTHON=cryptography usagePo-Chuan Hsieh2026-06-261-2/+2
| | | | | Approved by: portmgr (blanket) With hat: python
* databases/py-pymysql: Fix USE_PYTHON=cryptography* usagePo-Chuan Hsieh2026-06-261-3/+3
| | | | | | | | - While I'm here, fix options dependency helpers - Bump PORTREVISION for dependency change Approved by: portmgr (blanket) With hat: python
* databases/py-asyncpg: Clean up USES=pythonPo-Chuan Hsieh2026-06-261-1/+1
| | | | | | | Python 3.10 is the minimal supported Python 3. Approved by: portmgr (blanket) With hat: python
* databases/rubygem-globalid-rails81: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|
* databases/rubygem-globalid-rails80: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|
* databases/rubygem-globalid-rails72: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|
* databases/rubygem-globalid-rails71: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|
* databases/rubygem-globalid-rails70: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|
* databases/rubygem-globalid-rails61: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|
* databases/rubygem-globalid-rails60: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|
* databases/rubygem-globalid-rails52: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|
* databases/rubygem-globalid-rails50: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|
* databases/rubygem-globalid-rails5: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|
* databases/rubygem-globalid: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|
* databases/rubygem-dalli: Update to 5.0.5Po-Chuan Hsieh2026-06-262-5/+6
| | | | Changes: https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md
* databases/rubygem-activerecord81: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|
* databases/rubygem-activerecord80: Cosmetic changePo-Chuan Hsieh2026-06-261-1/+2
|