1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

639624 Commits

Author SHA1 Message Date
Nuno Teixeira
95e6c8870c graphics/imv: Update to 4.4.0
ChangeLog: https://git.sr.ht/~exec64/imv/tree/master/item/CHANGELOG
2023-11-11 10:47:01 +00:00
Nuno Teixeira
36cce3dbcb math/R-cran-matrixStats: Update to 1.1.0
ChangeLog: https://cran.r-project.org/web/packages/matrixStats/news/news.html
2023-11-11 10:47:01 +00:00
Dimitry Andric
660b01aa59 www/qt6-webengine: fix build with libc++ 17
Building www/qt6-webengine with libc++ 17 results in the following
compile errors:

  In file included from gen/base/base_jumbo_2.cc:7:
  In file included from ./../../../../../qtwebengine-everywhere-src-6.5.3/src/3rdparty/chromium/base/check.cc:17:
  In file included from ../../../../../qtwebengine-everywhere-src-6.5.3/src/3rdparty/chromium/base/debug/crash_logging.h:16:
  In file included from ../../../../../qtwebengine-everywhere-src-6.5.3/src/3rdparty/chromium/base/strings/string_number_conversions.h:15:
  In file included from ../../../../../qtwebengine-everywhere-src-6.5.3/src/3rdparty/chromium/base/containers/span.h:18:
  ../../../../../qtwebengine-everywhere-src-6.5.3/src/3rdparty/chromium/base/containers/checked_iterators.h:241:8: error: no template named '__is_cpp17_contiguous_iterator'; did you mean '__libcpp_is_contiguous_iterator'?
    241 | struct __is_cpp17_contiguous_iterator<::base::CheckedContiguousIterator<T>>
        |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        |        __libcpp_is_contiguous_iterator
  /usr/include/c++/v1/__iterator/iterator_traits.h:476:8: note: '__libcpp_is_contiguous_iterator' declared here
    476 | struct __libcpp_is_contiguous_iterator : _Or<
        |        ^

This is because the copy of chromium in qt6-webengine is missing an
upstream fix for recent libc++ changes, in particular:

  9bfbbffdba

and its dependency:

  5b5551edd3

Apply these patches to work around the compile error.

PR:		273753
MFH:		2023Q4
2023-11-11 10:46:07 +01:00
TAKATSU Tomonari
8ac2604392 graphics/R-cran-rtiff: Mark BROKEN and DEPRECATED
- Mark BROKEN
- Mark DEPRECATED as upstream was removed from CRAN
- Set EXPIRATION_DATE to 2023-12-31

Reported by:	pkg-fallout
2023-11-11 08:56:58 +00:00
Jan Beich
2cd28f754a x11-wm/gamescope: update to 3.13.0
Changes:	https://github.com/Plagman/gamescope/compare/3.12.7...3.13.0
Reported by:	Repology, portscout
2023-11-11 09:07:56 +01:00
Jan Beich
1c535c887e graphics/vulkan-validation-layers: update to 1.3.270
Changes:	https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.3.269...v1.3.270
Reported by:	Repology, portscout
2023-11-11 09:07:55 +01:00
Jan Beich
f940ef0a73 graphics/vulkan-tools: update to 1.3.270
Changes:	https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.3.269...v1.3.270
Reported by:	Repology, portscout
2023-11-11 09:07:55 +01:00
Jan Beich
340def9ac6 graphics/vulkan-loader: update to 1.3.270
Changes:	https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.269...v1.3.270
Reported by:	Repology, portscout
2023-11-11 09:07:54 +01:00
Jan Beich
18bf9c7d0e graphics/vulkan-headers: update to 1.3.270
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.

Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.269...v1.3.270
Reported by:	Repology, portscout
2023-11-11 09:07:54 +01:00
Jason E. Hale
5a4eeed2e2 x11/xkeyboard-config: Fix pkg-plist after e6f66fef02
The missing pkgconfig file broke several ports.
2023-11-11 00:11:52 -05:00
Romain Tartière
2c93a03bbc
textproc/py-CommonMark: Allow installation with textproc/cmark
Both ports install bin/cmark.  Users of textproc/py-CommonMark are
supposely more interested in the python module rather than the command
line tool: nothing in the ports tree seems to use bin/cmark from this
port.

