172672 Commits

Author SHA1 Message Date
rsadowski
db5b25f8e3 Update jenkins-devel to 2.386 2023-01-13 11:13:25 +00:00
pascal
cfbb6d270f Update to tor 0.4.7.13. Includes security fix for TROVE-2022-002. 2023-01-13 11:05:23 +00:00
rsadowski
e9d7e38a3e Update KDE Gear to 22.12.1
https://kde.org/announcements/gear/22.12.1/
2023-01-13 10:54:30 +00:00
rsadowski
01a60dff88 Update okteta to 0.26.10 2023-01-13 10:52:52 +00:00
sthen
7ddc6f2b29 update to py3-requests-2.28.2 2023-01-13 09:17:48 +00:00
kirby
d61fcdbb2b update to naev-0.10.2
modify RDEPs to match -data version
update LDEPs to fix build when dpb purges devel/pcre2
breakage reported by naddy@, thanks!
2023-01-13 09:14:38 +00:00
sthen
fd60a4103c update to py3-dateparser-1.1.6 2023-01-13 09:12:24 +00:00
ajacoutot
b1d01b65f7 Update to netatalk-3.1.14. 2023-01-13 09:11:04 +00:00
tb
c34ec940b3 py-numpy: add missing TDEPs. py3-typing_extensions (tests break badly if
it isn't installed). test_requirements.txt also lists py3-test-cov and
py3-wheel, so add them as well.

ok phessler
2023-01-13 08:24:08 +00:00
landry
934a7a179f x11/xfce4/xfce4-screenshooter: update to 1.10.3 2023-01-13 06:08:23 +00:00
robert
1274cb5209 update to 109.0.5414.74 2023-01-13 05:01:09 +00:00
bket
6e44ab781d Unbreak building of quirks
Building of devel/quirks failed with 'Message key 15 (use rspamd's
internal milter support instead) is unused', which is caused by a
forgotten addition to setup_obsolete_reason (mail/rmilter has been
removed a couple of days ago).
2023-01-13 04:40:28 +00:00
kn
1a5424cf59 update to tdesktop 4.5.6 2023-01-12 23:08:01 +00:00
sthen
25fdaf201c update to py3-numpy-1.24.0 (and I rechecked that --disable-optimization
is still needed on i386)
2023-01-12 21:42:05 +00:00
sthen
05501b71cd add a scrollback flavour to st, which adds the following patch to the build:
https://st.suckless.org/patches/scrollback/st-scrollback-0.8.5.diff

ok jung@ (maintainer, who also pointed out the existence of a separate
program https://tools.suckless.org/scroll/, though it seems to me this is
something of a failed experiment, jan@ agrees)
2023-01-12 21:00:13 +00:00
naddy
cf0b8d61a3 graphics/png: maintenance update to 1.6.39 2023-01-12 19:19:49 +00:00
naddy
746e5c5047 x11/xloadimage: update to Debian patch level 25 and fix compiler warnings
This fixes miscellaneous variable type errors.  Prodded by jca@ after
clang 15 fallout.
2023-01-12 15:55:58 +00:00
jca
5fdfdd96cc Rearrange logic to address type mismatch spotted by clang 15 2023-01-12 13:17:19 +00:00
pvk
947759f5fa Update py-vmomi 8.0.0.1 -> 8.0.0.1.1
Release notes: https://github.com/vmware/pyvmomi/releases/tag/v8.0.0.1.1
2023-01-12 13:16:28 +00:00
jca
bfa2168b9c Drop -Werror to let this build with clang 15 2023-01-12 13:14:52 +00:00
pvk
9515944cbd Update py-vcrpy 2.1.1 -> 4.2.1
Changelog: https://vcrpy.readthedocs.io/en/latest/changelog.html
ok pamela@
2023-01-12 13:14:43 +00:00
jca
971c95bd69 This patch introduced for clang 13 is also needed with clang 15
ok pascal@ (maintainer)
2023-01-12 12:48:34 +00:00
kirby
eacca54db4 update to ode-0.16.3 2023-01-12 07:54:29 +00:00
ajacoutot
fa4b2b051b Update to secrets-7.2. 2023-01-12 07:50:18 +00:00
ajacoutot
dc09659c2b Update to tracker3-miners-3.4.3. 2023-01-12 07:45:21 +00:00
ajacoutot
df381e51fb Unbreak: properly install man pages and fix pkgconfig file in PLIST.
No bump because this could not package.
2023-01-12 07:31:42 +00:00
bluhm
b1cad98af9 update p5-Net-DNS to 1.36 2023-01-12 01:55:05 +00:00
bluhm
e7c5561920 update p5-File-Find-Object to 0.3.7 2023-01-12 01:04:31 +00:00
bluhm
acc5b09b9d update p5-Test-File to 1.993 2023-01-12 01:00:03 +00:00
bluhm
bbe2a5e10e update p5-Net-SIP to 0.834 2023-01-12 00:48:40 +00:00
jca
5ede0bdc31 Drop -Werror to fix build with clang 15
The code uses ATOMIC_VAR_INIT which has been marked deprecated upstream.
2023-01-11 22:50:22 +00:00
tb
b8e9b0024f py-numpy: enable fortran again on aarch64 2023-01-11 22:03:44 +00:00
tb
35db4de0e0 Use USE_NOEXECONLY workaround to make gcc 8 build while we're looking for
a proper fix. Also disable jump tables.

