Commit Graph

172642 Commits

Author SHA1 Message Date
sthen
fb8ff56467 With some ports it's difficult to add linker flags, so reuse the ld wrapper
script infrastructure previously used for USE_WXNEEDED to allow adding
--no-execute-only by setting USE_NOEXECONLY=Yes in the port.

This isn't ideal for compilers (in cases where those can't be made to work
with exec-only they need patching to add to the internally constructed linker
command line, though it does at least help with initial testing there),
and is useful for some other ports.

ok tb@
2023-01-09 17:08:50 +00:00
rsadowski
a5d9e1da6c Update homebank to 5.6.1 2023-01-09 16:36:51 +00:00
rsadowski
f7c8f9feec +calligraplan 2023-01-09 16:13:10 +00:00
rsadowski
90a84624d5 Import calligraplan-3.3.0, ok kn@
Plan is a project management application. It is intended for managing
moderately large projects with multiple resources.
2023-01-09 16:11:22 +00:00
rsadowski
fdbf105ca5 Remove libraw patch, since the last update it is integrated upstream
Spotted by naddy, thanks
2023-01-09 16:08:33 +00:00
sthen
70ffa9b266 QEMU: add support for setting threads name on OpenBSD, from Brad 2023-01-09 14:26:00 +00:00
pvk
54bbdfd8f3 Update patroni 2.1.5 -> 2.1.7
Changelog: https://github.com/zalando/patroni/blob/master/docs/releases.rst#version-217
2023-01-09 14:13:17 +00:00
jca
48783dae6c Fix pointer to integer conversion, invalid with clang 15
ok landry@ (maintainer)
2023-01-09 13:31:14 +00:00
fcambus
7622e9920e Update siege to 4.1.6. 2023-01-09 13:13:19 +00:00
fcambus
7f16f4137c Update libopenmpt to 0.6.7. 2023-01-09 13:12:04 +00:00
fcambus
413d989d0d Update ansiweather to 1.19.0. 2023-01-09 13:10:15 +00:00
sthen
6b823811f8 rxvt-unicode: improve the patch comment 2023-01-09 12:47:49 +00:00
martin
74279f6a60 Add ntfy. Reuse letskencrypt UID.
OK op@ sthen@
2023-01-09 12:22:17 +00:00
martin
719037b14e Import ntfy, help and OK op@, OK sthen@
ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service.
It allows you to send notifications to your phone or desktop via scripts from
any computer, entirely without signup or cost.
2023-01-09 12:19:53 +00:00
sthen
7a6ac61ccd urxvt OSC colour queries were not terminated correctly; they should use
ST or BEL but only actually used a single ESC. Hack to replace with BEL for
now while I report upstream.

The combination of the recent update to this port (which fixed a bug
that prevented urxvt from responding to colour queries other than OSC 4)
and a recent change in tmux (which started querying fg/bg colour with
OSC 10/11 respectively) resulted in this being particularly annoying.

Cause diagnosed by nicm, thanks!
2023-01-09 11:59:31 +00:00
edd
2c8ea83214 editors/neovim: easy update to version 0.8.2.
Two people sent me identical diffs independently:
 - Laurent Cheylus
 - Laurence Tratt

Thanks both.
2023-01-09 11:08:39 +00:00
edd
5a435ed8e6 x11/hk: easy update to version 0.3.0.
Diff from author and MAINTAINER, Laurence Tratt. Thanks.
2023-01-09 10:47:43 +00:00
phessler
de1cbc4651 upstream stopped depending on boost in 2016, remove it
OK sthen@
2023-01-09 10:44:41 +00:00
edd
0ff37b4618 audio/navidrome: update to version 0.48.0 and take MAINTAINER.
OK paco@ and abieber@, thanks.
2023-01-09 10:41:26 +00:00
sthen
382b8010ad ephemetoot needs an RDEP on py-setuptools for the pkg_resources locator,
upstream hasn't moved to the newer preferred importlib.metadata yet
(https://docs.python.org/3/library/importlib.metadata.html#version)

found by florian@
2023-01-09 09:12:17 +00:00
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