Commit graph

25476 commits

Author SHA1 Message Date
TAKATSU Tomonari
608b6df7b3 databases/R-cran-RPostgreSQL: Update to 0.7-6
Reported by:	portscout
2024-01-12 17:50:50 +00:00
Vladimir Druzenko
a011d7aaa5 databases/sqldeveloper: make depends from java/openjfx14 mandatory
The SQLDeveloper distribution has built-in OpenJFX for other OSes,
and it can work with it on FreeBSD (by forcing the path to one of them),
but not all functions work.
We have very little reason to keep this option, then we have a fully
functional port java/openjfx14.

Approved by:	arrowd (mentor)
2024-01-12 20:17:51 +03:00
Gleb Popov
bd4baf362f databases/py-python-swiftclient: Remove MANPREFIX and put mans to share 2024-01-12 19:50:59 +03:00
Baptiste Daroussin
d4329229fb MANPREFIX: eliminate its usage
While here move manpages to share/man
2024-01-12 16:11:29 +01:00
Baptiste Daroussin
e4a31537be databases/tdb: leave manpages in share/man 2024-01-12 14:00:46 +01:00
Baptiste Daroussin
f94d2e3acd databases/ldb*: leave manpages in share/man 2024-01-12 14:00:46 +01:00
Vladimir Druzenko
257ccb0437 databases/sqldeveloper: add NO_ARCH=yes and remove JavaFX native libraries for other OSes
This is a Java application using JavaFX from port java/openjfx14.
Also reduce "Flat size" from 545MiB to 422MiB.

Approved by:		arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D43410
2024-01-12 12:38:08 +03:00
Yuri Victorovich
15362fcc11 databases/replibyte: Only for aarch64, amd64 architectures
Reported by:	https://portsfallout.com/
2024-01-11 21:56:54 -08:00
Pat Maddox
9c89c861b7 databases/py-dbt-duckdb: update 1.6.0 → 1.7.0
PR:	275593
2024-01-11 16:09:04 -08:00
Yuri Victorovich
dc1f6bd068 databases/py-dbt-semantic-interfaces: Fix build by correcting dependency
This fails:
RUN_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}pydantic>=1.10,<2,1:devel/py-pydantic@${PY_FLAVOR}

That's probably because pydantic has comma in its version and it isn't properly handled:
py39-pydantic-1.10.13,1

Approved by:	portmgr (unbreak)
2024-01-11 16:09:04 -08:00
Palle Girgensohn
4e2b811c04 databases/postgresql??-server: honour login class set in /etc/passwd
If postgresql_login_class is not set, honour the setting in /etc/passwd.
The previous commit ignored the passwd setting and set the login class
to "default" if it was left unset.

PR:     275851
2024-01-11 22:50:31 +01:00
Yuri Victorovich
aa735433cc databases/rqlite: update 8.16.1 → 8.16.2
Reported by:	portscout
2024-01-11 00:31:25 -08:00
Kevin Bowling
b505337641 databases/timescaledb: Update to 2.13.1 2024-01-10 11:49:00 -07:00
Dimitry Andric
2ed094adef databases/rrdtool: fix build with lld 17
Some symbols in the linker version script librrd.sym are undefined when
the CACHE option is off. Suppress errors with lld >= 17 due to these
undefined symbols.

PR:		273753
MFH:		2024Q1
2024-01-10 17:20:30 +01:00
Yuri Victorovich
edf49b2e62 databases/rqlite: update 8.14.0 → 8.16.1
Reported by:	portscout
2024-01-10 02:48:25 -08:00
Muhammad Moinur Rahman
d595a5ba24 databases/memcached: Update version 1.6.22=>1.6.23
Changelog: https://github.com/memcached/memcached/wiki/ReleaseNotes1623
2024-01-10 11:22:44 +01:00
Muhammad Moinur Rahman
8273b7a588 databases/freetds: Refactor
- Skip USES=autoreconf as we have configure scripts
- Fix typo in USES=localbase:ldflag
= Sanitize MAN path
2024-01-10 11:22:43 +01:00
Baptiste Daroussin
1b819e4869 MAN?PREFIX: eleminate its usage and move man to share/man 2024-01-10 09:16:01 +01:00
Matthew Seaman
eadd595349 databases/py-agate-sql: update to 0.7.2
Changes:	https://github.com/wireservice/agate-sql/blob/0.7.2/CHANGELOG.rst
Reported by:	portscout, repology
2024-01-10 08:07:15 +00:00
Baptiste Daroussin
e10e2022a9 MAN[1-5]PREFIX: eleminate its usage and move man to share/man 2024-01-09 16:41:04 +01:00
Mikael Urankar
109c3d4629 lang/rust: Bump revisions after 1.75.0
PR:		276033
2024-01-09 13:15:54 +01:00
Ronald Klop
d68520a06c
databases/mongodb44: update to 4.4.27
changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.27---jan-3--2023
https://www.mongodb.com/docs/manual/release-notes/4.4-changelog/#4.4.27-changelog

