Commit Graph

606191 Commits

Author SHA1 Message Date
Peter TKATCHENKO
5807ddeb88 x11/terminology: Update to 1.13.0 2023-01-20 09:48:37 +03:00
Yuri Victorovich
d94c661643 devel/shadered: New port: Lightweight, cross-platform & full-featured shader IDE 2023-01-19 20:18:32 -08:00
Yasuhiro Kimura
cedc9b6b1d mail/snappymail: Update to 2.24.6
ChangeLog:	https://github.com/the-djmaze/snappymail/releases/tag/v2.24.6
MFH:		2023Q1
2023-01-20 09:13:48 +09:00
Dmitry Marakasov
150ecc3822 astro/libosmium: update 2.18.0 → 2.19.0 2023-01-20 02:24:09 +03:00
Dmitry Marakasov
e3b70a2e27 devel/py-types-psycopg2: update 2.9.21.3 → 2.9.21.4 2023-01-20 02:24:08 +03:00
Dmitry Marakasov
0e72732b56 devel/py-types-Pillow: update 9.4.0.2 → 9.4.0.4 2023-01-20 02:24:08 +03:00
Yuri Victorovich
de6c5473aa science/py-vedo: New port: Python module for scientific analysis and visualization of 3D objects 2023-01-19 15:05:03 -08:00
Rainer Hurling
c3c034b54d devel/py-spyder-kernels: Improve testsuite
The test_user_sitepackages_in_pathlist did not work because FreeBSD was not detected.

While here, remove devel/py-pytest from TEST_DEPENDS and clean up Makefile.
2023-01-19 22:14:34 +01:00
Ashish SHUKLA
d263c3526c
net-im/ejabberd: Update to 23.01 2023-01-19 20:45:08 +00:00
Daniel Engberg
89de8e1c56 games/suyimazu: Adjust DISTNAME to not only contain version
Make sure port keeps project name in filename to avoid clashes and
to easier determine origin.

Approved by:	portmgr (blanket)
2023-01-19 21:14:46 +01:00
Daniel Engberg
3774476f81 graphics/png: Fix plist issue with DEBUG enabled
Make sure filenames stay the same when using framework debug flag

Reported by:	bofh
Approved by:	portmgr (blanket, build fix)
2023-01-19 21:14:46 +01:00
Rainer Hurling
26d35c8e07 devel/py-spyder-kernels: Update to 2.4.2
Changes: https://github.com/spyder-ide/spyder-kernels/blob/master/CHANGELOG.md#version-241-2022-12-29
         https://github.com/spyder-ide/spyder-kernels/blob/master/CHANGELOG.md#version-242-2023-01-17

