Commit Graph

173420 Commits

Author SHA1 Message Date
op d289417ef1 ooops, s/try_import/try_repeat 2023-02-07 10:35:57 +00:00
op dc25437217 +try_import 2023-02-07 10:32:06 +00:00
op 1b5f3c5e70 import try_repeat-0.2.0
try_repeat tries to run a command n times, exiting early if the command exits
with a non-zero exit code. This is useful when trying to find intermittent
failures in a command.

port from Laurence Tratt (laurie [at] tratt [dot] net); thanks!
ok edd@
2023-02-07 10:30:42 +00:00
sthen 6ed5f86630 update to py3-async-timeout-4.0.2, ok jca
Maintainer timeout.
2023-02-07 10:28:50 +00:00
tb 4b66390c62 games/cdogs-sdl: One file in need of the swap16() -> lswap16() rename
was missed, breaking the build with clang15.
2023-02-07 10:24:09 +00:00
ajacoutot 5107091895 Update to coredns-1.10.1. 2023-02-07 09:18:58 +00:00
gonzalo cd2bcd40db Update for Gource to 0.54
OK op@
2023-02-07 08:54:07 +00:00
tb 7ad39a234e audio/pykaraoke: PySurface_AsSurface() -> pgSurface_AsSurface() to
unbreak build with clang 15. It's unclear if/how this ever worked.
2023-02-07 08:30:43 +00:00
daniel fd91901311 update to py-cppy 1.2.1 2023-02-07 01:55:05 +00:00
kn 967f5e96db Force C++17 to unbreak build after abseil-cpp update
OK aja
2023-02-07 00:24:29 +00:00
tb d976b7d812 benchmarks/siege: bump revision 2023-02-07 00:15:21 +00:00
tb 7f553b72ec benchmarks/siege: fix type confusion and avoid bad prototypes for
str{n,}casecmp(). Unbreaks build with clang 15.
2023-02-07 00:14:14 +00:00
tb b55d4b9420 sysutils/idled: convert logfile() into a proper vararg function and add
string header to squelch some warnings. Unbreaks clang 15 build. People
who like removing ports should probably consider this one.
2023-02-07 00:06:50 +00:00
naddy 340dfcb85d x11/xantfarm: add missing includes to unbreak with clang 15
... and drop some misguided changes of no benefit.
2023-02-06 22:47:09 +00:00
namn 98c60a069c update TeXmacs 2.1.2
changelog:
https://github.com/texmacs/texmacs/releases/tag/v2.1.2

- updates QTMSockets.cpp patch
- dratex tutorial actually requires texlive_texmf-full, so update
  README.

tested by op@
ok op@ and rsadowski@
2023-02-06 22:33:45 +00:00
naddy 1406d94278 x11/xbae: explicitly cast integer to pointer to fix build with clang 15 2023-02-06 22:15:44 +00:00
kn d47aabece3 set NO_TEST, there are none at all 2023-02-06 21:40:43 +00:00
sthen 0416627bd9 pjsua: disable hidden dep on libupnp 2023-02-06 21:04:49 +00:00
kn 72af683bd5 actually run the test program which takes half the build time 2023-02-06 21:01:48 +00:00
bket 08e51ff616 Update to sabnzbd-3.7.2
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.7.2
2023-02-06 20:54:01 +00:00
bket 00ea471ea0 +rustic 2023-02-06 20:37:28 +00:00
bket e771ec9b87 Import sysutils/rustic-0.4.3
OK rsadowski@, aisha@

DESCR
Rustic is a backup tool that provides fast, encrypted, deduplicated
backups. It reads and writes the restic repo format desribed in the
design document and can therefore be used as a complete replacement for
restic.