Rename the command to cmark-py to fix conflict

PR:		274848
Reported by:	jcfyecrayz@liamekaens.com
2023-11-10 15:54:11 -10:00
Romain Tartière
5922e4a360
databases/py-pypuppetdb: Update to 3.2.0
ChangeLog:
https://github.com/voxpupuli/pypuppetdb/blob/master/CHANGELOG.md#320-2023-10-08

With hat:	puppet
2023-11-10 15:54:09 -10:00
Romain Tartière
760bed075e
sysutils/puppet-lint: Update to 5.0.0
ChangeLog:
https://github.com/puppetlabs/puppet-lint/blob/main/CHANGELOG.md#v500---2023-10-18

With hat:	puppet
2023-11-10 15:54:07 -10:00
Romain Tartière
0bf10b6fc9
sysutils/rubygem-bolt: Update to 3.27.4
While here, default to sysutils/puppet8 to provide Puppet and drop
broken option to use sysutils/puppet6 which does not exist anymore.

ChangeLog:
https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3274-2023-10-05

With hat:	puppet
2023-11-10 15:54:05 -10:00
Romain Tartière
792a42f4ae
textproc/rubygem-puppet-strings: Update to 4.1.0
While here, default to sysutils/puppet8 to provide Puppet and drop
broken option to use sysutils/puppet6 which does not exist anymore.

ChangeLog:
https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v410---2023-07-04

With hat:	puppet
2023-11-10 15:54:02 -10:00
Romain Tartière
d29a643362
databases/puppetdb8: Update to 8.2.0
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes#puppetdb-820

With hat:	puppet
2023-11-10 15:54:00 -10:00
Romain Tartière
ddfdbee371
databases/puppetdb7: Update to 7.15.0
Release notes:
https://www.puppet.com/docs/puppetdb/7/release_notes#puppetdb-7150

With hat:	puppet
2023-11-10 15:53:58 -10:00
Romain Tartière
59eb6603f6
sysutils/puppetserver8: Update to 8.3.0
While here, update the Java version: support for Java 8 was deprecated
with PuppetServer 8, version 17 is preferred but version 11 is
supported so use the latter one for now.

Release notes:
https://www.puppet.com/docs/puppet/8/server/release_notes#puppet-server-830

With hat:	puppet
2023-11-10 15:53:56 -10:00
Romain Tartière
17d8359b9d
sysutils/puppetserver7: Update to 7.14.0
Release notes:
https://www.puppet.com/docs/puppet/7/server/release_notes#puppet-server-7140

With hat:	puppet
2023-11-10 15:53:54 -10:00
Romain Tartière
407bb1d319
sysutils/puppet8: Update to 8.3.1
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_puppet#release_notes_puppet_x-8-3-1

With hat:	puppet
2023-11-10 15:53:51 -10:00
Romain Tartière
e2cee676e2
sysutils/puppet7: Update to 7.27.0
Release notes:
https://www.puppet.com/docs/puppet/7/release_notes_puppet#release_notes_puppet_x-7-27-0

With hat:	puppet
2023-11-10 15:53:49 -10:00
Romain Tartière
0969ed4d2c
sysutils/rubygem-facter: Update to 4.5.1
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_facter#release_notes_facter_4-5-1

