Commit graph

25440 commits

Author SHA1 Message Date
Daniel Engberg
82b56c1453 */*: Mark all ports that uses bsdforge.com in MASTER_SITES broken
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.

Approved by:	portmgr (blanket)
2024-01-04 18:37:09 +01:00
Matthias Fechner
d4a2cc3cca www/gitlab-ce: add new ports required for 16.7 2024-01-03 15:58:07 +02:00
Tobias C. Berner
672f0463c7 graphics/poppler: bump revision of consumers 2024-01-03 08:18:40 +01:00
Thierry Thomas
f2489ab0c7 */*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR:		275860
2024-01-01 12:49:51 +01:00
Antoine Brodin
d10746733e devel/py-pydantic: bump PORTEPOCH 2024-01-01 08:59:06 +00:00
Yuri Victorovich
c626c1219d databases/rqlite: update 8.13.5 → 8.14.0
Reported by:	portscout
2024-01-01 00:09:02 -08:00
Yuri Victorovich
2dc6d28321 databases/sqlx-cli: New port: Rust SQL Toolkit with support for PostgreSQL, MySQL, SQLite, MSSQL 2023-12-31 00:53:16 -08:00
Muhammad Moinur Rahman
ff30573ace databases/redisdesktopmanager: Jettison byteswap/endian hacks 2023-12-31 05:06:26 +01:00
Muhammad Moinur Rahman
bbab7f59e9 */*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
2023-12-31 01:37:05 +01:00
Muhammad Moinur Rahman
bbd8259de3 databases/postgresql11: Sunset 2023-12-31 01:06:40 +01:00
Muhammad Moinur Rahman
beced896ad lang/php80: Sunset 2023-12-31 01:06:40 +01:00
Muhammad Moinur Rahman
e716c4e0ea databases/mysql57-*: Remove expired port 2023-12-31 01:06:36 +01:00
Muhammad Moinur Rahman
24f01fff67 databases/pgpool-II-40: Remove expired port
2023-12-31 databases/pgpool-II-40: Upstream EOL reaches on 2023-12-31
2023-12-31 01:06:14 +01:00
Muhammad Moinur Rahman
74b5232a29 databases/mysqlwsrep57-server: Remove expired port
Depends on upstream EOL MySQL 5.7.
2023-12-31 01:06:11 +01:00
Muhammad Moinur Rahman
7b9d7322b6 databases/ateam_mysql57_ldap_auth: Remove expired port
Depends on upstream EOL MySQL 5.7
2023-12-31 01:06:11 +01:00
Gleb Popov
42f0f157aa databases/tarantool2: Attach to the build.
Reported by:	antoine
Fixes:	1251766a70
2023-12-30 14:41:16 +03:00
Yuri Victorovich
63e374e8e1 databases/rqlite: update 8.13.2 → 8.13.5
Reported by:	portscout
2023-12-30 02:07:33 -08:00
Muhammad Moinur Rahman
77d73772fd databases/kexi: Remove non default option WEBKIT 2023-12-30 10:25:24 +01:00
Muhammad Moinur Rahman
60f3dd3afd databases/mysql-connector-odbc-80: Remove references to percona
Remove stale references to Percona which has been removed from the tree
2023-12-30 08:16:41 +01:00
Jason E. Hale
dc05989834 Qt5: Update to 5.15.12
Update devel/pyside2* and devel/shiboken2 to 5.15.12

Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.12/release-note.md
2023-12-30 00:36:12 -05:00
Pavel Balaev
8dbbacc797 databases/tarantool: Update to 3.0.0
New major release:
https://github.com/tarantool/tarantool/releases/tag/3.0.0

Signed-off-by: Pavel Balaev <mail@void.so>
2023-12-29 23:10:53 +03:00
Pavel Balaev
1251766a70 databases/tarantool: Renamed to tarantool2
A new major version of the tarantool has been released.
databases/tarantool renamed to databases/tarantool2.
2.11 is an LTS version and it is advisable to leave the
option to install it.

Signed-off-by: Pavel Balaev <mail@void.so>
2023-12-29 23:10:53 +03:00
Muhammad Moinur Rahman
ee6c86aea5 */*: Refactor with IGNORE_WITH_MYSQL
- There are multiple ports which has MYSQL options and are non-DEFAULT.
  Most of the time committers actually forget to check with the OPTION
  enabled and in some cases they are BROKEN with newr versions of mysql.
  So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
  appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
  MySQL usability over MariaDB to explore the future possibility of
  shifting to MariaDB as the default as major ports upstream have moved
  their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
  If a port is broken on all instances of MySQL/MariaDB:
  - If a port has the option of multiple DB backends and MySQL is the
    default then the DEFAULT will be changed to PGSQL/SQLITE before
    2024Q1. And the OPTION will be removed before 2024Q2. If a
    MAINTAINER is aware about such cases and want to prefer PGSQL over
    SQLITE or vice versa please do so at your own accord. Otherwise
    PGSQL will be preferred over SQLITE.
  - If a port has the option of multiple DB backends and MySQL is not
    the default then the the OPTION will be removed before 2024Q1.

