Goran Meki?
0c6ce3c9c2
devel/py-pytest: Update to 6.2.4
...
PR: 256624
2021-06-23 13:34:47 -07:00
Jan Beich
64fbe36305
x11-wm/sway: backport Vulkan fix
...
$ WLR_RENDERER=vulkan sway
[...]
Assertion failed: (wlr_texture_is_gles2(wlr_texture)), function gles2_get_texture, file render/gles2/texture.c, line 27.
PR: 256793
2021-06-23 20:29:08 +00:00
Goran Meki?
b15351babf
devel/py-pytest-flask: Update to 1.2.0
...
Changes https://github.com/pytest-dev/pytest-flask/blob/master/docs/changelog.rst#120-2021-02-26
PR: 256745
Approved by: maintainer
2021-06-23 13:20:17 -07:00
Alexander Vereeken
8fa174a48a
emulators/i386-wine-devel: Update to 6.11
...
Changes https://www.winehq.org/announce/6.11
PR: 256778
Approved by: maintainer
2021-06-23 13:12:23 -07:00
Jan Beich
bdcad6245f
graphics/vulkan-tools: switch to upstream -Werror fix
2021-06-23 20:11:20 +00:00
Jan Beich
507dbffa52
x11-toolkits/wlroots: document Vulkan runtime requirements
...
$ pkg install sway
$ WLR_RENDERER=vulkan sway
00:00:00.051 [wlr] [render/vulkan/vulkan.c:206] Could not create instance: ERROR_LAYER_NOT_PRESENT (-6)
00:00:00.051 [wlr] [render/vulkan/renderer.c:1525] creating vulkan instance for renderer failed
00:00:00.051 [wlr] [backend/backend.c:84] Failed to create backend renderer
00:00:00.052 [wlr] [render/vulkan/vulkan.c:206] Could not create instance: ERROR_LAYER_NOT_PRESENT (-6)
00:00:00.052 [wlr] [render/vulkan/renderer.c:1525] creating vulkan instance for renderer failed
00:00:00.052 [wlr] [backend/backend.c:84] Failed to create backend renderer
00:00:00.052 [sway/server.c:53] Unable to create backend
$ pkg install vulkan-validation-layers
$ WLR_RENDERER=vulkan sway
00:00:00.063 [wlr] [render/vulkan/vulkan.c:483] vulkan: required device extension VK_EXT_queue_family_foreign not found
00:00:00.063 [wlr] [render/vulkan/renderer.c:1545] Failed to create vulkan device
00:00:00.066 [wlr] [backend/backend.c:84] Failed to create backend renderer
00:00:00.115 [wlr] [render/vulkan/vulkan.c:483] vulkan: required device extension VK_EXT_queue_family_foreign not found
00:00:00.115 [wlr] [render/vulkan/renderer.c:1545] Failed to create vulkan device
00:00:00.118 [wlr] [backend/backend.c:84] Failed to create backend renderer
00:00:00.119 [sway/server.c:53] Unable to create backend
$ pkg install mesa-devel
$ WLR_RENDERER=vulkan sway -d
[...]
00:00:00.153 [wlr] [render/vulkan/texture.c:217] vulkan_texture_from_pixels: AR24, 10x16
00:00:00.153 [wlr] [render/vulkan/renderer.c:297] Created new vk staging buffer of size 1048576
00:00:00.154 [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
00:00:00.154 [wlr] [render/gbm_allocator.c:130] Allocated 10x16 GBM buffer (format 0x34325241, modifier 0x100000000000002)
00:00:00.154 [wlr] [render/vulkan/renderer.c:433] vulkan create_render_buffer: AR24, 10x16
00:00:00.154 [wlr] [render/vulkan/texture.c:354] vulkan_import_dmabuf: AR24 (mod 100000000000002), 10x16, 1 planes
00:00:00.156 [wlr] [backend/headless/backend.c:29] Starting headless backend
00:00:00.156 [sway/server.c:260] Running compositor on wayland display 'wayland-2'
00:00:00.156 [wlr] [types/wlr_output.c:506] Choosing primary buffer format 0x34325241 for output 'WL-1'
00:00:00.156 [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
00:00:00.156 [wlr] [render/gbm_allocator.c:130] Allocated 1280x720 GBM buffer (format 0x34325241, modifier 0x100000000000002)
00:00:00.156 [wlr] [render/vulkan/renderer.c:433] vulkan create_render_buffer: AR24, 1280x720
00:00:00.156 [wlr] [render/vulkan/texture.c:354] vulkan_import_dmabuf: AR24 (mod 100000000000002), 1280x720, 1 planes
00:00:00.159 [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
00:00:00.160 [wlr] [render/gbm_allocator.c:130] Allocated 1280x720 GBM buffer (format 0x34325241, modifier 0x100000000000002)
00:00:00.160 [wlr] [render/vulkan/renderer.c:433] vulkan create_render_buffer: AR24, 1280x720
00:00:00.160 [wlr] [render/vulkan/texture.c:354] vulkan_import_dmabuf: AR24 (mod 100000000000002), 1280x720, 1 planes
00:00:00.170 [wlr] [render/swapchain.c:105] Allocating new swapchain buffer
00:00:00.170 [wlr] [render/gbm_allocator.c:130] Allocated 1280x720 GBM buffer (format 0x34325241, modifier 0x100000000000002)
00:00:00.170 [wlr] [render/vulkan/renderer.c:433] vulkan create_render_buffer: AR24, 1280x720
00:00:00.170 [wlr] [render/vulkan/texture.c:354] vulkan_import_dmabuf: AR24 (mod 100000000000002), 1280x720, 1 planes
^C
PR: 256793
Reported by: Evgeniy Khramtsov
2021-06-23 19:58:54 +00:00
Li-Wen Hsu
a12da89ceb
devel/jenkins: Update to 2.299
...
Sponsored by: The FreeBSD Foundation
2021-06-24 03:54:04 +08:00
Kirill Ponomarev
3c7d169426
sysutils/py-salt: update to 3003.1
...
Approved by: maintainer
2021-06-23 21:53:01 +02:00
Yuri Victorovich
6238db58f2
math/py-ducc0: Update 0.14.0 -> 0.15.0
...
Reported by: portscout
2021-06-23 12:37:55 -07:00
Yuri Victorovich
55dd8b71fc
devel/goredo: Update 1.5.0 -> 1.6.0
...
Reported by: portscout
2021-06-23 12:37:55 -07:00
Yuri Victorovich
db91a603fb
security/solana: Update 1.7.1 -> 1.7.2
...
Reported by: portscout
2021-06-23 12:37:54 -07:00
Yuri Victorovich
94ca602371
science/hypre: Update 2.21.0 -> 2.22.0
...
Reported by: portscout
2021-06-23 12:37:54 -07:00
Yuri Victorovich
41b981dc5b
devel/libfort: Update 0.4.2-10 -> 0.4.2-11
2021-06-23 12:37:54 -07:00
Jan Beich
888ce957c0
x11/fnott: update to 1.1.0
...
Changes: https://codeberg.org/dnkl/fnott/releases/tag/1.1.0
2021-06-23 19:17:58 +00:00
Jan Beich
cf24bf7e64
x11/fuzzel: update to 1.6.0
...
Changes: https://codeberg.org/dnkl/fuzzel/releases/tag/1.6.0
Reported by: Repology
2021-06-23 19:12:46 +00:00
Jan Beich
486d446ab2
x11-fonts/fcft: update to 2.4.1
...
Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.4.1
Reported by: Repology
2021-06-23 19:12:45 +00:00
Li-Wen Hsu
21c57a3d98
security/vuxml: Fix make validate
to use the latest vuxml file
...
This is a follow up for 6954792fe9
Approved by: ports-secteam (fluffy)
2021-06-24 02:21:56 +08:00
Jan Beich
80b6975615
x11-wm/wayfire: update to 0.7.2
...
Changes: https://github.com/WayfireWM/wayfire/compare/v0.7.1...v0.7.2
Reported by: GitHub (watch releases)
2021-06-23 18:14:42 +00:00
Jan Beich
586b26a28e
x11-wm/river: update to s20210623
...
Changes: 3efcfed...951c11f
2021-06-23 18:14:42 +00:00
Jan Beich
494d86231d
x11-toolkits/wlroots: expose Vulkan renderer
...
Example usage:
$ WLR_RENDERER=vulkan sway
2021-06-23 18:13:35 +00:00
Jan Beich
f2820b6cc2
x11-toolkits/wlroots: update to 0.14.0
...
Changes: https://github.com/swaywm/wlroots/releases/tag/0.14.0
Reported by: GitHub (watch releases)
2021-06-23 18:07:18 +00:00
Thierry Thomas
d69ea6ec51
textproc/ibus-typing-booster: upgrade to 2.11.5
...
Release notes at
https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.11.5
2021-06-23 20:03:44 +02:00
Yuri Victorovich
9d873e8ca0
math/openturns: Disable the math/hmat-oss dependency; Add missing python dependencies
...
openturns isn't compatible with the latest hmat-oss versions.
Reported by: fallout (math/hmat-oss part)
2021-06-23 10:59:12 -07:00
Yuri Victorovich
387d0ae7ae
math/hmat-oss: Update 1.7.0 -> 1.7.1
2021-06-23 10:59:12 -07:00
Fernando Apesteguía
1b9b7e3637
math/maxima: Fix staging error
...
configure.ac uses the git command if present to populate the VERSION variable.
As a consecuence, this produces a dynamically changing installation directory in
STAGEDIR that breaks the build in some conditions. Note that on a clean
environment (poudriere), this works fine.
This patch comments that portion of configure.ac out since it is of no use
inside the ports tree.
PR: 255683
Reported by: russo@bogodyn.org
2021-06-23 18:32:56 +02:00
Christian Weisgerber
57445751af
devel/got: update to 0.53
...
User-visible changes:
- add a gotadmin utility with info, pack, indexpack, and listpack commands
- do not update symlinks which are already up-to-date
- fix 3-way merge of files which lack a final \n
- avoid an error in tog(1) while the terminal window is being resized
- catch invalid reference names passed to 'got ref -l'
- fix unrelated changes being merged by got cherrypick/backout/rebase/histedit
- new -I option for 'got status' to show files which match an ignore pattern
2021-06-23 17:49:52 +02:00
Thierry Thomas
abf3649244
textproc/UCD: replace copyright by license
...
Replace the file copyright.html by license.html: it is best suited for
our needs, and it is expected to be more stable.
PR: 253914
Reported by: mandree
2021-06-23 17:36:21 +02:00
Yuri Victorovich
46e137c313
math/highs: Remove tests from build
2021-06-23 08:34:41 -07:00
Thierry Thomas
3454c148e6
finance/grisbi: upgrade to 2.0.4
2021-06-23 17:32:52 +02:00
Loïc Bartoletti
8a3ac3c128
*/py-qt5-*: Remove Digia's mention in pkg-descr
...
There was Trolltech, Nokia, Qt Project, Digia and today The Qt Company.
To avoid replacing the name at each structure, we will simply mention
that:
"PyQt5 is a set of Python bindings for Qt5 application framework"
2021-06-23 17:16:01 +02:00
Yuri Victorovich
255adfa6e3
multimedia/minitube: Update 3.8.2 -> 3.9
...
Reported by: portscout
2021-06-23 07:51:24 -07:00
Yuri Victorovich
4f3ea6ff63
graphics/oidn: Update 1.3.0 -> 1.4.1
...
Reported by: portscout
2021-06-23 07:51:23 -07:00
Yuri Victorovich
88b6bee971
math/py-sym: Update 0.3.4 -> 0.3.5
...
Reported by: portscout
2021-06-23 07:51:23 -07:00
Yuri Victorovich
4652796451
cad/veroroute: Update 2.13 -> 2.14
...
Reported by: portscout
2021-06-23 07:51:22 -07:00
Daniel Engberg
7bf201d4d7
www/yt-dlp: Update 2021.06.09 -> 2021.06.23
...
PR: 256786
2021-06-23 07:51:22 -07:00
Li-Wen Hsu
6954792fe9
security/vuxml: Create 2021 entity
...
Let's create a new entity in the beginning of each year and append to it,
instead of massive copying in the end of each year.
2021-06-23 22:34:34 +08:00
Steve Wills
ca31c5ecae
security/vault: Update to 1.7.3
2021-06-23 10:12:59 -04:00
Brad Davis
2056023c1c
sysutils/consul: Update to 1.9.5
...
PR: 255154
Submitted by: brd
Security: 093a6baf-9f99-11eb-b150-000c292ee6b8
2021-06-23 10:11:39 -04:00
Pietro Cerutti
2d22538579
databases/tcl-sqlite3: Revert "databases/tcl-sqlite3: Deprecate port"
...
This reverts commit 14e00e7143
.
PR: 256646
2021-06-23 12:23:33 +00:00
Li-Wen Hsu
b1d940646d
devel/py-magic: Add some HTTP MASTER_SITES
...
Requested by: Loic F <loic.f@hardenedbsd.org>
2021-06-23 18:09:12 +08:00
Li-Wen Hsu
f3e4dbcb5f
security/vuxml: Fix version range of www/py-aiohttp
...
This also marks 3.7.4.p0 as fixed.
PR: 256219
2021-06-23 18:00:10 +08:00
Roman Bogorodskiy
80eccdd02e
misc/osinfo-db: update to 20210621
2021-06-23 13:28:59 +04:00
Mateusz Piotrowski
8936061b97
security/openconnect-freebsd-daemon: Update to 2.0.0
2021-06-23 11:24:42 +02:00
Wen Heping
3f13234fcb
finance/prestashop: Update to 1.7.7.5
2021-06-23 15:43:27 +08:00
Fernando Apesteguía
62516dbeee
science/afni: update to 21.1.13
2021-06-23 08:55:27 +02:00
Alex Dupre
350c783e3f
lang/solidity: update to 0.8.6 release.
2021-06-23 07:05:02 +02:00
Alexey Dokuchaev
1ee79df4a1
databases/gdbm: update GNU dbm to version 1.20.
...
Reported by: portscout
2021-06-23 04:55:33 +00:00
Jan Beich
aa776ccf18
x11/nwg-drawer: update to 0.1.1
...
Changes: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.1.1
Reported by: GitHub (watch releases)
2021-06-23 01:21:33 +00:00
Evgeniy Khramtsov
c10805fe0b
x11-themes/chicago95: Update to 2.0.1-70
...
PR: 256692
Approved by: lwhsu (mentor, implicit)
2021-06-22 19:50:44 -04:00
Matthias Wolf
5983e7c1d8
net/keycloak: Update to 14.0.0
...
PR: 256747
Approved by: lwhsu (mentor, implicit)
2021-06-22 19:50:07 -04:00