159219 Commits

Author SHA1 Message Date
jasper
66c491c041 Fix build on powerpc64 by correcting the stack pointer definition 2021-08-29 07:42:54 +00:00
jca
65588e21c8 Update to knot-3.1.1
Release notes:
https://www.knot-dns.cz/2021-08-10-version-311.html
2021-08-29 07:35:39 +00:00
jca
91f13f7854 Reenable execinfo on powerpc, backtrace() is usable since the ld.lld switch
From Brad, tests from cwen@ and gkoehler@
2021-08-29 07:28:05 +00:00
jca
404458437f Don't use printf("%n") in the catch-signal-and-exit code path
Reported by gkoehler@, tests and ok tb@
2021-08-29 07:24:50 +00:00
ajacoutot
ce70a5ed88 Update to epson-inkjet-printer-escpr-1.7.17. 2021-08-29 07:24:27 +00:00
abieber
21ec9ef379 Update mu to 1.6.5
From Stefan Hagen (maintainer).
2021-08-28 23:05:40 +00:00
sthen
378d7f8dc5 broken by the update to go 1.17 2021-08-28 20:05:07 +00:00
ajacoutot
bd55d765c4 Update to consul-1.10.2. 2021-08-28 12:23:21 +00:00
kn
a7c88febb4 Update to patchelf 0.13 2021-08-28 11:18:58 +00:00
kn
107041a4e4 Replace custom do-test with proper ports framework handling
`make test' in WRKSRC calls the right target in the t/ subdir and passing
HOME is not required anymore (if so, just add it to TEST_ENV instead).

git's test can run in parallel but our do-test both ignored -j/MAKE_JOBS
and didn't make use of git's parallel features.

Now `make MAKE_JOBS=4 test' will run them in parallel without any other
changes;  output is interleaved but that is expected.  Use git's prove(1)
based test run to get cleaner and shorter output:
`make MAKE_JOBS=4 GIT_TEST_TARGET=prove'.

Testing updates and local patches is now easier and faster.
See ${WRKSRC}/t/README for details.
2021-08-28 11:17:22 +00:00
ajacoutot
e41285d31f Update to awscli-1.20.31. 2021-08-28 11:07:30 +00:00
ajacoutot
b273072412 Update to py3-boto3-1.18.31. 2021-08-28 11:07:15 +00:00
ajacoutot
f5e20a727c Update to py3-botocore-1.21.31. 2021-08-28 11:07:05 +00:00
kn
3b31a66f3d Remove obsolete gtar patch for testsuite, works fine with base tar(1) now
Not sure when, but upstream's test suite got rid of whatever GNU option
was used.
2021-08-28 11:06:24 +00:00
kn
6cb4e4381b Update to git 2.33.0
The multimail hook has been removed.

https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.33.0.txt
2021-08-28 11:02:23 +00:00
cwen
9b5d719a6c gdmap: unbreak with ld.lld on powerpc
powerpc does not inline sqrt(3) unlike other lld archs, so it actually uses
libm and as such the `-lm' linker flag is needed.

While here, refresh WANTLIB.

ok gkoehler@
2021-08-28 09:16:56 +00:00
cwen
47e0576cbb moonlander: unbreak with ld.lld on powerpc
powerpc does not inline sqrt(3) unlike other lld archs, so it actually uses
libm and as such the `-lm' linker flag is needed.

While here, refresh WANTLIB and add FIX_EXTRACT_PERMISSIONS.

tweak and ok gkoehler@
2021-08-28 09:07:11 +00:00
cwen
019b0fdc24 kanjipad: unbreak with ld.lld on powerpc
powerpc does not inline sqrt(3) unlike other lld archs, so it actually uses
libm and as such the `-lm' linker flag is needed.

While here, refresh WANTLIB.

ok gkoehler@
2021-08-28 09:03:46 +00:00
ajacoutot
1ce337eb15 Use SIGQUIT for graceful shutdown.
ok robert@ (maintainer)
2021-08-28 08:56:12 +00:00
ajacoutot
3c02175dfd Respect CFLAGS.
found by robert@
2021-08-28 08:48:38 +00:00
sthen
4de6acdb7e mips64el moved to clang, stop using ports-clang for it. from brad 2021-08-28 08:27:57 +00:00
sthen
cf72cca20a update to libjpeg-turbo-2.1.1, from brad 2021-08-28 08:26:14 +00:00
ajacoutot
46a6f29ecc Update to libsoup-2.74.0. 2021-08-28 08:03:06 +00:00
ajacoutot
1e1b2893db Typo. 2021-08-28 07:45:22 +00:00
robert
9131485257 add support for using OpenBSD's passwd(1) to change the user password
instead of executing passwd(1) in a terminal
2021-08-28 06:48:54 +00:00
anton
c6ced73632 update to knfmt-1.0.0
- handle and align x macros in brace initializers
- handle and align cpp macros in brace initializers
- allow enum declarations on a single line
- preserve new lines before comments and cpp declarations at end of a
  statement block
