163819 Commits

Author SHA1 Message Date
rsadowski
2e9bb81449 Update clazy to 1.11 2022-02-13 09:14:58 +00:00
robert
9f22707664 revert previous; the bug is somewhere else 2022-02-13 09:11:57 +00:00
ajacoutot
42ef604db5 Update to libhandy-1.5.90. 2022-02-13 08:54:07 +00:00
ajacoutot
8bdd506e73 Update to libspectre-0.2.10. 2022-02-13 08:52:26 +00:00
rsadowski
bcac9e7da9 Update KDE Plasma icons to 5.13.0 2022-02-13 08:34:52 +00:00
denis
0e727691c3 Update to v2.5.2
Tested by Mark Patruck, thanks.
2022-02-13 08:26:39 +00:00
rsadowski
eb382fba77 Update mkvtoolnix to 65.0.0 2022-02-13 08:01:03 +00:00
rsadowski
7cefc3709a Update inkscape to 1.1.2
Update diff from Freddy Fisker <ff A-T- freddyfisker D_O-T- dk>, thanks
Spotted by gonzalo@
2022-02-13 07:53:45 +00:00
rsadowski
791c2d1bc2 Update kstars to 3.5.7 2022-02-13 07:50:48 +00:00
ajacoutot
5d61112df7 Update to harfbuzz-3.3.2.
Thanks to espie@ and schwarze@ for figuring out the problem about locale_t
portability issues on systems the typedef’s it to a void pointer and for
schwarze@ dealing with upstream.

tested in a bulk
2022-02-13 07:50:45 +00:00
ajacoutot
f927232d05 Missing BDEP on sassc. 2022-02-13 07:47:14 +00:00
rsadowski
a3df085a57 Update intellij to 2021.3.2
Update diff from maintainer
2022-02-13 07:46:38 +00:00
rsadowski
907cbcdfb0 Update pycharm to 2021.3.2
Update diff from maintainer
2022-02-13 07:46:01 +00:00
rsadowski
2351d790c0 Update homebank to 5.5.4 2022-02-13 07:28:33 +00:00
robert
1490423d87 disable thin archives on arm64 2022-02-13 07:27:46 +00:00
rsadowski
29c9b24e7c Update kubectl to 1.23.2 2022-02-13 07:24:48 +00:00
rsadowski
a0f64d0972 Update font-awesome to 6.0.0 2022-02-13 07:18:33 +00:00
kn
b79e39b225 Adapt to non-native architectures; from Yozo TODA (maintainer), thanks!
- entries for native archs only in PLIST moved to PFRAG.native
- entries for non-native archs only in PLIST (with @comment tag)
  moved to PFRAG.no-native
- adding @static-lib tag to all .a

packaging failed on ocaml non-native architectures, like mips64, riscv64,
sparc64, powerpc.

Tested on amd64 and sparc64 (builds/packages without PLIST change) by me
2022-02-12 22:29:22 +00:00
denis
c6ca6fb5a4 Update to v0.10.5 2022-02-12 21:38:46 +00:00
jeremy
e369262d2e Update to PostgreSQL 14.2 2022-02-12 21:10:34 +00:00
sebastia
03f88c1a64 simple update 5.1.1 -> 5.1.2
take MAINTAINER

OK jasper@ (previous MAINTAINER)
2022-02-12 20:47:28 +00:00
jturner
2329f5b0e4 Update tarsnap to 1.0.40. Notable improvements:
* tarsnap now accepts a --resume-extract option to skip extracting files whose
  filesize and mtime match existing files on disk.

* tarsnap now accepts --progress-bytes SIZE, which prints a progress message
  after each SIZE bytes are processed, up to once per file.  This can be
  disabled with --no-progress-bytes.

* tarsnap now accepts a --passphrase method:arg option which accepts:
  * --passphrase dev:tty-stdin
  * --passphrase dev:stdin-once
  * --passphrase dev:tty-once
  * --passphrase env:VARNAME
  * --passphrase file:FILENAME

* tarsnap now accepts a --dump-config option to print the command-line and all
    non-blank lines read from config files.

* tarsnap now exits with an error if there are unused command-line arguments.
  (i.e. "tarsnap -d -f a1 a2", where "a2" is unused.)

* Improved performance on some x86, amd64, and arm64 systems by using
  cryptographic instruction set extensions.

* When sent SIGINFO or SIGUSR1, tarsnap now prints the number of files and the
  number of uncompressed bytes processed, in addition to the previous output.
