169012 Commits

Author SHA1 Message Date
rsadowski
5197eb9c6f Enable accountsservice support
Pointer by aja, merci
2022-09-04 06:43:27 +00:00
rsadowski
04f1b42e82 Remove sysutils/gamin dependency
gamin is totally unmaintained low quality software and we would love to
get rid of it.

Requested by aja
2022-09-04 06:29:35 +00:00
op
c18e869309 update mail/aerc to 0.12.0
changelog: https://git.sr.ht/~rjarry/aerc/refs/0.12.0
2022-09-03 22:06:42 +00:00
rsadowski
a8e57d653c Update DigiKam to 7.8.0
- Enable VideoSlideShow plugin
- Use system mysql aka. mariadb instead of internal mysql-server
2022-09-03 20:09:59 +00:00
sthen
9be5d24900 allow the "cp /usr/lib/libc.so.96.1 ${WRKDIR}/ghc-*-shlibs-*/" to fail 2022-09-03 19:43:17 +00:00
robert
1d1a8af6e2 unbreak on arm64 by not trying to use getauxval() 2022-09-03 18:41:06 +00:00
op
af5bfe182f update fonts/dai-banna; from George Rosamond 2022-09-03 18:00:20 +00:00
ajacoutot
b17b8690b7 Update to vala-0.56.3. 2022-09-03 16:43:17 +00:00
semarie
959ce6b32e devel/cargo: copte with more binding crates with embedded source 2022-09-03 16:01:56 +00:00
semarie
7db8935a56 update math/igraph to 0.9.9
ok tb@
2022-09-03 16:00:55 +00:00
sthen
f473810352 update to rabbitmq-3.10.7, from Volker Schlecht 2022-09-03 14:02:22 +00:00
sthen
de3ecd0387 update to calibre-5.44.0, last version before it switched to py-qt6 2022-09-03 14:00:45 +00:00
robert
87b98f08d5 update to 105.0.5195.102 2022-09-03 11:28:47 +00:00
sthen
a6249e2819 use WRKDIST not WRKSRC 2022-09-03 11:18:39 +00:00
tb
55e15387a5 devel/valgrind: remove MAINTAINER per their request 2022-09-03 09:42:46 +00:00
ajacoutot
4f40a47f2b Update to libgepub-0.7.0. 2022-09-03 08:03:51 +00:00
ajacoutot
5f89f6ccdd Bump after webkitgtk4 -> webkitgtk40 rename. 2022-09-03 07:53:08 +00:00
ajacoutot
4c6686ea94 'webkitgtk4' => 'webkitgtk40' 2022-09-03 07:52:28 +00:00
ajacoutot
a296896842 Build 3 versions of webkitgtk:
webkitgtk40 = gtk3, soup2 (libwebkit2gtk-4.0)
webkitgtk41 = gtk3, soup3 (libwebkit2gtk-4.1)
webkitgtk40 = gtk4, soup4 (libwebkit2gtk-5.0)

Rename original PKGNAME from webkitgtk4 to webkitgtk40.
They can all be installed alongside.
Required by upcoming updates, particularly in GNOME.
2022-09-03 07:51:54 +00:00
rsadowski
4e2466360e Update neochat to 22.06, ok sdk@ 2022-09-03 05:55:48 +00:00
rsadowski
4b07d3757d Hook up qt6 2022-09-03 05:51:15 +00:00
rsadowski
0aea6c638e Import Qt6 meta port, ok sdk 2022-09-03 05:50:52 +00:00
lraab
fa68a0ba55 audio/ncmpc: remove unneeded patch that I missed and spotted by aja@ 2022-09-03 02:22:40 +00:00
thfr
7b775a4fe2 update FNA suite to 22.08
Link mojoshader statically in fna3d and lose mojoshader dependendencies
in the process. This is the way upstream recommends it and uses it on
other platforms.

FAudio upstream has gotten rid of the built-in GSTREAMER use.

Tested with a large library of FNA and XNA games. Fallout from the
changes is minimal and doesn't affect any of the major or more popular
games.

On the positive side, the crashes that I reported in [1] are gone with
this update.

Changenotes in [2], [3], and [4].

[1] https://marc.info/?l=openbsd-bugs&m=165136879315845&w=2
[2] https://github.com/FNA-XNA/FNA/releases
[3] https://github.com/FNA-XNA/FAudio/releases
[4] https://github.com/FNA-XNA/FNA3D/releases
2022-09-03 01:45:41 +00:00
ajacoutot
c3e29f3e4e Adapt template after recent rc_configtest changes. 2022-09-02 22:35:15 +00:00
ajacoutot
c3b8ec68ac Update to awscli-1.25.67. 2022-09-02 22:27:32 +00:00
ajacoutot
01673dd640 Update to py3-boto3-1.24.66. 2022-09-02 22:27:12 +00:00
ajacoutot
102c2cb03e Update to py3-botocore-1.27.66. 2022-09-02 22:27:00 +00:00
ajacoutot
3aba9a0947 Update to exoscale-cli-1.59.1. 2022-09-02 22:22:24 +00:00
ajacoutot
1c68454472 Update to libadwaita-1.1.5. 2022-09-02 22:16:01 +00:00
ajacoutot
95c2f6e371 Update to libsoup3-3.0.8. 2022-09-02 22:08:50 +00:00
naddy
f263b2e112 net/curl: security update to 7.85.0
Includes a fix for
CVE-2022-35252: control code in cookie denial of service
2022-09-02 21:01:09 +00:00
sthen
8bbfef91cb update to py3-numpy-1.23.2, thanks jca@ tb@ for tests on various archs
and it's been through most of a bulk on i386 by me albeit with python
default switched to 3.10 (plus various consumers tested separately with
3.9).

