Commit graph

567471 commits

Author SHA1 Message Date
Guido Falsi
5025840efe devel/php-composer2: Update to 2.1.14
PR:		260177
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2021-12-02 20:57:16 +01:00
Emanuel Haupt
016bc89cf7 net-p2p/xmrig: Update to 6.16.2 2021-12-02 20:47:42 +01:00
Dmitry Marakasov
c121bf425f www/py-aiohttp: fix build with python 3.11
Forcibly run cython on all *.pyx files, as just touching them is
not enough, and the package lacks facilities to cythonize automatically.

Approved by:	koobs (maintainer)
2021-12-02 22:16:29 +03:00
Richard Gallamore
7a3d9eb2d0 textproc/py-parso: Updated to 0.8.3
Changes: https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst
2021-12-02 10:29:39 -08:00
Gerald Pfeifer
b21a568392 lang/gcc12-devel: Update to the 20211128 snapshot of GCC 12.0.0
This should address build issues on 32-bit targets some may have
experienced (though probably only in between snapshots).
2021-12-02 17:55:32 +00:00
Sergey A. Osokin
05366a2e1e www/unit*: update to the recent bugfix release 1.26.1
<ChangeLog>

*) Bugfix: occasionally, the Unit daemon was unable to fully terminate;
   the bug had appeared in 1.26.0.

*) Bugfix: a prototype process could crash on an application process
   exit; the bug had appeared in 1.26.0.

*) Bugfix: the router process crashed on reconfiguration if "access_log"
   was configured without listeners.

*) Bugfix: a segmentation fault occurred in the PHP module if chdir() or
   fastcgi_finish_request() was called in the OPcache preloading script.

*) Bugfix: fatal errors on DragonFly BSD; the bug had appeared in
   1.26.0.

</ChangeLog>
2021-12-02 12:46:36 -05:00
Dmitry Marakasov
cb37984226 astro/mkgmap: update to r4825 2021-12-02 20:42:46 +03:00
Dmitry Marakasov
085ba94d51 devel/py-types-protobuf: update to 3.18.2 2021-12-02 20:42:45 +03:00
Dmitry Marakasov
a187327d58 devel/py-types-MarkupSafe: update to 1.1.10 2021-12-02 20:42:44 +03:00
Dmitry Marakasov
8eb923d3a0 devel/py-hypothesmith: update to 0.2.0 2021-12-02 20:42:44 +03:00
Adam Weinberger
a2f29f52f7 editors/neovim: Partially revert 9b869a4c17
luajit-openresty causes lua errors with many nvim plugins. I don't know
why, and until I have time to diagnose it, revert the switch to
hardcoded luajit-openresty. In the short term I'll likely switch to
hardcoding luajit and removing the PUC Lua option.
2021-12-02 09:41:57 -07:00
Vanilla I. Shu
19348aec64 devel/pecl-swoole: update to 4.8.3. 2021-12-02 23:43:22 +08:00
Kirill Ponomarev
51a8fe5f4e sysutils/cbsd-mq-api: Update to 0.3
Reported by:	maintainer
2021-12-02 16:41:57 +01:00
Piotr Kubaj
d0c02411ac graphics/tesseract: fix build on non-x86 non-arm
Clang doesn't exit with error on powerpc64* after adding -mfpu=neon, but merely ignores the argument and prints a warning, which incorrectly makes it defined as ARM with NEON.
2021-12-02 15:32:40 +00:00
Piotr Kubaj
7acd466451 graphics/tesseract: correct plist
Reported by:	olgeni
2021-12-02 14:57:52 +00:00
Jan Beich
ab929848bf graphics/vulkan-validation-layers: document fd53de1292 workaround 2021-12-02 14:26:28 +00:00
Jan Beich
c909c3934c multimedia/libva-intel-media-driver: fix build warning
In file included from media_driver/linux/gen12/ddi/media_libva_caps_g12.cpp:38:
media_driver/linux/common/os/i915/include/mos_bufmgr_priv.h:351:9: warning: 'ALIGN' macro redefined [-Wmacro-redefined]
 #define ALIGN(value, alignment)    ((value + alignment - 1) & ~(alignment - 1))
         ^
