162141 Commits

Author SHA1 Message Date
abieber
b9ad53e272 Update to 2021.3
Diff from Erich Ericson with tweaks from myself. OK Lucas Raab (MAINTAINER)
2021-12-09 23:25:51 +00:00
sthen
cae1227530 update to privoxy-3.0.33, simplify PLIST @samples 2021-12-09 23:18:02 +00:00
sthen
1ce3135444 backout update to Cython-0.29.25; results in some issues for devel.py-gevent 2021-12-09 23:03:05 +00:00
sdk
55bea2b869 Update darktable to version 3.6.1
Software fixes:
* Fix module expand on quick access panel when enabling/disabling module.
* Fix a possible crash in color calibration module.
* Fix an inconsistency between the CPU & GPU path in color calibration module.
* Fix possible issue in OpenCL Bradford non-linear code in color
  calibration which leads to wrong color rendering.
* Fix Windows paths handling and encoding.
* Fix possible issue in exiv2 when trying to write empty strings.
* Fix by-scale button in export module.
* Fix crash when renaming a drawn mask.
* Minor UI fix in duplicate module.
* Fix possible wrong rendering of the color picker tooltip. (workaround
  for a possible Gtk issue).
* Fix filename variable used when importing new pictures.
* Fix noise profile for RICOH GR III.
* Fix some memory leaks.

Added camera support:
* Leica C-Lux (3:2)
* Nikon D6 (14bit-compressed, 14bit-uncompressed, 12bit-compressed,
  12bit-uncompressed)
* Nikon Z fc (14bit-compressed, 12bit-compressed)
* Sony ILCE-7RM3A
* Sony ILCE-7RM4A

Added noise profiles:
* Ricoh GR III

Port changes:
I added cups to LIB_DEPENDS because portcheck complained about the
wantlib being masked. This fixes the warning.

Tested by Marcus Merighi

OK abieber@
2021-12-09 20:41:03 +00:00
jturner
b869d477f0 Update janet to 1.19.2 2021-12-09 16:21:25 +00:00
gonzalo
b3586e4812 Update Aria2 to 1.36.0
OK solene@ rsadoski@
2021-12-09 15:16:40 +00:00
sthen
4409384cb0 update to s-nail-14.9.23, from Steffen Nurpmeso 2021-12-09 14:07:21 +00:00
gonzalo
8d6e1b0f97 Add new version 23 for Nextcloud
OK rsadoski@ (Tested also by Adriano Barbosa, thanks!)
2021-12-09 11:26:22 +00:00
fcambus
99508d4d7c Update libopenmpt to 0.5.14. 2021-12-09 10:06:28 +00:00
ajacoutot
e38927c802 Update to pangomm248-2.50.0. 2021-12-09 09:51:00 +00:00
ajacoutot
f91397818b Update to libical-3.0.12. 2021-12-09 09:40:49 +00:00
ajacoutot
93e89f1c99 Update to gnome-calculator-41.1. 2021-12-09 09:39:50 +00:00
ajacoutot
0d44255dea Update to gupnp-1.4.1. 2021-12-09 09:34:36 +00:00
ajacoutot
56dcaff49e Update to gnome-terminal-3.42.2. 2021-12-09 09:28:05 +00:00
ajacoutot
af243bddac Update to ghex-3.41.1. 2021-12-09 09:27:27 +00:00
ajacoutot
15642b6496 Update to eog-41.1. 2021-12-09 09:21:27 +00:00
ajacoutot
aa89c2a976 Update to py3-atspi-2.38.2. 2021-12-09 09:13:21 +00:00
ajacoutot
af06279e3d Update to vte3-0.66.2. 2021-12-09 09:13:07 +00:00
ajacoutot
4d0fc14468 Sync WANTLIB. 2021-12-09 09:01:37 +00:00
sthen
15c5ff3c17 update to p5-PDF-API2-2.043 2021-12-09 08:33:26 +00:00
sthen
0804cf56e2 update to get_iplayer-3.28 2021-12-09 08:30:58 +00:00
ajacoutot
2d5ffbfbaf Sync WANTLIB. 2021-12-09 08:27:43 +00:00
ajacoutot
7a8392b450 Update to libadwaita-1.0.0.beta.1. 2021-12-09 08:27:23 +00:00
ajacoutot
455788204f Update to gtk+4-4.5.0. 2021-12-09 08:26:59 +00:00
rsadowski
862bd7e972 Switch qbs build to cmake
- Remove qmake workarounds
- Clean up Makefile
- Zap qbsqtprofilesetup from SHARED_LIBS

