1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

574137 Commits

Author SHA1 Message Date
Mikael Urankar
22c0c4f2a6 audio/jack: Fix alignas() on non-packed architectures
Unbreak the build with Clang on architectures where JACK uses non-packed
data structures, like arm64 or powerpc. The alignment errors are exposed
there because:
 * The non-packed data structures require 8 byte alignment.
 * alignas() is not allowed to weaken alignment requirements to 4 bytes.
 * Clang enforces this according to standard, GCC ignores it.

Use an additional alignas() specifier to let the compiler choose between
minimum alignment (packed) and "natural" alignment (non-packed). This is
both standard c++11 and compatible with older GCC, which does not
propagate alignment requirements of packed substructures properly.

PR:		261508
Submitted by:	Florian Walpen <dev@submerge.ch>
2022-02-09 17:19:35 +01:00
Mikael Urankar
55d4a9f74d www/deno: Update to 1.18.2
Changes: https://github.com/denoland/deno/releases/tag/v1.18.2
2022-02-09 17:19:34 +01:00
Mikael Urankar
b7743e9a24 www/miniserve: Update to 0.19.0
Changes: https://github.com/svenstaro/miniserve/releases/tag/v0.19.0
2022-02-09 17:19:34 +01:00
Mikael Urankar
552bb5c4b1 security/tailscale: Update to 1.20.4
Changes: https://github.com/tailscale/tailscale/releases/tag/v1.20.4
2022-02-09 17:19:34 +01:00
Mikael Urankar
9dda00feaf security/cloak: Update to 0.3.0 2022-02-09 17:19:33 +01:00
Jan Beich
bb547a80ac x11-wm/gamescope: update to 3.11.8
Changes:	https://github.com/Plagman/gamescope/compare/3.11.5...3.11.8
Reported by:	portscout
2022-02-09 16:17:04 +00:00
Jason W. Bacon
c6c68478db benchmarks/mst-bench: Update to 0.2.1-18
Increase array test sizes and reps to wash out sampling error on modern
hardware, where run times were becoming too short and inconsistent.
A few other minor enhancements
2022-02-09 09:25:34 -06:00
Juraj Lutter
4faf5cdcf4 net/rpki-client: Update to 7.6
Reported by:    Job Snijders <job@sobornost.net>
Approved by:    zeising (maintainer)
Differential Revision: https://reviews.freebsd.org/D34200
2022-02-09 16:22:33 +01:00
Derek Schrock
a60dcd7125 emulators/virtualbox-ose(-legacy): Take advantage of ccache
This patch teaches the virtualbox ports to take advantage of ccache
if the ports are configured to use it.

PR:		254616
2022-02-09 15:24:30 +01:00
Guido Falsi
39f7031c79 emulators/virtualbox-ose-legacy: Fix build on head
The legacy version of virtualbox fails to build on head with
clang > 11, so force using clang 11 there.

PR:		254616 (suggested in)
2022-02-09 15:20:54 +01:00
Guido Falsi
b36b859ad9 net/ntopng: Update to 5.2 2022-02-09 15:16:55 +01:00
Guido Falsi
ff4654ccfb net/ndpi: Update to 4.2 2022-02-09 15:16:30 +01:00
Alexey Dokuchaev
6e29ecd50e databases/gdbm: update GNU dbm to the latest version 1.23.
Reported by:	portscout
2022-02-09 13:43:40 +00:00
Alexey Dokuchaev
08f9f4c06a net/storj: update Storj programs to version 1.48.2.
Reported on:	https://t.me/storjRU
2022-02-09 13:12:06 +00:00
Tobias Kortkamp
200987777b
ports-mgmt/sccache-overlay: Disable idle timeout by default
It seems like it is too easy to hit during Firefox builds and
then the server is gone and builds fail with:

sccache: error: Connection to server timed out

Since Firefox disables it itself do the same here.