/usr/include/machine/param.h:79:9: note: previous definition is here
 #define ALIGN(p)                _ALIGN(p)
         ^
2021-12-02 14:26:28 +00:00
Jan Beich
b76720fa54 devel/intel-graphics-compiler: update to 1.0.9441
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.9441
Reported by:	GitHub (watch releases)
2021-12-02 14:26:27 +00:00
Piotr Kubaj
4fe4d94248 www/lighttpd: update to 1.4.62
Also switch to pcre2.

Changelog:	https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_62/
2021-12-02 14:15:12 +00:00
Emmanuel Vadot
40e9ad50de x11-drivers/xf86-video-vmware: Fix build with latest libdrm
libdrm includes stdbool.h but xorg redefines it in xf86Opt.h
Simply undef our bool to fix this failure.

PR: 259949
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2021-12-02 15:09:36 +01:00
Robert Clausecker
86847f565e devel/goreleaser: Update to 1.1.0
Changes: 		https://github.com/goreleaser/goreleaser/releases/tag/v1.1.0
PR:			260109
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D33200
2021-12-02 15:04:46 +01:00
Bernard Spil
30e0367d30 security/vuxml: Record NSS vulnerability 2021-12-02 13:58:50 +00:00
Koichiro Iwao
9e662dabb3 devel/ruby-build: Update to 20211201
Add JRuby 9.2.20.1

Changes:	https://github.com/rbenv/ruby-build/releases/tag/v20211201
2021-12-02 21:40:02 +09:00
Nicola Vitale
b87f17db8c
www/py-webob: Update to 1.8.7
Changes: https://docs.pylonsproject.org/projects/webob/en/stable/changes.html
2021-12-02 12:01:42 +01:00
Alexey Dokuchaev
3ba26f78de sysutils/brasero: unbreak the build and packaging with non-default options
Also add missing components to the USE_GNOME list as reported by stage Q/A.

Fixes:	62b8d93762
2021-12-02 10:58:00 +00:00
Tobias Kortkamp
21c98d2ffb
security/rhash: Fix license 2021-12-02 11:37:33 +01:00
Ruslan Makhmatkhanov
dc0d7cdbbf net/py-ldap: update to 3.4.0 2021-12-02 13:36:10 +03:00
Ruslan Makhmatkhanov
7becd3b8b8 net/py-ldap: do not imply openldap 2.4
- add patch to fix build OpenLDAP 2.5
- do not imply 2.4 version

PR:		260054
Reported by:	delphij
2021-12-02 13:27:12 +03:00
Rene Ladan
7a79e4b647 java/intellij-rubymine: update to 2021.3
Changelog:	https://www.jetbrains.com/ruby/whatsnew/
Reported by:	JetBrains Toolbox
2021-12-02 11:09:04 +01:00
TAKATSU Tomonari
6bc2cb5fb1 security/R-cran-digest: Update to 0.6.29 2021-12-02 08:45:02 +00:00
Andreas Bilke
8ec2565699 textproc/py-sphinx-autoapi: Update to 1.8.4
While here, pet portfmt and add concurrent.

Chages:			https://github.com/readthedocs/sphinx-autoapi/blob/v1.8.4/CHANGELOG.rst
PR:			258884
Approved by:		philip (mentor)
Differential Revision:	https://reviews.freebsd.org/D33225
2021-12-02 09:25:58 +01:00
Alexey Dokuchaev
11a15f75de x11/gnome-desktop: unbreak packaging after recent port update
Fixes:	125f663a09
2021-12-02 08:03:18 +00:00
Alexey Dokuchaev
ce17fad476 net/grilo: unbreak packaging after recent port update
Fixes:	b2aff12837
2021-12-02 08:02:32 +00:00
TAKATSU Tomonari
048adee060 devel/R-cran-glue: Update to 1.5.1 2021-12-02 07:11:50 +00:00
Hiroki Tagato
2682176f45 x11-themes/papirus-icon-theme: update to 20211201
Changelog: https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20211201
2021-12-02 15:42:51 +09:00
TAKATSU Tomonari
9a4e9b4aa7 devel/R-cran-cpp11: Update to 0.4.2 2021-12-02 06:07:28 +00:00
Hiroki Tagato
4caa381794 comms/scrcpy: update to 1.21
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.21
2021-12-02 14:23:03 +09:00
Alexey Dokuchaev
61c98459cc x11-wm/icewm: update IceWM to version 2.9.1 (bugfix release). 2021-12-02 05:16:33 +00:00
Neel Chauhan
78f384660e net/astron: Unbreak build by disabling SOCI 2021-12-01 20:46:14 -08:00
Alexey Dokuchaev
770f06c63d devel/z88dk: add missing dependency on Perl, enable verbose build
Fix a couple of minor style bugs in the Makefile patch while here.
2021-12-02 04:45:20 +00:00
Cy Schubert
db939cf001 sysutils/reptyr: Fix buld under LLVM 13 on FreeBSD
Fix the following error under LLVM 13 on FreeBSD.

