Commit Graph

26775 Commits

Author SHA1 Message Date
Yuri Victorovich e041d92e4c databases/nanodbc: Broken on 15; Update WWW
Reported by:	fallout
2024-10-31 01:28:17 -07:00
Ronald Klop 983cfe5519 databases/mongodb80: unbreak on 15 + llvm 19.1.2
stick to <= llvm18 on FreeBSD 15

fixes:
In file included from src/third_party/mozjs/platform/aarch64/freebsd/build/Unified_cpp_js_src13.cpp:2:
In file included from src/third_party/mozjs/extract/js/src/vm/GlobalObject.cpp:7:
In file included from src/third_party/mozjs/extract/js/src/vm/GlobalObject.h:34:
In file included from src/third_party/mozjs/extract/js/src/vm/JSContext.h:22:
In file included from src/third_party/mozjs/extract/js/src/jit/PcScriptCache.h:12:
In file included from src/third_party/mozjs/extract/js/src/vm/Runtime.h:49:
In file included from src/third_party/mozjs/extract/js/src/vm/Caches.h:17:
In file included from src/third_party/mozjs/extract/js/src/frontend/ScopeBindingCache.h:20:
In file included from src/third_party/mozjs/extract/js/src/vm/Scope.h:34:
In file included from src/third_party/mozjs/extract/js/src/vm/JSFunction.h:25:
In file included from src/third_party/mozjs/extract/js/src/vm/JSScript.h:41:
In file included from src/third_party/mozjs/extract/js/src/vm/SharedImmutableStringsCache.h:22:
src/third_party/mozjs/extract/js/src/threading/ExclusiveData.h:113:29: error: reference to non-static member function must be called
  113 |       : lock_(std::move(rhs.lock)), value_(std::move(rhs.value_)) {
      |                         ~~~~^~~~
1 error generated.
2024-10-31 08:31:06 +01:00
Ronald Klop 812019cddd databases/mongodb70: unbreak on 15 + llvm 19.1.2
stick to <= llvm18 on FreeBSD 15

fixes:
In file included from src/third_party/mozjs/platform/x86_64/freebsd/build/Unified_cpp_js_src4.cpp:20:
In file included from src/third_party/mozjs/extract/js/src/jsapi.cpp:42:
In file included from src/third_party/mozjs/extract/js/src/gc/PublicIterators.h:17:
In file included from src/third_party/mozjs/extract/js/src/gc/Zone.h:33:
In file included from src/third_party/mozjs/extract/js/src/vm/JSScript.h:41:
In file included from src/third_party/mozjs/extract/js/src/vm/SharedImmutableStringsCache.h:22:
src/third_party/mozjs/extract/js/src/threading/ExclusiveData.h:113:29: error: reference to non-static member function must be called
  113 |       : lock_(std::move(rhs.lock)), value_(std::move(rhs.value_)) {
      |                         ~~~~^~~~
1 error generated.
2024-10-31 08:31:04 +01:00
Po-Chuan Hsieh 7da51548a6 databases/py-fakeredis: Update to 2.26.1
Changes:	https://github.com/cunla/fakeredis-py/releases
2024-10-30 22:54:22 +08:00
László Károlyi e0df701284 databases/luadbi: Update to 0.7.4
Works with mysql 8.0 and 8.1.
Replace -I${LOCALBASE}/include to USES=localbase.
Pet portfmt.
Switch to DISTVERSION.

PR:		270844
Approved by:	maintainer timeout (2 weeks)
2024-10-30 07:57:51 +01:00
Ronald Klop d6e2af38f2 databases/mongodb60: unbreak on 15 + llvm 19.1.2
stick to <= llvm18 on FreeBSD 15

fixes:
[00:05:15] In file included from src/third_party/mozjs/platform/aarch64/freebsd/build/Unified_cpp_js_src13.cpp:2:
[00:05:15] In file included from src/third_party/mozjs/extract/js/src/vm/ArrayBufferObject.cpp:7:
[00:05:15] In file included from src/third_party/mozjs/extract/js/src/vm/ArrayBufferObject-inl.h:13:
[00:05:15] In file included from src/third_party/mozjs/extract/js/src/vm/ArrayBufferObject.h:20:
[00:05:15] In file included from src/third_party/mozjs/extract/js/src/vm/Runtime.h:55:
[00:05:15] In file included from src/third_party/mozjs/extract/js/src/vm/Caches.h:22:
[00:05:15] In file included from src/third_party/mozjs/extract/js/src/vm/JSScript.h:46:
[00:05:15] In file included from src/third_party/mozjs/extract/js/src/vm/SharedImmutableStringsCache.h:22:
[00:05:15] src/third_party/mozjs/extract/js/src/threading/ExclusiveData.h:113:29: error: reference to non-static member function must be called
[00:05:15]   113 |       : lock_(std::move(rhs.lock)), value_(std::move(rhs.value_)) {
[00:05:15]       |                         ~~~~^~~~
2024-10-29 23:14:42 +01:00
Po-Chuan Hsieh 19001ee5e7 databases/rubygem-pg: Update to 1.5.9
Changes:	https://github.com/ged/ruby-pg/blob/master/History.md
2024-10-29 22:38:53 +08:00
Po-Chuan Hsieh 54bf02fe12 databases/p5-DBD-SQLite: Update to 1.76
Changes:	https://metacpan.org/dist/DBD-SQLite/changes
2024-10-29 22:38:51 +08:00
Po-Chuan Hsieh b51133d7b1 databases/py-sqlglotrs: Update to 0.2.13
Changes:	https://github.com/tobymao/sqlglot/commits/main/sqlglotrs
2024-10-29 22:38:33 +08:00
Po-Chuan Hsieh f5bf986199 databases/py-sqlglot: Update to 25.28.0
Changes:	https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md
2024-10-29 22:38:33 +08:00
Po-Chuan Hsieh f64e4cf13b databases/py-redis: Update to 5.2.0
Changes:	https://github.com/redis/redis-py/releases
2024-10-29 22:38:32 +08:00
Po-Chuan Hsieh f375821ea0 databases/py-fakeredis: Update to 2.26.0
Changes:	https://github.com/cunla/fakeredis-py/releases
2024-10-29 22:38:32 +08:00
Po-Chuan Hsieh 94829e74ad devel/protobuf: Update to 28.3
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2024-10-29 22:38:30 +08:00
Ronald Klop abe39441c2 databases/mongodb50: stick to <= llvm18 on FreeBSD 15
build is broken with llvm19

fixes:
[00:35:47] In file included from src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src19.cpp:2:
[00:35:48] In file included from src/third_party/mozjs-60/extract/js/src/jit/MacroAssembler.cpp:7:
[00:35:48] In file included from src/third_party/mozjs-60/extract/js/src/jit/MacroAssembler-inl.h:10:
[00:35:48] In file included from src/third_party/mozjs-60/extract/js/src/jit/MacroAssembler.h:14:
[00:35:48] In file included from src/third_party/mozjs-60/extract/js/src/vm/JSCompartment.h:22:
[00:35:48] In file included from src/third_party/mozjs-60/extract/js/src/gc/Zone.h:18:
[00:35:48] In file included from src/third_party/mozjs-60/extract/js/src/vm/Runtime.h:27:
[00:35:48] In file included from src/third_party/mozjs-60/extract/js/src/frontend/NameCollections.h:13:
[00:35:48] In file included from src/third_party/mozjs-60/extract/js/src/vm/Stack.h:23:
[00:35:48] In file included from src/third_party/mozjs-60/extract/js/src/jit/JSJitFrameIter.h:15:
[00:35:48] In file included from src/third_party/mozjs-60/extract/js/src/vm/JSFunction.h:17:
[00:35:48] In file included from src/third_party/mozjs-60/extract/js/src/vm/JSScript.h:31:
[00:35:48] In file included from src/third_party/mozjs-60/extract/js/src/vm/SharedImmutableStringsCache.h:21:
[00:35:48] src/third_party/mozjs-60/extract/js/src/threading/ExclusiveData.h:124:33: error: reference to non-static member function must be called
[00:35:48]   124 |       : lock_(mozilla::Move(rhs.lock))
[00:35:48]       |                             ~~~~^~~~
2024-10-29 08:52:04 +01:00
Colin Percival 332c73b035 */*: Fix INDEX 2024-10-28 17:01:03 -07:00
Torsten Zuehlsdorff b3ac13fbfd databases/pg_cron: New port
pg_cron is a simple cron-based job scheduler for PostgreSQL (10 or higher) that
  runs inside the database as an extension. It uses the same syntax as regular
  cron, but it allows you to schedule PostgreSQL commands directly from the
  database.

Sponsored by:	Bounce Commerce
2024-10-28 23:53:44 +01:00
Yuri Victorovich 75ab1fa9d0 databases/rocksdb-jni: Update WWW 2024-10-28 12:43:34 -07:00
Yuri Victorovich 8df62e768b databases/usql: update 0.19.4 → 0.19.12 2024-10-27 14:40:41 -07:00
Yuri Victorovich a03f4f1301 databases/usql: Update WWW 2024-10-27 14:40:40 -07:00
Po-Chuan Hsieh 877961ca5c databases/rubygem-activerecord72: Update to 7.2.1.2
Changes:	https://github.com/rails/rails/releases
2024-10-27 07:29:04 +08:00
Po-Chuan Hsieh 23dd43b11f databases/rubygem-activemodel72: Update to 7.2.1.2
Changes:	https://github.com/rails/rails/releases
2024-10-27 07:29:03 +08:00
Po-Chuan Hsieh 3e8e03a2db databases/rubygem-activerecord71: Update to 7.1.4.2
Changes:	https://github.com/rails/rails/releases
2024-10-27 07:28:36 +08:00
Po-Chuan Hsieh d3abb229e5 databases/rubygem-activemodel71: Update to 7.1.4.2
Changes:	https://github.com/rails/rails/releases
2024-10-27 07:28:35 +08:00
Po-Chuan Hsieh 26b3d166f5 databases/rubygem-activerecord70: Update to 7.0.8.6
Changes:	https://github.com/rails/rails/releases
2024-10-27 07:28:07 +08:00
Po-Chuan Hsieh bfcec84198 databases/rubygem-activemodel70: Update to 7.0.8.6
Changes:	https://github.com/rails/rails/releases
2024-10-27 07:28:06 +08:00
Po-Chuan Hsieh 25f4013515 databases/rubygem-activerecord61: Update to 6.1.7.10
Changes:	https://github.com/rails/rails/releases
2024-10-27 07:27:39 +08:00
Po-Chuan Hsieh 199d2ada6b databases/rubygem-activemodel61: Update to 6.1.7.10
Changes:	https://github.com/rails/rails/releases
2024-10-27 07:27:38 +08:00
Po-Chuan Hsieh e12c5b52d5 databases/rubygem-sqlite3: Update to 2.1.1
Changes:	https://github.com/sparklemotion/sqlite3-ruby/releases
2024-10-27 07:27:04 +08:00
Po-Chuan Hsieh f92e06390b databases/py-tiledb: Update to 0.32.4
Changes:	https://github.com/TileDB-Inc/TileDB-Py/releases
2024-10-27 07:26:28 +08:00
Po-Chuan Hsieh 557215d97a databases/py-sqlglot: Update to 25.27.0
Changes:	https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md
2024-10-27 07:26:27 +08:00
Daniel Engberg f85be989e0 databases/vsqlite: Deprecate and set expiration date to 2024-11-30
Last release in 2014, last commit 4 years ago
There are also open PRs upstream etc further pointing to abandonware

PR:		281377
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-10-26 19:27:11 +02:00
Po-Chuan Hsieh 85b93ac3c9 databases/py-sqlglot: Update to 25.26.0
Changes:	https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md
2024-10-26 14:00:21 +08:00
Po-Chuan Hsieh b22f06178c databases/postgresql-orafce: Update to 4.13.5
Changes:	https://github.com/orafce/orafce/releases
2024-10-26 14:00:06 +08:00
Yuri Victorovich 7ec04b1e2f databases/surrealdb: Update WWW 2024-10-25 20:15:20 -07:00
Po-Chuan Hsieh dcebc64b18 databases/p5-DBIx-Connector: Update to 0.60
Changes:	https://metacpan.org/dist/DBIx-Connector/changes
2024-10-26 10:02:10 +08:00
Volodymyr Kostyrko c74295ab36 databases/py-Pyrseas: Update 0.9.1 → 0.10.0
Commitlog:
https://github.com/perseas/Pyrseas/compare/v0.9.1...v0.10.0

Improve port: add NO_ARCH=yes, sort options for "pet portclippy".

PR:	278093
2024-10-25 20:20:44 +03:00
Michael Schout fa7b9d952e databases/pgbackrest: Update 2.53 → 2.54.0
Changelogs:
https://pgbackrest.org/release.html#2.53.1
https://pgbackrest.org/release.html#2.54.0

PR:	282302
2024-10-25 19:53:17 +03:00
Muhammad Moinur Rahman 6b5c13dcd6 */geoserver*: Update version 2.25.3=>2.26.0
Changelog: https://geoserver.org/announcements/vulnerability/2024/09/18/geoserver-2-26-0-released.html
2024-10-25 17:54:30 +02:00
Muhammad Moinur Rahman f0c80efac4 databases/memcached: Update version 1.6.31=>1.6.32
Changelog: https://github.com/memcached/memcached/wiki/ReleaseNotes1632
2024-10-25 17:54:18 +02:00
Björn Lemke 3e3c5c10d1 databases/cego: update 2.49.10 -> 2.49.11
- Patch added for memory leak in CegoSelect::cleanUp and
  CegoSelect::reset, for both methods, _pCacheList has to checked and
  freed, since for uncompleted queries ( e.g. exists clause ) the
  _pCacheList was still not deleted
- Another fix for memory leak added in CegoFieldValue::getLocalCopy,
  Before allocation, _len has to be checked for _len < STATICFIELDBUF
  and then use _staticBuf, otherwise, the memory is lost
2024-10-25 16:29:18 +02:00
Po-Chuan Hsieh 65db607287 databases/rubygem-redis-cluster-client: Update to 0.11.6
Changes:	https://github.com/redis-rb/redis-cluster-client/releases
2024-10-25 19:18:11 +08:00
Po-Chuan Hsieh 362830ef08 databases/pecl-memcached: Update to 3.2.0
Changes:	https://pecl.php.net/package-changelog.php?package=memcached
		https://github.com/php-memcached-dev/php-memcached/releases
2024-10-25 19:17:37 +08:00
Po-Chuan Hsieh 19aa52f01a databases/rocksdb: Update to 9.7.3
Changes:	https://github.com/facebook/rocksdb/releases
2024-10-25 19:17:07 +08:00
Yuri Victorovich 5c62374b06 databases/diesel: Update WWW 2024-10-25 03:15:36 -07:00
Rene Ladan b4749dc1c0 databases/rubygem-discard-rails61: Remove expired port
2024-10-24 databases/rubygem-discard-rails61: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
2024-10-24 22:38:12 +02:00
Rene Ladan f302b8857a databases/rubygem-pghero-rails61: Remove expired port
2024-10-24 databases/rubygem-pghero-rails61: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
2024-10-24 22:33:50 +02:00
Wen Heping b79c3e0557 databases/zodb: Update to 6.0 2024-10-24 08:09:55 +00:00
Kevin Bowling f59f3f541f databases/timescaledb: Update to 2.17.1 2024-10-23 12:55:20 -07:00
Kevin Bowling c153064807 databases/timescaledb-tune: Update to 0.17.1 2024-10-23 12:53:34 -07:00
Yuri Victorovich 7757b22df6 databases/usql: update 0.19.3 → 0.19.4
Reported by:	portscout
2024-10-23 02:44:44 -07:00