- only grow the buffer if more than half of the space is utilized
- do not let a cpp branch inside a struct declaration end the current
  scope of alignment
- long expressions in combination with optional new lines would not
  break under certain circumstances
2021-08-28 06:34:03 +00:00
jsing
ac59ca4e08 Update lang/go to Go 1.17.
Thanks to Jacqueline Jolicoeur and Janne Johansson for testing.

ok abieber@
2021-08-27 18:33:26 +00:00
abieber
f00da8d457 + headscale and tailscale 2021-08-27 16:33:07 +00:00
abieber
7071c5efe3 Import tailscale: an overlay-like VPN built on top of WireGuard
OK tracey, sthen
2021-08-27 16:32:04 +00:00
abieber
4d4fe9fab4 use 869 for net/headscale 2021-08-27 16:30:16 +00:00
abieber
174670536d Import headscale, an open source Tailscale control server
OK tracey, sthen
2021-08-27 16:29:31 +00:00
naddy
606d50b44a misc/bible-kjv: keep up with Debian upstream 4.36, no changes for us 2021-08-27 16:01:41 +00:00
giovanni
081ef2574c update to 2.85
ok ajacoutot@ (Maintainer)
2021-08-27 15:58:30 +00:00
jeremy
45b2149d3f Send ruby-mechanize to the Attic
Broken at runtime on Ruby 2.0+ due to use of iconv. Untouched since
import in 2009.

OK sthen@
2021-08-27 15:43:17 +00:00
jeremy
dc1bcbd564 Send ruby-findmyiphone to the Attic
Broken at runtime on Ruby 2.0+ due to use of ruby-mechanize.

OK sthen@
2021-08-27 15:42:00 +00:00
jeremy
0c6cff9f54 Send ruby-gir_ffi to the Attic
Doesn't load on Ruby 2.6, 2.7, or 3.0:

Could not open library '/usr/local/lib/girepository-1.0': File not an ELF object.

OK sthen@
2021-08-27 15:39:57 +00:00
jeremy
069e59b77f Send ruby-racc to the Attic
ruby30 FLAVOR conflicts with lang/ruby/3.0.  Not needed as the same or
newer racc version is shipped with Ruby 2.6, 2.7, and 3.0.

OK sthen@
2021-08-27 15:38:45 +00:00
jeremy
f3ec895bc2 Send ruby-agcaldav to the Attic
Broken at runtime since ruby-icalendar was upgraded to 2.1.0 in July 2014.

OK sthen@
2021-08-27 15:36:26 +00:00
jeremy
265b50b099 Unhook some obsolete ruby ports 2021-08-27 15:33:29 +00:00
naddy
38507792b1 archivers/libarchive: update to 3.5.2
New features:
* CPIO: Support for PWB and v7 binary cpio formats
* ZIP reader: Support of deflate algorithm in symbolic link decompression
2021-08-27 14:37:59 +00:00
ajacoutot
4ec2c2edac Space. 2021-08-27 14:28:41 +00:00
ajacoutot
6927a54eee Move up PKGNAME. 2021-08-27 14:27:56 +00:00
abieber
fe53ac4de0 Update sqlc to 1.9.0 2021-08-27 13:58:24 +00:00
abieber
99f97ed12e Update dendrite to 0.4.1 2021-08-27 13:57:32 +00:00
abieber
115ebbfc72 Bump navidrome to 0.45.1
Changes listed here: https://github.com/navidrome/navidrome/releases
2021-08-27 13:56:30 +00:00
robert
96b8e6eb61 update to 22.1.1; ok gonzalo@ 2021-08-27 13:38:54 +00:00
landry
0d554e9fe8 www/seamonkey: update to 2.53.9.
see https://www.seamonkey-project.org/releases/seamonkey2.53.9/#new
2021-08-27 11:32:00 +00:00
ajacoutot
e84b8dff5a Update to terragrunt-0.31.7. 2021-08-27 09:54:09 +00:00
ajacoutot
5a7e6ef348 Update to terraform-1.0.5. 2021-08-27 09:46:07 +00:00
ajacoutot
5bba902af6 Update to deja-dup-42.8. 2021-08-27 09:29:49 +00:00