Remove enterprise modules from the build. Just build the community edition. This is something new in this version. This is not mentioned in the release notes but the build failed with unhandled dependencies.

[00:02:07] configuring module: enterprise
[00:02:07] Checking for C++ header file net-snmp/net-snmp-config.h... no
[00:02:08] Could not find <net-snmp/net-snmp-config.h>, required for enterprise build.
[00:02:08] See /wrkdirs/usr/ports/databases/mongodb44/work/mongodb-src-r4.4.27/build/scons/config.log for details
[00:02:09] ===> Compilation failed unexpectedly.

Enterprise modules consist of:
> ls /usr/ports/databases/mongodb44/work/mongodb-src-r4.4.27/src/mongo/db/modules/enterprise/src/
audit           fle             inmemory        ldap            queryable       scripts         snmp
encryptdb       hot_backups     kerberos        mongohouse      sasl            search          util

Bump version.
Poudriere stage-qa: ok (aarch64)
2024-01-09 09:38:09 +01:00
Charlie Li
56706caf74
databases/cockroach: fix build with GCC 13
Add #include <cstdint> where needed to fix building the bundled
RocksDB. This is a stopgap measure until this port can be updated.

Reported by: salvadore
PR: 273673
2024-01-08 21:10:03 -05:00
Vladimir Druzenko
0546dbf944 databases/sqldeveloper: update to 23.1.1.345.2114
Release Notes:
https://www.oracle.com/tools/sqldev/sqldev-relnotes-23.1.1.html

Thanks to vidar from #bsdports @ EFNet.

Approved by:	arrowd (mentor, implicit)
2024-01-09 03:01:28 +03:00
Baptiste Daroussin
28cfe20550 MANPREFIX: eleminate its usage and move man to share/man 2024-01-08 17:30:29 +01:00
Pietro Cerutti
3d51addd24 databases/tcl-lmdb: update to 0.4.3 2024-01-08 14:25:27 +00:00
Martin Matuska
fc281da4dc ftp/proftpd: update to 1.3.8b and add libsodium support
Provides mitigation for "Terrapin" SSH attack.
Support stronger key algorithms using libsodium by default.

PR:		265590, 276168
Security:	CVE-2023-48795
2024-01-08 01:08:05 +01:00
Jason E. Hale
3106e8f4d8 databases/kbibtex: Remove www/qt5-webkit reference
Make the WEBENGINE option default for aarch64, as well, since
www/qt5-webengine builds on it and www/qt5-webkit is no longer in
the ports tree to use an alternative.

While here, add LICENSE and remove many other unused dependencies.

MFH:		2024Q1
2024-01-06 20:06:53 -05:00
Guido Falsi
46a1699315 devel/courier-unicode: Update to 2.3.0
Bump dependencies PORTREVISION to chase shared library major version
number bump.
2024-01-06 22:24:21 +01:00
Dan Langille
3cf4de18e8 databases/mantis: Update to 2.26.0
re: https://mantisbt.org/bugs/changelog_page.php?version_id=360
    https://mantisbt.org/bugs/changelog_page.php?version_id=370

Fixes two CVEs

PR:		276022
Security:	CVE-2023-29197 CVE-2023-44394
2024-01-06 16:55:29 +00:00
TAKATSU Tomonari
c55803dacf databases/R-cran-RMySQL: Update to 0.10.27
Reported by:	portscout
2024-01-06 09:04:12 +00:00
Wen Heping
fafe01f0bc databases/py-python-sql: Update to 1.4.3 2024-01-06 07:45:40 +00:00
Antoine Brodin
44acdfbb6a databases/rubygem-arel-helpers: switch to rails 7.0 2024-01-05 15:27:32 +00:00
Antoine Brodin
cf89f76d5f databases/rubygem-ruby-mysql: new port
ruby-mysql is a MySQL client library.  It is written entirely in Ruby.
2024-01-05 15:25:26 +00:00
Tobias C. Berner
82f0c0f348 net-im/libaccounts-qt5: rename to libaccounts-qt and flavorize
- rename to get rid of qt5 in name
- switch to fork [1] to add Qt6 support

[1] https://gitlab.com/nicolasfella/libaccounts-qt/-/tree/qt6
2024-01-05 13:57:24 +01:00
Juraj Lutter
02e478ee37 databases/qdrant: Update to 1.7.3
- Update to 1.7.3
- Add rc.d script with profiles
- Fix pkg-plist

Reviewed by:		yuri (maintainer)
Approved by:		yuri (maintainer)
Differential Revision:	https://reviews.freebsd.org/D43325
Sponsored by:		resulta.sk
2024-01-05 11:02:32 +01:00
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