Approved by:	portmgr (blanket)
2023-12-29 19:24:39 +01:00
Bernard Spil
d955b15c58 databases/mariadb1011-server: Register expiration date
* See
   * https://mariadb.com/kb/en/changes-improvements-in-mariadb-1011/
   * https://mariadb.com/kb/en/changes-improvements-in-mariadb-106/
   * https://mariadb.com/kb/en/changes-improvements-in-mariadb-105/
2023-12-29 12:24:33 +01:00
Bernard Spil
337df9fd79 databases/mariadb-connector-odbc: Update to 3.1.20 2023-12-29 12:12:17 +01:00
Bernard Spil
5d92212c0f databases/unixODBC: Update to 2.3.12 2023-12-29 12:12:02 +01:00
Bernard Spil
3256f51759 databases/mariadb-connector-c: Update to 3.3.8 2023-12-29 12:11:49 +01:00
Palle Girgensohn
16f2f4c4df databases/postgresql??-server: Properly set login class at start
PR:	275851 (submitted by takeda at takeda.tk)
2023-12-28 11:20:24 +01:00
Muhammad Moinur Rahman
df4c7c88c9 databases/mroonga: Ignore with MariaDB 10.5
Remove defunct reference to 57p.
2023-12-28 07:04:12 +01:00
Muhammad Moinur Rahman
fd6dec6a19 databases/mysql-connector-c++: Ignore with MariaDB 10.5 2023-12-28 06:54:05 +01:00
Palle Girgensohn
6d0e113531 databases/pgbadger: Upgrade to 12.4
Release notes:	https://github.com/darold/pgbadger/releases/tag/v12.4
2023-12-26 18:12:44 +01:00
Dima Panov
fbaaec4765
databases/py-mysqlclient: update to 2.2.1 release (+)
Drop incorporated patch

Changelog:	https://github.com/PyMySQL/mysqlclient/releases/tag/v2.2.1
2023-12-26 18:08:50 +03:00
Dima Panov
9f7006393c
databases/adodb5: update to 5.22.7 release (+)
AdoDB 5.22.7 is a maintenance release focusing on PHP 8.x compatibility.

Fixes:
* Respect @ operator in all error handlers on PHP 8 #981
* db2: Declaration of ADODB_db2::_query incompatible with parent #987
* mysqli: bulkBind reset after one call #1000
* oci8: deprecation warning in selectLimit() on PHP 8.1 #992
* oci8: Fix Automatic conversion of false to array #998
* oci8: Prevent str_replace NULL error in qstr() methods on PHP 8.1 #999

Changelog:	https://github.com/ADOdb/ADOdb/blob/v5.22.7/docs/changelog.md
2023-12-26 18:08:50 +03:00
Po-Chuan Hsieh
86f828477d
databases/tiledb: Fix build of graphics/gdal with TILEDB enabled
- Bump PORTREVISION for package change