Feedback and OK jca@ Thanks
2021-12-09 05:53:50 +00:00
thfr
c46ec14eb0 update vulkan ports to glslang 11.7.0, spirv-headers 1.2.198.0,
spirv-tools 2021.4, and vulkan-{headers,loader,tools,validation-layers}
to sdk-1.2.198.0
testing and ok op@
2021-12-09 04:48:31 +00:00
sthen
1323e2a998 Backout previous opendnssec changes to cope with it wanting to use
constants from ldns for a different purpose, that ldns doesn't really
want to expose on non-EdXXX builds.

Bodge it in ldns instead by supporting the same USE_EDxxx cpp macros
that opendnssec uses. Looks to me like ldns are trying to replace them
with something harder to mess about with.

Hopefully the various parts of nlnetlabs responsible for these two
pieces of software will talk to each other and figure something out.

Hopefully this should fix ed25519 with opendnssec as found by an
anonymous reporter on ports@.
2021-12-08 23:57:35 +00:00
sthen
292bc90a23 ntopng: RDEP on lua 2021-12-08 21:12:55 +00:00
solene
b8701e07b3 + cozy 2021-12-08 20:34:34 +00:00
solene
39c5382530 Import cozy-1.1.2
Cozy is a modern GTK audiobook player.

Here are some of the current features:
- Import your audiobooks into Cozy to browse them comfortably
- Sort your audio books by author, reader & name
- Remembers your playback position
- Sleep timer
- Playback speed control
- Search your library
- Drag & Drop to import new audio books

ok sthen@
2021-12-08 20:34:13 +00:00
sthen
19cbccccda update to menumaker-0.99.14, from Alessandro De Laurenzis, ok op@ 2021-12-08 16:40:15 +00:00
sthen
8b9044f53b +py-iniconfig 2021-12-08 15:45:23 +00:00
sthen
90636236f6 import ports/textproc/py-iniconfig, ok espie@
iniconfig is a small and simple INI-file parser module having a unique
set of features:

- maintains order of sections and entries
- supports multi-line values with or without line-continuations
- supports "#" comments everywhere
- raises errors with proper line-numbers
- no bells and whistles like automatic substitutions
- iniconfig raises an Error if two sections have the same name
2021-12-08 15:44:57 +00:00
abieber
43179bcb07 Update to 2.11.2
From Adriano Barbosa (MAINTAINER). Thanks!
2021-12-08 15:21:34 +00:00
ajacoutot
46d074d57c Update to exoscale-cli-1.49.1. 2021-12-08 14:14:38 +00:00
sthen
465165ea62 update to a slightly newer dovecot-fts-flatcurve (some problems with the
newest code)
2021-12-08 14:12:42 +00:00
sthen
552ef56715 update to dovecot-pigeonhole-0.5.17.1, from Brad 2021-12-08 14:10:31 +00:00
sthen
9e9d376359 update to dovecot-2.3.17.1, from Brad 2021-12-08 14:10:07 +00:00
espie
096985e14d cleaner patch, likely to be included by upstream 2021-12-08 12:51:18 +00:00
jca
de58d3b435 Various encfs fixes (llvm 13 fix included)
- llvm 13 fix: correct destructor signature
- more accurate HOMEPAGE, previous is now broken
- respect CFLAGS/CXXFLAGS instead of clobbering them
- fix tests with a ninjutsu trick
2021-12-08 11:48:06 +00:00
espie
49b46c0d59 +igraph 2021-12-08 10:44:35 +00:00
espie
40ce2ce92d igraph is a graph library, in C/C++
okay sthen@
2021-12-08 10:44:05 +00:00
espie
c2b7c4dbd0 update to 5.0 (consumers have been tested)
remove maintainer at his demand after his okay for the update
2021-12-08 10:41:18 +00:00
landry
d6e80c00bb geo/qgis: fix build with llvm 13
from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259967 via
https://github.com/qgis/QGIS/issues/46406, thanks @lbartoletti !
2021-12-08 09:26:10 +00:00
landry
6f0738b7f0 x11/xfce4/exo: update to 4.16.3
See https://mail.xfce.org/pipermail/xfce-announce/2021-December/001080.html
2021-12-08 09:13:29 +00:00
gonzalo
c435246a15 Update for Nono to 0.2.4
Including a fix for llvm13

OK jca@ aoyama@ daniel@
2021-12-08 08:52:43 +00:00
mestre
8de74a8b93 update to 1.2.2
tested and OK by op@
2021-12-08 08:47:41 +00:00
pvk
ad12f41d9f Update gitea 1.15.6 -> 1.15.7
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.15.7
2021-12-08 07:57:15 +00:00
landry
da6fc4fb7b mail/mozilla-thunderbird: update to 91.4.0.
See https://www.thunderbird.net/en-US/thunderbird/91.4.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-54/
2021-12-08 07:31:03 +00:00
rsadowski
4a768c65a4 Update jenkins to 2.324 2021-12-08 06:15:07 +00:00