161171 Commits

Author SHA1 Message Date
kurt
e3134cdbc7 Add LDFLAGS="-L/usr/X11R6/lib" to configure env to fix the build on ld.bfd
systems. It appears ld.bfd has an issue with libs specified with full
paths. okay ajacoutot@
2021-11-07 19:35:33 +00:00
jca
041f9a61dd NOT_FOR_ARCHS=${GCC3_ARCHS} is redundant given COMPILER=base-clang ports-gcc 2021-11-07 19:06:43 +00:00
kn
5b9d9c28c1 Update to mpv 0.34.0
From Brad
2021-11-07 18:47:36 +00:00
solene
66f5ac598f Lagrange now requires archivers/zip to compile
spotted by naddy@
2021-11-07 18:39:58 +00:00
kn
148bb04e73 Revert previous python3 symlink removal
The build process runs "env python3" with PATH=${WRKDIR}/bin in some places
so /usr/local/bin/python3 won't be found.

Spotted by naddy and phessler
2021-11-07 15:29:20 +00:00
rsadowski
fc83b893e7 Add missing dependency on audio/taglib
Spotted by naddy
2021-11-07 15:05:34 +00:00
robert
0940bd958a set daemon timeout to 300 by default;
databases can take a long time to gracefully shutdown
especially if you have a lot of cached data or you are
swapping and we do not want to kill these processes to
avoid potential dataloss
2021-11-07 14:27:44 +00:00
martin
9ee4b8297a Update blosc to bugfix release 1.21.1. 2021-11-07 12:24:50 +00:00
rsadowski
6648e034de Upstream fixes
[Logging] Fix Python 3.8 compatibility:
https://git.deluge-torrent.org/deluge/commit/?h=develop&id=351664ec071daa04161577c6a1c949ed0f2c3206

[Logging] Fix findCaller with unknown source:
https://git.deluge-torrent.org/deluge/commit/?h=develop&id=5e06aee5c8846f94bd5fcc209132dacf06de781f

Fix warning related to gettext:
https://git.deluge-torrent.org/deluge/commit/?h=develop&id=d6c96d629183e8bab2167ef56457f994017e7c85

Diff from Rob Schmersel, thanks!
2021-11-07 12:14:37 +00:00
sthen
b93d8edda4 update to rspamd-3.1 2021-11-07 11:40:10 +00:00
jca
c877fc3aae Disable boost-md on riscv64
The make_fcontext/jump_fcontext etc bits aren't implemented in
libboost_context-mt.so, leading to link-type failures in consumer ports.
2021-11-07 10:30:35 +00:00
sthen
de08443b29 update to py3-soupsieve-2.3 2021-11-07 10:00:54 +00:00
benoit
6040197ae0 Update to htmldoc-1.9.13. 2021-11-07 10:00:38 +00:00
sthen
00cb2126e1 update to doit-0.33.1 2021-11-07 09:28:00 +00:00
sthen
988421c73a update to py3-toolz-0.11.2 2021-11-07 09:16:31 +00:00
sthen
8a1d3d13ba update to py3-jellyfish-0.8.9 2021-11-07 09:00:36 +00:00
sthen
17ace22429 update to py3-et_xmlfile-1.1.0 2021-11-07 08:37:46 +00:00
semarie
59492b887b wayland/wayland: patch correction for OpenBSD
fixes the "event-loop-test" test.

ok rsadowski@
2021-11-07 08:01:53 +00:00
ajacoutot
0a3a5aa60b Add dynamic PORTROACH marker to unconfuse 7_1 versus release-7-1. 2021-11-07 07:54:06 +00:00
phessler
655011c355 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-07 06:52:09 +00:00
rsadowski
ceae85fd77 Add new category "wayland" 2021-11-06 19:10:18 +00:00
rsadowski
48bf6e9b15 +wayland 2021-11-06 19:09:10 +00:00
rsadowski
2d5707608f Initial wayland Makefile
Hook: wayland, wayland-protocols, wayland-utils, plasma-wayland-protocols
2021-11-06 19:08:33 +00:00
rsadowski
1ada87551c Import plasma-wayland-protocols-1.4.0
Comment:
KDE Wayland Plasma protocols

Description:
Plasma-specific protocols for Wayland

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://kde.org/plasma-desktop/

OK fcambus@ daniel@
2021-11-06 19:01:42 +00:00
rsadowski
e0b5913a8f Import wayland-utils-1.0.0
Comment:
Wayland utils

Description:
Display information about protocols supported by Wayland compositor.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://wayland.freedesktop.org/

OK fcambus@ daniel@
2021-11-06 19:00:41 +00:00
rsadowski
c27e118ac4 Import wayland-protocols-1.23
Comment:
Wayland protocols