Tested by:	jrm
2022-02-09 13:52:30 +01:00
PÁLI Gábor János
efd75db88f
net/wifibox: Update to 0.7.0 2022-02-09 10:53:53 +00:00
Mateusz Piotrowski
03bdd7f52b x11-fonts/iosevka: Update to 11.3.0
Changes:	https://github.com/be5invis/Iosevka/releases/tag/v11.3.0
2022-02-09 11:46:38 +01:00
Bernhard Froehlich
cbe75ee602
www/radicale: Update to 3.1.5 2022-02-09 10:10:49 +00:00
Bernhard Froehlich
1043b1bb77
multimedia/kodi-addon-inputstream.adaptive: Update to 19.0.2 2022-02-09 10:10:48 +00:00
Bernhard Froehlich
e86a06441a
multimedia/minisatip: Update to 1.1.71 2022-02-09 10:10:48 +00:00
TAKATSU Tomonari
6bb184fb28 math/R-cran-quantreg: Update to 5.88 2022-02-09 10:06:43 +00:00
Mateusz Piotrowski
d5b556da34 net-im/signal-cli: Fix service signal_cli runcli
runcli_precmd got committed by mistake.

PR:		261754
Reported by:	mikael
Fixes:		1d21db50cb net-im/signal-cli: Include patches bringing B-Bus support
MFH:		2022Q1
2022-02-09 11:04:49 +01:00
Bernhard Froehlich
39b0a6dc97
net/wireguard-go: Update to 0.0.20220117
We cannot use GH_TUPLE anymore because some dependencies are not
available on github so we need to pack and distribute them ourselves.
2022-02-09 09:50:53 +00:00
Bernhard Froehlich
42ba27cbd9
multimedia/kodi-addon-pvr.hts: Update to 19.0.6 2022-02-09 09:50:52 +00:00
Bernhard Froehlich
3078075e4e
multimedia/kodi-addon-pvr.iptvsimple: Update to 19.1.0 2022-02-09 09:50:52 +00:00
Yuri Victorovich
e0ad7d05d6 math/gap: Update 4.11.0 -> 4.11.1
Also add module version tags in plist.

