172564 Commits

Author SHA1 Message Date
sthen
806cb567e4 update to p5-Email-Address-1.913 2023-01-10 13:16:12 +00:00
sthen
1429df5113 update to scrot-1.8 2023-01-10 13:15:04 +00:00
jca
aee2f9fa86 Drop -Werror flag fatal with clang 15. 2023-01-10 13:04:06 +00:00
ajacoutot
4544f467c3 Prefer tomli over toml. 2023-01-10 12:49:00 +00:00
phessler
a954514d48 unbreak by temporarily stop using a fortran compiler
suggested by jca@
OK tb@
2023-01-10 09:24:03 +00:00
landry
481dd6fe46 security/nss: update to 3.87.
see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_87.html
2023-01-10 08:53:26 +00:00
tb
052e8b2034 Update to rust-openssl-tests 20230110 2023-01-10 06:18:50 +00:00
jeremy
05a00c202a Remove ruby-rb-gsl
Has incompatible pointer to integer conversion errors on llvm 15.

Nothing depends on this port, and no release in almost 6 years.

OK jca@
2023-01-09 23:55:29 +00:00
jeremy
8375eb5792 Unhook ruby-rb-gsl 2023-01-09 23:53:27 +00:00
jeremy
a9823cca09 Update to rmagick 5.1.0
Fixes issues when using llvm 15.

Add new dependency on ruby-pkg-config.

Remove test code as gem no longer ships tests.

OK jca@
2023-01-09 23:51:20 +00:00
jeremy
6ac674bf60 Hookup ruby-pkg-config 2023-01-09 23:49:57 +00:00
jeremy
7745615a3b Import ruby-pkg-config 1.5.1
New dependency of ruby-rmagick.

OK jca@
2023-01-09 23:48:43 +00:00
fcambus
edffef4d86 Update dopewars to 1.6.2. 2023-01-09 22:45:09 +00:00
fcambus
c186ea8294 Update bdf2psf to 1.215. 2023-01-09 22:27:58 +00:00
fcambus
217a93fe32 Update libuninameslist to 20221022. 2023-01-09 21:30:53 +00:00
kn
8e8586c61c improve comment about deferred test compilation 2023-01-09 20:38:20 +00:00
kn
f6674b5cce regen 2023-01-09 19:13:48 +00:00
kn
3043e3d760 Update to libnice 0.1.21
pull a clang 15 fix and a ifr_index fix (both merged).
2023-01-09 19:13:15 +00:00
pvk
8d43701308 Update gitea 1.17.4 -> 1.18.0
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.18.0
Configuration fix and pkg README update from sdk@ and kn@, thanks!
2023-01-09 17:39:56 +00:00
sthen
f936c874fc rxvt-unicode: adjust patch to send ESC \ instead of BEL, allows working
with all of the tmux versions that use OSC 10/11 (support for BEL was
only added to tmux today)
2023-01-09 17:39:02 +00:00
sthen
dcce6e7de5 use USE_NOEXECONLY, from tb@ 2023-01-09 17:27:49 +00:00
sthen
8944205b73 record USE_NOEXECONLY in sqlports 2023-01-09 17:09:55 +00:00
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