Description:
wayland-protocols contains Wayland protocols that adds functionality not
available in the Wayland core protocol. Such protocols either adds
completely new functionality, or extends the functionality of some other
protocol either in Wayland core, or some other protocol in
wayland-protocols.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://wayland.freedesktop.org/

OK fcambus@ daniel@
2021-11-06 18:59:49 +00:00
rsadowski
059f97c83c Import wayland-1.19.0
Comment:
Display server protocol

Description:
Wayland is intended as a simpler replacement for X, easier to develop and
maintain.

Wayland is a protocol for a compositor to talk to its clients as well as
a C library implementation of that protocol. The compositor can be a
standalone display server running on Linux kernel modesetting and evdev
input devices, an X application, or a wayland client itself. The clients can
be traditional applications, X servers (rootless or fullscreen) or other
display servers.

Port notes:
This work is only possible because to FeeBSD's wayland patches and sthen@'s
work on devel/epoll-shim. From my position it is currently needed as a
dependency.

It should give other developers the possibility to play with wayland e.g. to
build Xenocara with XWayland support.

New category "wayland" to relieve x11/devel.

Feedback and OK fcambus@ daniel@
2021-11-06 18:58:28 +00:00
rsadowski
b43ffe4dec Update doxygen-gui to 1.9.2 2021-11-06 18:35:09 +00:00
rsadowski
c5d495e978 Update doxygen to 1.9.2 2021-11-06 18:34:50 +00:00
ajacoutot
597ffb2977 Fix comment. 2021-11-06 17:22:55 +00:00
kn
e5336e4900 Do not symlink python3 anymore, it is provided by the default package
Symlinking the unversioned `python` executable is fine.
These two are the only exceptions in the ports tree handling a versioned
symlink.

OK robert
2021-11-06 16:54:25 +00:00
solene
1242c8e47f + ibus-typing-booster 2021-11-06 16:25:42 +00:00
solene
b363083c20 Import ibus-typing-booster-2.14.13
Ibus-typing-booster is a completion input method to speed-up typing.
Features:
- Context sensitive completions.
- Learns from user input.
- Can be trained by supplying files containing typical user input.
- If available, hunspell and hunspell dictionaries will also be used
  to provide not only completion but also spellchecking suggestions.
- Can be used with any keyboard layout.
- Almost all input methods supplied by libm17n are supported.
- Several input methods and languages can be used at the same time
  without switching.
- Predicts Unicode symbols and emoji as well.

ok kn@
Special thanks to stsp@ who entirely reworked my initial port draft
Thanks to kn@ and sthen@ for comments on the port
2021-11-06 16:25:15 +00:00
solene
e3f29072d2 Update to lagrange-1.8.1 2021-11-06 16:01:50 +00:00
ajacoutot
bafc5e0316 Update to librsvg-2.52.3.
Force the use of llvm-nm over our base nm(1) which seems to have a bug
triggering link failures.
Debugged by semarie@, thanks!
2021-11-06 13:41:35 +00:00
rsadowski
404a5c2333 Enable HEIF support
By Brad, thanks!
2021-11-06 12:37:43 +00:00
ajacoutot
2120e41ce5 Use the new rc_stop_signal / rc_reload_signal variables.
Need a recent rc.subr.
2021-11-06 10:38:40 +00:00
jasper
a222cb634b update to gnome-calendar-41.1 2021-11-06 10:34:55 +00:00
ajacoutot
eca094fbd6 Use pexp instead of a home-cooked rc_stop; that's what it's for. 2021-11-06 10:11:05 +00:00
ajacoutot
f69d2261f6 Update to hplip-3.21.10. 2021-11-06 09:45:36 +00:00
rsadowski
eaef6f4e71 Remove .orig file from CVS 2021-11-06 09:44:23 +00:00
ajacoutot
8fc8494640 Update to awscli-1.21.12. 2021-11-06 09:34:44 +00:00
ajacoutot
0f04212fa4 Update to py3-boto3-1.19.12. 2021-11-06 09:34:29 +00:00
ajacoutot
416cd4e4e0 Update to py3-botocore-1.22.12. 2021-11-06 09:34:18 +00:00
ajacoutot
7e0bd1b22c Update to exoscale-cli-1.46.0. 2021-11-06 09:20:55 +00:00
ajacoutot
50202e9702 Update to p5-Sys-Virt-7.9.0. 2021-11-06 09:20:41 +00:00
sthen
c6413ab4e1 update to py3-cssutils-2.3.0 2021-11-06 09:19:24 +00:00
ajacoutot
0bd150b279 Update to consul-template-0.27.2. 2021-11-06 09:18:51 +00:00
rsadowski
331c886169 Add some missing dependencies and regen WANTLIB
Spotted by aja, thanks!
2021-11-06 09:10:34 +00:00
rsadowski
9ce1b30586 Update jenkins to 2.319 2021-11-06 08:39:06 +00:00