ajacoutot
03016170d4
Update to cheese-43.0.
2022-12-13 07:50:46 +00:00
ajacoutot
0174a5df80
Missing DEP on devel/gsettings-desktop-schemas.
...
reported by naddy@
2022-12-12 08:24:08 +00:00
ajacoutot
4665e15f92
Update to ruby-dbus-0.18.1.
2022-12-11 11:39:33 +00:00
jca
db8cb0a118
Make sure we don't pick up libdispatch if available
...
Else it may fail in bulk builds. Using libdispatch might be desirable
but that needs testing first. Bump REVISION to avoid leaving incorrect
packages on users machines.
Spotted by naddy when building x11/gnustep/base a few days ago.
2022-12-10 20:22:09 +00:00
ajacoutot
0fa7a24da3
Update to gnome-shell-43.2.
2022-12-08 10:03:30 +00:00
ajacoutot
32ab68b909
Update to mutter-43.2.
2022-12-08 10:03:14 +00:00
rsadowski
41e9ec5ba7
Update Qt6 to 6.4.1
...
OK kn@
2022-12-06 14:22:51 +00:00
sthen
340f5078e9
+xmem
2022-12-05 18:00:32 +00:00
sthen
ab1a7eae13
import ports/x11/xmem, from michi plus openbsd at dataswamp.org, ok op@
...
(i tweaked the license marker slightly, it's just the standard no advertising
clause)
Graphical application that displays memory and swap usage.
2022-12-05 18:00:09 +00:00
ajacoutot
1838b128f5
Update to tracker3-miners-3.4.2.
2022-12-05 17:05:48 +00:00
ajacoutot
9c63d0c3cd
Update to tracker3-3.4.2.
2022-12-05 16:57:52 +00:00
ajacoutot
ae55273fbe
Update to gnome-characters-43.1.
2022-12-05 16:53:32 +00:00
ajacoutot
ddb3d048a8
Update to aisleriot-3.22.27.
2022-12-05 09:00:20 +00:00
sthen
e0d4d9db09
update to ffmpeg-4.4.3, from Brad
2022-12-04 20:12:36 +00:00
bket
d360a94446
Update spectrwm to HEAD
...
Fixes a couple of issues, and merged some OpenBSD specific PRs.
OK sdk@, gonzalo@
2022-12-04 14:48:15 +00:00
matthieu
04822e49de
Update x11/xcursorgen to version 1.0.8. tweaks and ok rsadowski@
2022-12-04 14:38:11 +00:00
rsadowski
90f8474059
Update KDE Plasma to 5.26.4
2022-12-04 08:30:20 +00:00
ajacoutot
16638b47de
Update to gucharmap-15.0.2.
2022-12-03 09:33:44 +00:00
ajacoutot
af627c5bf7
Update to gnome-terminal-3.46.7.
2022-12-03 09:23:56 +00:00
ajacoutot
0439e85e8c
Update to nautilus-43.1.
2022-12-03 09:00:48 +00:00
ajacoutot
d7ec386c47
Update to gnome-initial-setup-43.2.
2022-12-03 08:57:10 +00:00
kmos
9f5415f45c
Do the usual c99 dance to fix sparc64 build
2022-12-02 16:41:43 +00:00
ajacoutot
0a4d6f4896
Update to gnome-maps-43.2.
2022-12-02 07:41:47 +00:00
ajacoutot
a224d302b0
Update to libshumate-1.0.3.
2022-12-02 07:33:05 +00:00
ajacoutot
534974a739
Update to gnome-builder-43.4.
2022-12-01 08:56:47 +00:00
ajacoutot
9d17f4c8fc
Set COMPILER=base-clang ports-gcc to unbreak on old gcc arches;
...
not the best fix but unlock building the rest of the ports tree for now.
tested by kmos@
2022-11-30 17:26:22 +00:00
kmos
e15fb8548c
Fix Makefile.inc patch. patch swaps from gnu99 to gnu89, except software
...
uses c99 constructs.
Fixes build on sparc64
2022-11-30 05:36:09 +00:00
thfr
d3c02088aa
simplify using freezero for OPENSSL_clear_free, diff from tb@ - thanks!
2022-11-29 18:59:34 +00:00
sthen
4790b006b5
BDEP on setuptools
2022-11-27 11:43:07 +00:00
sthen
d858b7cc2a
Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
...
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
op
99a267da66
update x11/jgmenu to 4.4.1
...
diff from Heppler, J. Scott (shep971 at spectrum dot net), thank you!
2022-11-26 09:01:20 +00:00
sthen
4bef8c5762
use MODPY_PYBUILD
2022-11-25 21:11:34 +00:00
ajacoutot
403886751d
Don't pick-up lcms2; it's onlty required for colord support which we don't
...
have (udev and friends).
reported by naddy@
2022-11-25 18:29:57 +00:00
sthen
a2a9c0e330
update to vlc-3.0.18, from Brad (maintainer)
2022-11-25 11:52:17 +00:00
ajacoutot
67bf05a258
Merge a fix from upstream:
...
Fix a recent regression where edge resistance flags where no
longer updated during the move/resize operation.
2022-11-25 09:45:58 +00:00
ajacoutot
f7f78c3d3a
Merge a few fixes from upstream.
...
Should fix the following warning in ~/.cache/gdm/sessions.log:
Gjs-WARNING **: 15:26:37.599: JS ERROR: Exception in callback for signal: hidden: Error: Page -2 does not exist at IconGrid
2022-11-25 09:33:39 +00:00
op
18a3252fc1
update x11/fvwm2 to 2.7.0
...
bugfix release, changelog:
https://github.com/fvwmorg/fvwm/releases/tag/2.7.0
diff from Michael (michi+openbsd [at] dataswamp [dot] org - MAINTAINER),
thanks!
2022-11-24 10:38:35 +00:00
sthen
edcfceecdb
update to py3-qtawesome-1.2.1
2022-11-23 15:30:02 +00:00
ajacoutot
13788f31ab
Move to meson(1) for building.
2022-11-23 14:59:22 +00:00
tb
6f7e9ddf8e
x11/kitty: with X25519 support available in libcrypto's EVP, we no longer
...
need to patch out all the crypto. The only thing that needs to be done is
replacing OPENSSL_clear_free() with freezero(). This should make future
updates much easier.
ok thfr (MAINTAINER)
2022-11-23 14:45:21 +00:00
ajacoutot
d45eff1cdf
Update to gtk+3-3.24.35.
2022-11-23 13:50:34 +00:00
stu
5247b715ed
Update to 8.6.13.
2022-11-22 21:14:18 +00:00
op
cc58550156
update x11/picom to 10.1
...
bugfix release:
- fix a GL texture leak
- fix crash when shadow radius is set to 0
- undefined symbol error (patch-src_backend_gl_egl_c)
2022-11-22 19:43:50 +00:00
rsadowski
9600895cbb
Update krusader to 2.8.0
2022-11-22 16:07:58 +00:00
op
b549a2fb07
update x11/picom to v10
...
backporting two upstreamed patches:
- fix log_debug call
- don't assume glEGLImageTargetTexStorage exists
with help from brynet@ and kn@, improvements and ok kn@
2022-11-22 16:07:27 +00:00
sthen
cd7c4a0653
update to freerdp-2.9.0
2022-11-21 14:09:50 +00:00
rsadowski
723aff5a36
Bugfix update KDE Gear to 22.08.3
2022-11-20 19:26:00 +00:00
rsadowski
3c904a313e
Update tellico to 3.4.5
2022-11-20 19:24:52 +00:00
ajacoutot
b30d0389c6
Update to gnome-terminal-3.46.6.
2022-11-20 09:13:52 +00:00
ajacoutot
57821ac022
Update to gedit-43.2.
2022-11-19 09:21:23 +00:00