172672 Commits

Author SHA1 Message Date
op
8525c6fd39 devel/fnc: drop -Werror; found by jca@, ok sdk@ 2023-01-09 08:27:43 +00:00
ajacoutot
53993ea77e Update to py3-libcloud-3.7.0. 2023-01-09 08:11:41 +00:00
sthen
228c84fad0 recode: add missing BDEP 2023-01-09 08:06:16 +00:00
naddy
0c393c4e11 misc/vttest: maintenance update to 20221229 2023-01-08 21:31:00 +00:00
rsadowski
a9c002b4dc Update i2pd to 2.45.0
Update diff from Ganymede <ganymede A-T analogon D eu>, patch update by me
2023-01-08 21:29:06 +00:00
rsadowski
8f3766251a Update WeeChat to 3.8 2023-01-08 21:26:16 +00:00
rsadowski
4e52754b4f Update libraw to 0.21.1 release: urgent fix for 0.21.0
Fixed typo in Panasonic metadata parsing that prevents correct image decoding
for some Panasonic cameras
2023-01-08 21:25:04 +00:00
gsoares
3d3d766069 Update to 1.2.0
builds fine and slightly tested by op@ thanks!
2023-01-08 20:50:30 +00:00
daniel
4abde328ef minor tweaks for compcert
- editing compcert.ini is no longer needed
- bump up the minimum coq version that compcert 3.12 would work with

with Volker Schlecht
2023-01-08 20:34:48 +00:00
daniel
de2c587af1 MODPY_PYTEST not TEST_DEPENDS... 2023-01-08 20:32:51 +00:00
gnezdo
3c0c101aec Remove long broken databases/riak
Prompted by Volker Schlecht, ok kn
2023-01-08 20:13:39 +00:00
martin
6cf7edf62c Update baikal to 0.9.3. 2023-01-08 20:01:00 +00:00
landry
a499f02051 geo/gdal: update to 3.6.2
see https://github.com/OSGeo/gdal/blob/v3.6.2/NEWS.md
2023-01-08 16:25:09 +00:00
kn
f7e5f48910 Use explicit setup command to silence warning
$ make configure
	...
	Found ninja-1.11.1 at /usr/local/bin/ninja
	WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
	$

From meson(1):
	The setup command is the default operation. If no actual command is
	specified, Meson will assume you meant to do a setup. That means that
	you can set up a build directory without the setup command like this:

	meson [ options ] [ build directory ] [ source directory ]

OK aja
2023-01-08 14:55:55 +00:00
tb
41f81a419e textproc/catfish: regen patches 2023-01-08 14:23:25 +00:00
kn
f4075aa855 update to libtorrent-rasterbar 1.2.18 2023-01-08 14:17:02 +00:00
op
38b4fe1c14 www/luakit: typo MODLLUA_WANTLIB -> MODLUA_WANTLIB; ok sdk@ (maintainer) 2023-01-08 13:38:35 +00:00
op
782faa70f6 www/luakit: sync luajit arches. luajit is not available on aarch64
ok sdk@
2023-01-08 13:37:18 +00:00
fcambus
0ad72e60e2 Update swirc to 3.3.9.
From maintainer Markus Uhlin, thanks!
2023-01-08 13:25:05 +00:00
kn
0c8aea4855 defer test compilation to test target
No PLIST/package change, but "make build" is much faster.
2023-01-08 13:08:22 +00:00
kn
66ad661858 drop patches and build with cmake
No need to fiddle around with static/shared or boost/python bits in the
autoconf system when cmake just gets it right.