Reported by:	rhurlin
2023-12-26 04:29:28 +08:00
Po-Chuan Hsieh
8491bac1fd
databases/p5-SQL-Translator: Update to 1.64
Changes:	https://metacpan.org/dist/SQL-Translator/changes
2023-12-26 00:11:00 +08:00
Po-Chuan Hsieh
119287bfd9
databases/py-geoalchemy2: Update to 0.14.3
Changes:	https://github.com/geoalchemy/geoalchemy2/releases
		https://geoalchemy-2.readthedocs.io/en/stable/changelog.html
2023-12-26 00:10:51 +08:00
Po-Chuan Hsieh
9890da6597
databases/sfcgal: Remove GL_TAGNAME after USE_GITLAB tag support (16bde072b1)
Approved by:	portmgr (blanket)
2023-12-25 17:02:58 +08:00
Po-Chuan Hsieh
09a9f7fe99
databases/rubygem-redis-client: Update to 0.19.1
Changes:	https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md
2023-12-25 17:01:23 +08:00
Po-Chuan Hsieh
9891af5782
databases/py-psycopg-c: Update to 3.1.16
Changes:	https://github.com/psycopg/psycopg/blob/master/docs/news.rst
		https://www.psycopg.org/psycopg3/docs/news.html
2023-12-25 17:00:05 +08:00
Po-Chuan Hsieh
a9bfc3a64a
databases/py-psycopg: Update to 3.1.16
Changes:	https://github.com/psycopg/psycopg/blob/master/docs/news.rst
		https://www.psycopg.org/psycopg3/docs/news.html
2023-12-25 17:00:04 +08:00
Po-Chuan Hsieh
bb2f0d793f
databases/tiledb: Update to 2.19.0
Changes:	https://github.com/TileDB-Inc/TileDB/releases
2023-12-25 16:59:19 +08:00
Po-Chuan Hsieh
045cbc3d51
databases/plpgsql_check: Update to 2.7.1
Changes:	https://github.com/okbob/plpgsql_check/releases
2023-12-25 16:59:18 +08:00
Jason E. Hale
c38468e169 databases/mysql80-server: Fix client patch phase
This is to fix the patch phase of databases/mysql80-client on i386,
where the extra-patch file could not be located because the relative
path was hardcoded in databases/mysql80-server.

===>  Patching for mysql80-client-8.0.35
===>  Applying extra patch files/extra-patch-boost-boost_1_77_0-boost-move-detail-type_traits.hpp
cat: files/extra-patch-boost-boost_1_77_0-boost-move-detail-type_traits.hpp: No such file or directory
===>  FAILED Applying extra patch files/extra-patch-boost-boost_1_77_0-boost-move-detail-type_traits.hpp
*** Error code 1

Approved by:	portmgr (blanket)
2023-12-24 14:12:49 -05:00
Muhammad Moinur Rahman
d0d3b67de1 databases/isql-viewer: Unbreak
- Mark DEPRECATED as last upstream release was in 2004 and does not look
  like it supports recent versions of MySQL
- Set EXPIRATION_DATE 2024-01-24
2023-12-23 20:03:38 +01:00
Nuno Teixeira
3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00
TAKATSU Tomonari
bb2c6e4ab2 databases/R-cran-DBI: Update to 1.2.0
Reported by:	portscout
2023-12-23 04:51:25 +00:00
Muhammad Moinur Rahman
44acfcc106 databases/py-alembic: Update version 1.13.0=>1.13.1
Changelog: https://github.com/sqlalchemy/alembic/releases/tag/rel_1_13_1
2023-12-23 00:44:44 +01:00
Jesús Daniel Colmenares Oviedo
6ae35de7f1 databases/adminerevo: New port
AdminerEvo (fork of Adminer) is a full-featured database management tool
written in PHP. Conversely to phpMyAdmin, it consists of a single file
ready to deploy to the target server.

WWW: https://adminerevo.org

PR:		274188
2023-12-23 00:44:42 +01:00
Yuri Victorovich
fbc08bb842 databases/rqlite: update 8.13.1 → 8.13.2
Reported by:	portscout
2023-12-22 01:13:11 -08:00
Loïc Bartoletti
32e071bce2 databases/sfcgal: Update to 1.5.1 2023-12-22 09:13:52 +01:00