PR:		261483
Approved by:	hrs (maintainer's timeout; 14 days)
2022-02-09 01:35:16 -08:00
Alexey Dokuchaev
cd141b1e65 archivers/libdeflate: update the port to version 1.10.
Reported by:	portscout
2022-02-09 09:24:22 +00:00
Palle Girgensohn
35a8361d88 sysutils/rubygem-fluentd: update to 1.14.5
Release notes:	https://github.com/fluent/fluentd/releases/tag/v1.14.5
2022-02-09 09:42:52 +01:00
Palle Girgensohn
56406a7c9b net/rubygem-serverengine: update to 2.2.5
Release notes:	https://github.com/treasure-data/serverengine/blob/master/Changelog
2022-02-09 09:42:45 +01:00
VVD
cd2c8b5c59 devel/ispc: Make ARM support conditional on the new ARM option on amd64 and i386 architectures
PR:		261735
2022-02-09 00:15:24 -08:00
Greg Lewis
846ff4e952 java/openjdk11: Restore LLVM/Clang 13 workaround
This restores the previous LLVM/Clang 13 workaround.  I had thought
the upstream changes would address this, but still seeing reports of
crashes when compiled with LLVM/Clang 13.
PR:		260319
Reported by:	various
2022-02-08 20:45:06 -08:00
Neel Chauhan
691035521a comms/tcpser: Update distinfo 2022-02-08 20:35:06 -08:00
Jan Beich
ab18f9711a x11/grim: update to 1.4.0
Changes:	https://github.com/emersion/grim/releases/tag/v1.4.0
Reported by:	GitHub (watch releases)
2022-02-09 03:53:40 +00:00
TAKATSU Tomonari
450c4bcaf3 math/R-cran-units: Update to 0.8-0 2022-02-09 03:32:11 +00:00
Jung-uk Kim
392e232f51 security/vuxml: Add missing PORTEPOCH for x11/libX11
PR:		261804
2022-02-08 21:32:47 -05:00
TAKATSU Tomonari
ad6b4e3503 math/R-cran-lme4: Update to 1.1-28 2022-02-09 02:25:04 +00:00
Neel Chauhan
1a3ad07374 games/tali: Update to 40.5 2022-02-08 15:59:32 -08:00
Yuri Victorovich
5b041cf96d math/py-cvxopt: Update 1.2.7 -> 1.2.8
Reported by:	thierry@ (failing fetch for the previous version)
2022-02-08 15:52:14 -08:00
Sean Bruno
36cb97aa8d sysutils/devcpu-data: Update Intel Microcode
- Bump Portrevision to capture update of child port
- Update to Intel Microcode update 20220207
- https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220207

Primarily addresses contents of INTEL-SA-00528 and INTEL-SA-00532

Security:       yes
2022-02-08 16:46:49 -07:00
Yuri Victorovich
4be23602a9 graphics/glaxnimate: Fix build by adding missing #include
Reported by:	fallout
2022-02-08 14:45:16 -08:00
Piotr Kubaj
058d935375 sysutils/bupstash: fix build on powerpc 2022-02-08 21:52:35 +00:00
Piotr Kubaj
350e844519 games/stratagus: fix build on powerpc
/usr/bin/c++ -DHAVE_GETOPT -DHAVE_STRCASESTR -DHAVE_STRNLEN -DPIXMAPS=\"/usr/local/share/pixmaps\" -DUSE_BSD -DUSE_BZ2LIB -DUSE_MNG -DUSE_THEORA -DUSE_VORBIS -DUSE_ZLIB -I/wrkdirs/usr/ports/games/stratagus/work/stratagus-3.2.0/src/include -I/wrkdirs/usr/ports/games/stratagus/work/stratagus-3.2.0/src/guichan/include -I/wrkdirs/usr/ports/games/stratagus/work/stratagus-3.2.0/src/guichan/include/guichan -I/wrkdirs/usr/ports/games/stratagus/work/stratagus-3.2.0/src/third_party -I/wrkdirs/usr/ports/games/stratagus/work/.build -I/usr/local/include/lua51 -I/usr/local/include/SDL2 -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -Wno-register -fsigned-char -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -Wno-register -std=gnu++17 -MD -MT CMakeFiles/stratagus.dir/src/map/fow.cpp.o -MF CMakeFiles/stratagus.dir/src/map/fow.cpp.o.d -o CMakeFiles/stratagus.dir/src/map/fow.cpp.o -c
/wrkdirs/usr/ports/games/stratagus/work/stratagus-3.2.0/src/map/fow.cpp
/wrkdirs/usr/ports/games/stratagus/work/stratagus-3.2.0/src/map/fow.cpp:39:10: fatal error: 'omp.h' file not found
         ^~~~~~~
2022-02-08 21:52:34 +00:00
Serhii (Sergey) Kozlov
63b098abd0 ftp/sftpgo: Fix build on i386 2022-02-08 21:24:20 +00:00
Ashish SHUKLA
4066838a86
www/garage: New port: Open-source distributed storage service
An open-source distributed storage service you can
self-host to fullfill many needs.

Goals:

 - Self-contained
 - Fast to deploy, safe to operate
 - Deploy everywhere on every machine
 - Highly resilient

WWW: https://garagehq.deuxfleurs.fr/
2022-02-08 20:59:36 +00:00
Jose Alonso Cardenas Marquez
2952f71b67 www/thirtybees: update to 1.3.0
ChangeLog at:	https://github.com/thirtybees/thirtybees/releases
2022-02-08 15:40:56 -05:00
Jimmy Olgeni
0fef0510bb net/nats-server: Update to version 2.7.2 2022-02-08 20:56:48 +01:00
Jimmy Olgeni
804edfba6f net/nats-streaming-server: Update to version 0.24.1 2022-02-08 20:56:48 +01:00
Christoph Moench-Tegeder
51e8257584 www/firefox: unbreak after b00578b9b2
the webasm components must follow llvm (the llvm we use for building
firefox), and wasi-compiler-rt and wasi-libcxx are really just
llvm components and should be at the same version as the llvm we need.
2022-02-08 20:26:13 +01:00
Ashish SHUKLA
b57860aaf7
textproc/ugrep: Update to 3.7.2 2022-02-08 19:19:36 +00:00
Ashish SHUKLA
169f8a47c9
devel/mold: New port: A Modern Linker
mold is a faster drop-in replacement for existing Unix linkers. It
is several times faster than LLVM lld linker, the second-fastest
open-source linker which I originally created a few years ago.
mold is created for increasing developer productivity by reducing
build time especially in rapid debug-edit-rebuild cycles.

WWW: https://github.com/rui314/mold
2022-02-08 19:19:34 +00:00