cmake does not build egg files by default (there's an option, though).

No symbol changes as per /usr/src/lib/check_sym.

The current autoconf build links against system boost as well,
with cmake only the python boost library is used.
This looks like a needless extra in the autoconf version.

No static library besides the dynamic one anymore.

OK rsadowski
2023-01-08 13:06:11 +00:00
kirby
5965339336 update to hugin-2022.0.0 2023-01-08 13:02:19 +00:00
kirby
e761113457 update to goaccess-1.7 2023-01-08 12:11:46 +00:00
ajacoutot
f225ffde19 Update to seahorse-nautilus-3.11.92.20221209. 2023-01-08 11:18:00 +00:00
ajacoutot
b9ad953e45 Update to eog-plugins-42.3. 2023-01-08 11:13:28 +00:00
ajacoutot
77430ec935 Update to eog-43.2. 2023-01-08 11:13:18 +00:00
ajacoutot
2ffda052fe Update to nautilus-43.2. 2023-01-08 11:01:23 +00:00
ajacoutot
004a84436a Update to gi-docgen-2023.1. 2023-01-08 10:52:45 +00:00
bket
d94a9ec149 Tweak README
Include information on how to get DHCPv6 working in combination with a
restrictive pf.conf, i.e. when outgoing traffic is filtered.

OK sthen@
2023-01-08 10:01:02 +00:00
op
ede80d7177 graphics/yacreader: update to 9.11.0 2023-01-08 09:44:37 +00:00
rsadowski
474569805e Update siril to 1.0.6 2023-01-08 09:44:02 +00:00
tb
032eb78d15 Update to rust-openssl-tests 20230108 2023-01-08 09:40:41 +00:00
kirby
1ca9e197e7 update to naev-0.10.1 2023-01-08 09:36:18 +00:00
sdk
7c44cb53f5 [fix] gitea: add bash as rundep
Gitea starts fine without it, but errors out on the first repository push
2023-01-08 09:21:31 +00:00
kirby
1eb6e97dcb update to 8.0.10 2023-01-08 08:37:36 +00:00
gnezdo
5af817a8d1 Build benchmarks/tsung with erlang25
Includes a fix for https://github.com/processone/tsung/issues/385

By Volker Schlecht openbsd-ports AT schlecht DOT dev
2023-01-08 05:45:18 +00:00
daniel
f146869f61 update findlib to 1.9.6; needed for ocaml > 4.12
ocaml 4.13 changed capitalization of some of the lib files which confuses
some of the findlib build tests (and then leads to fallback code which
depends on ocamlbuild).

A newer version of findlib addresses this.

In addition, findlib 1.9.4 added proper DESTDIR support, so we can drop
FAKE_FLAGS from the port Makefile as part of this update.

Diff from Volker Schlecht; and tested by myself on amd64.
2023-01-08 03:42:44 +00:00
jeremy
7a83a0466a Build ruby32 FLAVORs of ruby gem ext ports by default
For devel/ruby-sorted_set and graphics/ruby-rqrcode-core, do not do FLAVORed
builds by default, as these are pure ruby libraries with no native component.
2023-01-08 03:05:06 +00:00
daniel
4b0128a0e6 update to jupyter-notebook 6.2.0 2023-01-08 02:57:01 +00:00
jeremy
ed62ab18f4 Update to ruby-taglib 1.1.3 2023-01-08 02:50:28 +00:00
jeremy
aec2a834d3 Avoid warning on Ruby 3.2 using distpatch
Switch to using Tk 8.6.
2023-01-08 02:50:00 +00:00
jeremy
6556c74fbe Allow building on Ruby 3.2 2023-01-08 02:48:46 +00:00
jeremy
7296dc8de3 Add distpatches from GitHub pull requests to allow building and avoid
warnings on Ruby 3.2
2023-01-08 02:48:15 +00:00
jeremy
72222f44f2 Update to ruby-prof 1.4.5 2023-01-08 02:47:02 +00:00
jeremy
fb29f2022f Update to tiny_tds 2.1.5
Add patch to avoid warning on Ruby 3.2.
2023-01-08 02:46:28 +00:00
jeremy
07874a5186 Avoid printing of nagging rubygems update message 2023-01-08 02:44:58 +00:00
sthen
eaab8307da update to vpn-user-portal-3.2.2 2023-01-07 21:19:43 +00:00
sthen
9dad6978bd now that they're available, include userland thread names in htop's display
(either in COMM or in "Command (merged)" if set to show thread names)
2023-01-07 20:49:39 +00:00
rsadowski
d23b038578 Add labplot 2023-01-07 20:38:42 +00:00
rsadowski
5d4315bc1a Import labplot-2.9.0, OK kn@
LabPlot is a program for two- and three-dimensional graphical presentation of
data sets and functions. LabPlot allows you to work with multiple plots which
each can have multiple graphs. The graphs can be produced from data or from
functions.
2023-01-07 20:37:25 +00:00