- i386 is using --disable-optimization for now; 1.20 added cpu optimizations
(SSE, AVX, etc) with runtime detect, but with any optimization level we're
hitting segfaults at runtime in numpy's own tests, and when building other
ports that use numpy (e.g. makehuman)

- macppc segfaults in numpy's own tests - this isn't new for this version,
1.19.5 failed in this way on OpenBSD too, but various other runtime use
is working (e.g. able to build py-scipy and makehuman with this).
old patches were supposedly needed to build numpy itself and scipy;
they are no longer needed for those so I've removed them.
2022-09-02 18:59:16 +00:00
kili
44f9ae568f Fix build by adding part of another upstream commit. 2022-09-02 18:31:16 +00:00
rsadowski
bb44e53fca Enable MODCMAKE_VERBOSE
I somehow forgot that.
2022-09-02 18:00:02 +00:00
sthen
e3d2552901 net/putty: don't fail if misc/dialog is installed at build time 2022-09-02 17:19:10 +00:00
sthen
609e6accdd Python tidying:
in one of the 3.9.x updates we accidentally lost the "Make sure
CPPFLAGS/LDFLAGS passed to ./configure don't end up -in
PY_CPPFLAGS/PY_LDFLAGS and thus leaking to python extensions" in
a merge.

The original problem this was fixing was a path to the ports WRKDIR
appearing in the built package. (which showed up in "python3.9 -m
sysconfig|grep LDSH" etc).

However that problem no longer shows up in 3.9, so it seems sensible
to sync 3.10 to what we have now for 3.9 and remove the patch, and
update CHANGES.OpenBSD (removing the bogus entry for 3.9, and the
no-longer-needed one for 3.10).

ok kmos@
2022-09-02 16:53:49 +00:00
sthen
9b1b49cfee Python tidying: remove old build-system patch which replaced ${INSTALL_DATA}
with cp, presumably it was used as part of build rather than fake-install
and had problems with non-root builds. install has been mocked in ports
builds for some time now (as part of the PORTS_PRIVSEP) so that's not needed.
ok kmos@
2022-09-02 16:49:03 +00:00
ajacoutot
4a511156b0 Missing BDEP on print/cups,-libs. 2022-09-02 16:46:30 +00:00
rsadowski
f808e05b20 Remove USE_NINJA
Is no longer necessary here with newer cmake.port.mk
2022-09-02 15:46:42 +00:00
tracey
79ce5972db Update cad/coil64. The author pointed out a calculation error, so patch that
until the next release.
2022-09-02 15:34:00 +00:00
naddy
baefdffdc9 devel/luassert: bump after lua-say dependency changed package name 2022-09-02 13:39:33 +00:00
rsadowski
e007038b43 Remove USE_NINJA
Is no longer necessary here with newer cmake.port.mk
2022-09-02 13:21:20 +00:00
rsadowski
ec925382d2 Mordernize CMake Module
- Use cmake(1) and ctest(1) instead of ninja(1)
- Change test verbose mode

OK sthen, kn and tb
2022-09-02 13:19:58 +00:00
rsadowski
6f1aabf043 Remove USE_NINJA, merge mruby improvements from upstream, remove libonigmo
- Remove USE_NINJA by merging mruby improvements from upstream
- Shared lib onigmo is no longer build, bye bye. Looks like we do not need this
 anymore.

OK otto (maintainer)
2022-09-02 13:18:16 +00:00
kirby
b61429c98f update to zint-2.11.1 2022-09-02 13:15:52 +00:00
rsadowski
c85d471a27 Update qutebrowser to 2.5.1
Maintainer email address rejected with User unknown.

ok sdk@, sthen@
2022-09-02 12:34:51 +00:00
rsadowski
07d1a59eb2 Remove patches now that we have RTLD_NOLOAD
Diff from Brad
2022-09-02 12:32:24 +00:00
robert
d6bf3b82cc make sure that the gpu watchdog thread is stopped and restarted the same
way as it is done on linux to avoid confusion and sync shared patches
while here
2022-09-02 11:55:23 +00:00
mestre
f1b9f9c192 update to 2022.09.01
changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2022.09.01
2022-09-02 11:48:05 +00:00