USE_NOEXECONLY suggested by jca
ok pascal
2023-01-11 21:59:01 +00:00
kn
814ef024bd Disable useless examples
Not packaged and not used in tests (31 out of 32 still pass on amd64),
but 59 less .c files to compile.

No WANTLIB, dynamix export or PLIST changes.
OK jca
2023-01-11 21:35:20 +00:00
jca
7f27cba5d4 Drop -Werror, clang 15 -Winvalid-utf8 complains about non-UTF8 in comments...
-Weverything, -Werror, and then a ton of -Wno-something... stop the madness.
2023-01-11 20:48:28 +00:00
jca
39445012cc Use local swap16/swap32 functions instead of the defines from endian.h
The local functions take a pointer to an integer, not an integer, so
the endian.h macros aren't a proper replacement.  This fixes the build
with clang 15.
2023-01-11 19:00:28 +00:00
jca
83bff15553 Avoid pointer to integer conversion to let this build with clang 15 2023-01-11 18:50:13 +00:00
jca
606049478a Unbreak with clang 15: fix function detection
base-gcc test by tb@
2023-01-11 18:30:24 +00:00
kn
9ea4a48176 python is a build dependency despite NO_BUILD=Yes
catfish sets NO_BUILD=Yes because it just packages existing files,
MODPY_ADJ_FILES (run in pre-configure) and the default do-install target
set by the python module obviously need python, so set MODPY_BUILDDEP=Yes
to override the python module's default of =No in case of NO_BUILD=Yes.

Spotted in a bulk test (thanks tb) for a python.port.mk diff where catfish
was the only port failing -- due to this.

OK landry
2023-01-11 18:29:10 +00:00
jca
af9eabc9f4 Add missing include, fixes build with clang 15 2023-01-11 17:49:55 +00:00
jca
d0d5f73e33 Tweak defines to get at the declaration of strptime(3), fixes clang 15 build
ok ajacoutot@ (maintainer)
2023-01-11 17:46:48 +00:00
jca
ac26d46a16 Include appropriate header for basename(3), fixes the build with clang 15
ok ajacoutot@ (maintainer)
2023-01-11 17:43:49 +00:00
jca
df496c3cdd Drop self-inflicted -Werror pain, fixes build with clang 15 2023-01-11 17:42:22 +00:00
sthen
9b35988445 set USE_NOEXECONLY for ports statically linking ports/security/openssl/* 2023-01-11 16:33:57 +00:00
pvk
0d78a861f2 Update mattermost-server 7.5.1 -> 7.5.2
Changelog: https://docs.mattermost.com/install/self-managed-changelog.html
2023-01-11 16:26:46 +00:00
sthen
a164e846fe +badkeys 2023-01-11 15:56:21 +00:00
sthen
496a6dfcaa +py-gmpy2 2023-01-11 15:56:20 +00:00
sthen
72df6e51c8 import ports/security/badkeys, ok tb@
badkeys checks public keys in a variety of formats (including X.509
certificates, Certificate Signing Requests, SSH public keys and others)
for known vulnerabilities.
2023-01-11 15:55:39 +00:00
sthen
496b01d40c import ports/math/py-gmpy2, ok tb@
gmpy2 is an optimized, C-coded Python extension module that supports
fast multiple-precision arithmetic.

gmpy2 is based on the original gmpy module but adds support for
correctly rounded multiple-precision real arithmetic (using the MPFR
library) and complex arithmetic (using the MPC library).
2023-01-11 15:55:11 +00:00
ajacoutot
8248f6eef3 Update to grip-4.2.4. 2023-01-11 13:36:11 +00:00