With hat:	puppet
2023-11-10 15:53:46 -10:00
Wen Heping
2bc6e90c57 databases/py-PyGreSQL: Update to 6.0 2023-11-11 01:47:02 +00:00
Wen Heping
bad307f410 databases/neo4j: Update to 4.4.27
Reset maintainer
2023-11-11 01:02:35 +00:00
Wen Heping
26d0fff697 devel/p5-Data-Dumper-Interp: Update to 6.010 2023-11-11 01:02:35 +00:00
Wen Heping
45829bc810 devel/liblas: Mark DEPRECATED 2023-11-11 01:02:34 +00:00
Jason E. Hale
ae2c790c6a graphics/gmic-qt: Update to 3.3.2
https://discuss.pixls.us/t/on-the-road-to-gmic-3-4/39353
2023-11-10 17:22:20 -05:00
Yuri Victorovich
39e49d078b audio/qtractor: update 0_9_35 → 0_9_36
Reported by:	portscout
2023-11-10 13:42:54 -08:00
Yuri Victorovich
5bc243f10e cad/surelog: update 1.77 → 1.79
Reported by:	portscout
2023-11-10 13:42:54 -08:00
Yuri Victorovich
25cd3edac8 cad/uhdm: update 1.77 → 1.79 2023-11-10 13:42:53 -08:00
Michael Reifenberger
e241fa3928 deskutils/nextcloudclient: Update to 3.10.1
PR:		274893
Reported by:	Guido Falsi
2023-11-10 21:41:08 +01:00
Christos Margiolis
e6f66fef02 x11/xkeyboard-config: Update to 2.40
Reviewed by:	manu
Differential Revision:	https://reviews.freebsd.org/D42212
2023-11-10 18:55:11 +02:00
Thierry Thomas
b3e1e8c6b7 math/R-cran-pracma: upgrade to 2.4.4
Changelog at <https://cran.r-project.org/web/packages/pracma/news/news.html>.
2023-11-10 17:38:43 +01:00
Thierry Thomas
baf6342117 math/flexiblas: upgrade to v3.3.1
Changelog at
<https://gitlab.mpi-magdeburg.mpg.de/software/flexiblas-release/-/blob/master/CHANGELOG>
2023-11-10 17:38:14 +01:00
Ryan Steinmetz
c44bdce23e
security/openconnect: Make build happy with openssl3
PR:		275007
Submitted by:	Franco Fichtner <franco@opnsense.org>
2023-11-10 10:51:53 -05:00
Brad Davis
dcf26c53ab shells/zsh: Fix build with DOCS option off and base system WITHOUT_DOCS
PR:		274713
Reviewed by:	garga
Approved by:	maintainer timeout
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-11-10 08:21:19 -07:00
Dries Michiels
60bdbf72e5 net/dhcpcd: update to 10.0.5
Changes:	https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.0.5
2023-11-10 15:36:43 +01:00
Ronald Klop
6aa183f27d
databases/mongodb-tools: update to 100.9.1
Changes: https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#10091

version bump
poudriere stage-qa: ok
2023-11-10 15:00:18 +01:00
Jan Beich
24fa4899f0 multimedia/ab-av1: update to 0.7.9
Changes:	https://github.com/alexheretic/ab-av1/releases/tag/v0.7.9
Reported by:	GitHub (watch releases)
2023-11-10 13:57:07 +01:00
Jan Beich
f8255f3e99 x11/showmethekey: update to 1.12.0
Changes:	https://github.com/AlynxZhou/showmethekey/releases/tag/v1.12.0
Reported by:	GitHub (watch releases)
2023-11-10 13:57:06 +01:00
Dustin Marquess
bc7d25420c net/sofia-sip: Update to 1.13.17
Changelog: https://github.com/freeswitch/sofia-sip/compare/v1.13.16...v1.13.17

PR:			274979
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D42534
2023-11-10 13:17:01 +01:00
Renato Botelho
63da4a745e www/squidclamav: Update to 7.3
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-11-10 09:13:18 -03:00
Guido Falsi
2be2e5f52a x11/xfce4-whiskermenu-plugin: Update to 2.8.1 2023-11-10 13:12:44 +01:00
Goran Mekić
7346d6960f textproc/py-wtf-peewee: Update to 3.0.5
Changelog: https://github.com/coleifer/wtf-peewee/compare/3.0.4...3.0.5

PR:			274961
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D42536
2023-11-10 13:10:51 +01:00
Thierry Thomas
87447d6422 math/lrcalc: make fetchable again
No more available from the master site, take it directly from the repository.

Reported by:	pkg-fallout
2023-11-10 13:03:46 +01:00
Wen Heping
8bf7f5e8f2 devel/py-rtree: Update to 1.1.0 2023-11-10 11:53:39 +00:00
Wen Heping
08a4228d82 devel/py-traits: Update to 6.4.3 2023-11-10 11:53:38 +00:00
Wen Heping
5c18c6aecf editors/ne: Update to 3.3.3 2023-11-10 11:53:38 +00:00
Wen Heping
bfa18df093 math/py-contourpy: Update to 1.2.0 2023-11-10 11:53:38 +00:00
Wen Heping
af3e84f20e print/qpdf: Update to 11.6.3 2023-11-10 11:53:38 +00:00