In file included from platform/freebsd/freebsd_ptrace.c:69:
In file included from platform/freebsd/arch/amd64.h:23:
platform/freebsd/arch/x86_common.h:45:6: error: variable 'ret' set but not used [-Werror,-Wunused-but-set-variable]
        int ret;
            ^
platform/freebsd/arch/x86_common.h:54:6: error: variable 'ret' set but not used [-Werror,-Wunused-but-set-variable]
        int ret;
            ^
2 errors generated.

This patch has been submitted to upstream in pull request
https://github.com/nelhage/reptyr/pull/134.

MFH after:	1 week
2021-12-01 20:09:29 -08:00
Cy Schubert
2778a12ebb sysutils/reptyr: Revert "sysutils/reptyr: Address LLVM 13 build failure"
This reverts commit b8c4bfe660.

A proper patch will be created and submitted upstream.
2021-12-01 20:09:22 -08:00
Cy Schubert
be86ad273d sysutils/reptyr: Revert "sysutils/reptyr: Use -Wno-error instead"
This reverts commit 437487b2bc.

A proper patch will be created and submitted upstream.
2021-12-01 20:09:13 -08:00
TAKATSU Tomonari
c355b1d150 textproc/R-cran-xml2: Update to 1.3.3
- Update to 1.3.3
- Change LICENSE to MIT
2021-12-02 04:06:33 +00:00
Hiroki Tagato
081f3cc087 devel/electron13: update to 13.6.3
Changelog: https://github.com/electron/electron/releases/tag/v13.6.3
2021-12-02 12:57:11 +09:00
Piotr Kubaj
866d755166 graphics/tesseract: add forgotten patch for amd64 / i386 2021-12-02 03:50:21 +00:00
Piotr Kubaj
6faa3a6267 graphics/tesseract: update to 5.0.0
1. Switch OPENMP on for amd64, i386, powerpc64 and powerpc64le - other architectures untested.
2. Remove stale patch-configure.ac, the port uses cmake now.
3. Remove stale patch-src_ccutil_ocrclass.h, that doesn't apply.
4. Manually install libraries used by training tools, they are not installed automatically.
2021-12-02 03:35:39 +00:00
Adam Weinberger
9b869a4c17 editors/neovim: Update to 0.6.0 and switch lua backend
0.6.0 is an interval update that refines and extends the major lua
overhaul of 0.5.0.

Instead of using options for luajit vs PUC (mainline) lua, use
luajit-openresty unconditionally. devel/luv needs to use the same
backend as NeoVIM, so this commit switches it too.

NeoVIM is designed specifically to run on luajit rather than PUC;
upstream essentially doesn't develop for PUC. However, luajit is
largely unmaintained, locked in an older lua dialect, and unbuildable
on many architectures.

The luajit-openresty fork is faster, more modern, and should work in
more places. It's unclear to me which FreeBSD archs it does or doesn't
work on, so the fallout will have to be addressed once the builders have
a whack at it.
2021-12-01 20:20:52 -07:00
Guangyuan Yang
ce8f614ad9 devel/R-cran-remotes: Update to 2.4.2 2021-12-01 22:14:26 -05:00
Guangyuan Yang
1ea6df7360 sysutils/R-cran-fs: Update to 1.5.1 2021-12-01 22:14:12 -05:00