2022-02-12 18:42:45 +00:00
sthen
e2dca13b4f ipmitool: fix build on a machine without curl, found by aja@ 2022-02-12 18:14:43 +00:00
landry
9bd0a8efed www/ulfius: update to 2.7.7, fixes CVE-2021-40540 2022-02-12 18:06:48 +00:00
ajacoutot
0f09595ab4 Update to gnome-user-docs-41.2. 2022-02-12 17:43:17 +00:00
sthen
3a40db376a update to zsh-5.8.1, from Matthew Martin
This is a stable security release with a few bug fixes, including one
for CVE-2021-45444, a vulnerability in prompt expansion which could be
exploited through e.g. VCS_Info to execute arbitrary shell commands
without a user's knowledge. All sites are encouraged to update from
zsh 5.8. A partial work-around which can be applied within a running
shell is provided in the source distribution for those who are unable
to update their shell binaries.

https://www.zsh.org/mla/announce/msg00133.html
2022-02-12 17:15:10 +00:00
naddy
15d44c72fc editors/nano: update to 6.1 2022-02-12 15:11:34 +00:00
sthen
96fdc45c8d update to gprolog-1.5.0, from Bastian [bw-openbsd at gmx], small tweaks by me 2022-02-12 14:13:08 +00:00
kn
a5b2982ec2 Fix compiler detection to fix sparc64 build
> eg++: error: unrecognized command line option '-fconstexpr-steps=2000000'; did you mean '-fconstexpr-depth='?
> gmake: *** [build/main.mk:500: derived/sparc-openbsd-opt/obj/Autofire.cc.o] Error 1

main.mk looks at CXX to decide whether it is clang or gcc, which does
not work since we (always?) pass CXX=c++ which is then the usual symlink
in ${WRKDIR}/bin/ to CHOSEN_COMPILER.

Pass our choice and use that to decide.
Builds/packages fine on amd64 and sparc64.

Zap default python version while here.

OK sthen
2022-02-12 13:36:18 +00:00
benoit
7e05690b12 Update to p5-Alien-Base-2.46 from wen heping. 2022-02-12 13:23:37 +00:00
kn
6a8f5a5faf Substitute in pre-configure again
Doing it in post-patch gets in the way with handling patches,
reminded by sthen.
2022-02-12 12:39:09 +00:00
sthen
0d421d9ca7 update to recoll-1.31.6
fix some #!/usr/bin/python3, add some optional runtime deps which are
small and used by the built-in filters for common file types, and switch
to qtwebengine for -gui on archs where it's available
2022-02-12 12:33:20 +00:00
kn
818891d73c Use ports-gcc not ports-clang to fix sparc64 build
> /tmp/PostScript-e00a4a.s:3155: Error: operation combines symbols in different segments
> clang-13: error: assembler command failed with exit code 1 (use -v to see invocation)

While here, substitute the config just once in post-patch. pre-configure
would needlessly be rerun on every `make clean=build && make build'.

OK bket
2022-02-12 11:52:19 +00:00
ajacoutot
5a36b38a52 Install the pkcs11 module where $DEITY intended. 2022-02-12 11:29:31 +00:00
ajacoutot
c3fd19c360 Drop default CONFIGURE_ARGS. 2022-02-12 11:08:57 +00:00
sthen
510263f11a update to lucee-5.3.8.206 2022-02-12 10:39:00 +00:00
rsadowski
62a43f5df2 Update jenkins-stable to 2.319.3 2022-02-12 10:26:22 +00:00
rsadowski
a192831649 Update jenkins to 2.334 2022-02-12 10:25:19 +00:00
rsadowski
1da26cc088 Update digiKam-7.5.0 2022-02-12 10:23:23 +00:00
ajacoutot
0d08cfcdcc Update to gnome-maps-41.4. 2022-02-12 10:20:43 +00:00
ajacoutot
91908ebbd1 Update to qpdf-10.6.1. 2022-02-12 10:12:49 +00:00
ajacoutot
43c734804b Update to nomad-1.2.6. 2022-02-12 10:10:15 +00:00
ajacoutot
bef868ce03 Update to govc-0.27.4. 2022-02-12 10:00:11 +00:00
ajacoutot
a3e57901bb Update to consul-1.11.3. 2022-02-12 09:57:35 +00:00
ajacoutot
9af2f51b4c Update to libadwaita-1.0.2. 2022-02-12 09:48:56 +00:00
ajacoutot
7f770f5e0e Update to gtk+4-4.6.1. 2022-02-12 09:39:26 +00:00
ajacoutot
0bb19fd776 Update to awscli-1.22.54. 2022-02-12 09:36:07 +00:00
ajacoutot
201cc0abef Update to py3-boto3-1.20.54. 2022-02-12 09:35:47 +00:00
ajacoutot
c9908c4752 Update to py3-botocore-1.23.54. 2022-02-12 09:35:34 +00:00
ajacoutot
6edd83c253 Update to libsigc++30-3.2.0. 2022-02-12 09:29:39 +00:00