Note that rustic currently is in an beta release and misses tests. It is
not yet considered to be ready for use in a production environment.
2023-02-06 20:30:48 +00:00
kn 381adb8b3c disable ccache to unbreak build if installed 2023-02-06 20:28:02 +00:00
kn 86dde46b07 disable ccache to unbreak build if installed 2023-02-06 20:05:38 +00:00
tb f41d1e1a45 lang/librep: use static __inline__ instead of extern __inline__ to fix
build with clang 15. Regen plist.
2023-02-06 19:39:19 +00:00
tb c2d6a30527 net/tn5250: add missing include providing the prototype necessary to
appease clang 15. Switch HOMEPAGE to https.
2023-02-06 19:08:29 +00:00
tb 8dc65bf5fb net/owamp: fix type confusion to fix build with clang 15, regen plist. 2023-02-06 18:59:33 +00:00
denis e560849e61 Update to v2.9.2
This is a high-priority bug fix release.
https://github.com/timescale/timescaledb/releases/tag/2.9.3
2023-02-06 18:41:03 +00:00
tb efee92e10d archivers/macutil: provide proper prototypes and add missing includes to
fix the build with clang 15.
2023-02-06 18:33:25 +00:00
tb c0060b69bb Forgot to unhook xco form x11/Makefile 2023-02-06 17:12:56 +00:00
ajacoutot e6585869f1 Regen WANTLIB after qxlsx update. 2023-02-06 17:05:03 +00:00
ajacoutot 1383cc5ebd Update to qxlsx-1.4.5. 2023-02-06 17:04:36 +00:00
tb 5c7e047edd register xco removal 2023-02-06 16:49:12 +00:00
tb 553e944a13 Take x11/xco behind the barn
The license doesn't grant permission to modify the code, so it won't
survive the clang 15 update. Also, it doesn't currently work.

ok naddy
2023-02-06 16:48:00 +00:00
sdk b40220956d Update mu to 1.8.14
Changes:
* create mu cache path if needed
* fix empty 'To:' header on reply to icalendar invitation
* use const char* from for time_to_string (avoids crash in some configs)
* mu4e-headers: appease byte-compiler
* mu4e-headers: fallback to :subject for :thread-subject
* mu-query-match-decider: add 'Related' to flags (rather than replace)

ok op@
2023-02-06 16:30:06 +00:00
naddy 70a1a79361 x11/xco: fix type mismatches and unbreak with clang 15
Also add missing includes.
2023-02-06 16:04:52 +00:00
naddy f5670b4ae9 x11/xcoloredit: fix type mismatch and unbreak with clang 15 2023-02-06 15:42:22 +00:00
gonzalo b188e6c744 Update for Gobuster to 3.4.0 from Laurent Cheylus
Thanks!
2023-02-06 15:41:50 +00:00
naddy 8fd2a96be4 x11/xtu: clean up
Add forgotten patch:
Pick up NeedFunctionPrototypes from <X11/Xfuncproto.h>.
Clue from matthieu@.
2023-02-06 15:20:32 +00:00
landry 921e9a4211 geo/mapserver: fix build if abseil-cpp is installed
flatgeobuf support tries to use abseil-cpp if found, and fails because
the latter requires c++14 or newer. patch out #elif __has_include
to make sure it isnt picked up, until properly fixed upstream.

build failure reported by tb@, different fix proposed by kn@ but i
prefer avoiding a useless BDEP.
2023-02-06 14:15:20 +00:00
tb 4aed11693b net/tircproxy: drop incorrect (time_t) casts for NULL argument of time(3).
Fixes build with clang 15. Regen PLIST while there.
2023-02-06 13:56:42 +00:00
tb f96aa2425b net/mon/server: add missing <string.h> include to fix build with clang 15.
Regen patches while there.
2023-02-06 13:50:32 +00:00
tb 43edc69249 converters/ish: add prototype and fix another NUL vs NULL confusion to fix
build with clang 15.
2023-02-06 13:45:38 +00:00
tb fa6b494245 textproc/vgrind: clean up NUL vs NULL confusion that breaks the build with
clang 15.
2023-02-06 13:35:36 +00:00
jca d4ffca89b7 Sync with upstream fix
From Brad (maintainer)
2023-02-06 12:29:08 +00:00
tb c37afcb07b net/nsping: fix a few warnings and errors to unbreak build with clang 15. 2023-02-06 11:17:34 +00:00
tb de9353db8c games/xneko: fix build with clang-15 by resolving NULL vs 0 confusion.
Also include stdlib.h to squelch a few warnings.
2023-02-06 11:01:14 +00:00
kirby e781d18c07 minor bugfix update to naev-0.10.4 2023-02-06 10:42:10 +00:00
tb 781de92d35 sysutils/fwa: sprinkle void to fix build with clang 15.
https://github.com/PeterHajdu/fwa/pull/2
2023-02-06 10:37:40 +00:00
landry 926578ec34 textproc/catfish: add missing BDEP on x11/dbus-python
failure reported by tb@
2023-02-06 10:14:14 +00:00