PR:		269059
Reported by:	yuri, portscout, Repology
2023-01-19 21:08:58 +01:00
Yuri Victorovich
680ba1c41a misc/arrow-datafusion: Update 15.0.0 -> 16.0.0
Reported by:	portscout
2023-01-19 12:02:21 -08:00
Yuri Victorovich
382d40d251 security/diswall: Update 0.2.0 -> 0.3.0
Reported by:	portscout
2023-01-19 12:02:21 -08:00
Yuri Victorovich
2372b16d99 devel/the-way: Update 0.18.0 -> 0.19.1
Reported by:	portscout
2023-01-19 12:02:21 -08:00
Yuri Victorovich
b8f0925e20 graphics/filament: Update 1.31.0 -> 1.31.1
Reported by:	portscout
2023-01-19 12:02:20 -08:00
Yuri Victorovich
6ca749e25f audio/gxplugins-lv2: Update 0.9 -> 1.0 2023-01-19 12:02:20 -08:00
Yuri Victorovich
7cfea57453 devel/convco: Update 0.3.12 -> 0.3.15
Reported by:	portscout
2023-01-19 12:02:20 -08:00
Dimitry Andric
bbab107cd4 databases/soci: fix build with libc++ 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
databases/soci failed to build with clang 15:

  In file included from /wrkdirs/usr/ports/databases/soci/work/soci-4.0.3/tests/empty/test-empty.cpp:8:
  In file included from /wrkdirs/usr/ports/databases/soci/work/soci-4.0.3/include/soci/soci.h:12:
  In file included from /wrkdirs/usr/ports/databases/soci/work/soci-4.0.3/include/soci/soci-platform.h:18:
  In file included from /usr/include/c++/v1/string:551:
  In file included from /usr/include/c++/v1/string_view:222:
  In file included from /usr/include/c++/v1/algorithm:1851:
  In file included from /usr/include/c++/v1/__algorithm/ranges_sample.h:13:
  In file included from /usr/include/c++/v1/__algorithm/sample.h:18:
  /usr/include/c++/v1/__random/uniform_int_distribution.h:235:5: error: static assertion failed due to requirement '__libcpp_random_is_valid_urng<Catch::RandomNumberGenerator, void>::value':
      static_assert(__libcpp_random_is_valid_urng<_URNG>::value, "");
      ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  /usr/include/c++/v1/__algorithm/shuffle.h:154:35: note: in instantiation of function template specialization 'std::uniform_int_distribution<long>::operator()<Catch::RandomNumberGenerator>' requested here
              difference_type __i = __uid(__g, _Pp(0, __d));
                                    ^
  /usr/include/c++/v1/__algorithm/shuffle.h:166:14: note: in instantiation of function template specialization 'std::__shuffle<std::_ClassicAlgPolicy, std::__wrap_iter<Catch::TestCase *>, std::__wrap_iter<Catch::TestCase *>, Catch::RandomNumberGenerator &>' requested here
    (void)std::__shuffle<_ClassicAlgPolicy>(
               ^
  /wrkdirs/usr/ports/databases/soci/work/soci-4.0.3/tests/catch.hpp:7186:18: note: in instantiation of function template specialization 'std::shuffle<std::__wrap_iter<Catch::TestCase *>, Catch::RandomNumberGenerator &>' requested here
              std::shuffle( vector.begin(), vector.end(), rng );
                   ^
  /wrkdirs/usr/ports/databases/soci/work/soci-4.0.3/tests/catch.hpp:7204:44: note: in instantiation of function template specialization 'Catch::RandomNumberGenerator::shuffle<std::vector<Catch::TestCase>>' requested here
                      RandomNumberGenerator::shuffle( sorted );
                                             ^

This is because soci declares its RandomNumberGenerator class with a
result_type of std::ptrdiff_t, which is signed. However, the urng class
used for std::shuffle must have an unsigned integer type as its result
type. Use std::size_t instead.

PR:		269035
Approved by:	nc (maintainer)
MFH:		2023Q1
2023-01-19 20:13:02 +01:00
Yuri Victorovich
555a0a9384 cad/veryl: Update 0.2.0 -> 0.2.1
Reported by:	portscout
2023-01-19 10:03:28 -08:00
Yuri Victorovich
f6b8cd2a83 devel/bacon: Update 2.3.0 -> 2.5.0
Reported by:	portscout
2023-01-19 10:03:28 -08:00
Alexey Dokuchaev
858ba2abb4 archivers/libdeflate: the port had been updated to version 1.17
Fix a bug introduced in version 1.16 where compression at levels
10-12 would sometimes produce an output larger than the size that
was returned by the corresponding `libdeflate_*_compress_bound()'
function.

Reported by:	portscout
PR:		268970 (independent)
2023-01-19 18:01:42 +00:00
Sergey A. Osokin
a540b918b7 www/nginx-devel: update third-party lua module 0.10.22 -> 0.10.23rc1
Remove the upstreamed patch.

Bump PORTREVISION.
2023-01-19 12:10:27 -05:00
Rene Ladan
bb052701c7 cleanup: Remove expired ports:
2023-01-19 irc/cwirc: No upstream, no apparent use seen online
2023-01-19 17:55:10 +01:00
Sergey A. Osokin
36deb808b2 security/boringssl: update to the recent commit 2023-01-19 11:48:05 -05:00
Thierry Thomas
112013ae64 math/suitesparse*: bump PORTREVISION of dependant ports 2023-01-19 17:45:37 +01:00
Thierry Thomas
5e9bc3296a math/suitesparse*: upgrade to v7.0.0
Release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.0.0>
2023-01-19 17:45:37 +01:00
Sergey A. Osokin
614db2d342 lang/luajit-devel: update to the recent commit 2023-01-19 11:40:26 -05:00
Sergey A. Osokin
8dd69dfa0b www/*: update passenger: 6.0.15 -> 6.0.16
Update third-party passenger module for www/nginx-devel. (*)

Bump PORTREVISION. (*)
2023-01-19 11:22:31 -05:00
Jan Beich
178abfba30 graphics/gimp-jxl-plugin: update to 0.8.0 (nop)
Reported by:	portscout
2023-01-19 16:09:10 +00:00
Jan Beich
be423e2d94 devel/highway: update to 1.0.3
Changes:	https://github.com/google/highway/releases/tag/1.0.3
Reported by:	GitHub (watch releases)
2023-01-19 16:09:10 +00:00
Jan Beich
0a941426e6 devel/glib20: update to 2.74.5
Changes:	https://gitlab.gnome.org/GNOME/glib/-/releases/2.74.5
Reported by:	GitLab (notify releases)
2023-01-19 15:16:31 +00:00
Jan Beich
c61b1f7029 graphics/shaderc: update to 2023.2
Changes:	https://github.com/google/shaderc/compare/v2023.1...v2023.2
Reported by:	Repology
2023-01-19 15:00:59 +00:00
Jan Beich
9f3b835b59 emulators/rpcs3: unbreak build on aarch64 after ee309cdf6c
Utilities/Thread.cpp:1799:48: error: comparison of integers of different signs: 'uptr' (aka 'unsigned long') and '__register_t' (aka 'long') [-Werror,-Wsign-compare]
        const bool is_executing = uptr(info->si_addr) == RIP(context);
                                  ~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~

Reported by:	pkg-fallout
2023-01-19 14:36:51 +00:00
Dave Cottlehuber
423187f702 MOVED: fix linter breakage by removing blank line
Reported by:	eduardo
Fixes:		ab64b2818d
2023-01-19 11:34:57 +00:00
Baptiste Daroussin
c79ec8590b ports-mgmt/pkg: with build with WITH_PIE 2023-01-19 11:51:05 +01:00
Baptiste Daroussin
70070f043c Features/pie: allow static-pie:
Add a variable to ease passing arguments necessary to build static pie files
2023-01-19 11:51:05 +01:00
Dave Cottlehuber
bf62ddf259 www/hedgedoc: NEW PORT web-hosted markdown doc editor
Reviewed by:	Mina Galić <me@igalic.co>
Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D38058
2023-01-19 10:27:18 +00:00
Matthias Fechner
42c3a1cef8 devel/rubygem-oj-introspect: enforce usage of rubygem-oj>=3.13.23_2
This version has the required header files included in the package

PR:		269020
Reported by:	marko.cupac@mimar.rs
2023-01-19 12:25:40 +02:00
Dave Cottlehuber
ab64b2818d lang/zig-devel: retire in favour of lang/zig 2023-01-19 09:03:16 +00:00
Antoine Brodin
41dd4f9d62 ftp/curl: re-enabled CA_BUNDLE by default
With hat:	pkgmgr
2023-01-19 08:51:47 +00:00
Neel Chauhan
fff9767d8d games/SpaceCadetPinball-devel: Update to 2.0.1.20230103 2023-01-18 21:08:35 -08:00
Neel Chauhan
674fffe394 graphics/drawing: reset MAINTAINER 2023-01-18 21:04:55 -08:00
Neel Chauhan
8c20a2038f emulators/nestopia: reset MAINTAINER 2023-01-18 21:04:19 -08:00
Yuri Victorovich
a8787e6d4e databases/diesel: New port: Extensible ORM and Query Builder for Rust 2023-01-18 18:47:13 -08:00
Yuri Victorovich
9e9df42dae science/py-dipy: Update 1.5.0 -> 1.6.0
Reported by:	portscout
2023-01-18 18:47:12 -08:00
Yasuhiro Kimura
496d10da96 databases/emacsql: Add upstream patch to fix runtime error of devel/magit-devel
After editors/emacs-devel is update to 30.0.50.20230115,3, runtime
error happens with devel/magit-devel if devel/forge-devel is also
installed. So add upstream patch to fix it.
2023-01-19 11:30:43 +09:00
Yasuhiro Kimura
450ec9f1c3 www/rubygem-rackup: Update to 2.0.0
Changes:	https://github.com/rack/rackup/compare/v0.2.3...v2.0.0
2023-01-19 11:29:43 +09:00
Yasuhiro Kimura
6d33da93ed security/vuxml: Document multiple vulnerabilities in rack 2023-01-19 11:29:32 +09:00
Jan Beich
361baca6a6 x11-toolkits/wlroots: backport a Xwayland crashfix
Inspired by:	Alpine Linux
2023-01-18 23:27:10 +00:00