Commit Graph

173160 Commits

Author SHA1 Message Date
landry 668d85e9e9 geo/qgis: update to 3.28.3 2023-01-30 13:43:53 +00:00
sthen 14cdf5c75a update to dmagnetic-0.36, from Thomas Dettbarn (maintainer) 2023-01-30 13:33:33 +00:00
sthen 56a28fcfb7 remove DISTFILES setting for cargo ports using GH_*, no longer needed
with cargo.port.mk r1.35
2023-01-30 13:28:38 +00:00
sthen 64cbe34010 remove no-longer-needed DISTFILES setting, regen distinfo
because in this instance a distfile changes name
2023-01-30 13:23:42 +00:00
jca 11b0a8db72 Avoid pointer/integer mismatch, fixes build with clang 15 2023-01-30 13:19:53 +00:00
sthen f0a6803b94 update to radcli-1.3.1 2023-01-30 13:10:13 +00:00
sthen 4990401ae5 fix DISTNAME, {} was in DISTNAME but isn't meant to be supported there 2023-01-30 13:08:41 +00:00
jca cb28c8b5d6 Unbreak detection of inet_pton/inet_ntop with clang 15 and -Wint-conversion 2023-01-30 13:01:31 +00:00
jca aae9412eff Tweak previous to actually unhook the ruby subpackage from bulk builds
dpb(1) attempts to build all available subpackages in MULTI_PACKAGES,
but I had only tested a manual build.
2023-01-30 12:58:47 +00:00
sthen 65e3d0fdb9 bump ports-infrastructure's _SYSTEM_VERSION on the archs where the
linker now uses exec-only by default - amd64, aarch64, riscv64,
powerpc64 - so that when packages are next rebuilt, pkg_add -u will
replace all packages with the new ones.

(additionally, the generated Makefiles to create debug packages changed
from binutils strip+objcopy to the LLVM versions to avoid damage done to
GNU_RELRO, so all packages which have debug-package support in their
build need to be replaced for that reason also; only aarch64 and amd64
have debug-packages so they're covered by the above bump too).
2023-01-30 12:45:34 +00:00
sthen de8da0cc04 Handle DISTFILES for ports using GH_* in cargo.port.mk, ok semarie@ 2023-01-30 12:18:01 +00:00
sthen c36608da00 +py-lmdb 2023-01-30 12:06:23 +00:00
sthen 5ccf74b494 import ports/databases/py-lmdb, feedback/ok tb@
Universal Python binding for the LMDB 'Lightning' Database.
2023-01-30 12:05:56 +00:00
op 9dfa151c10 update graphics/nsxiv to v31
diff from maintainer Thim Cederlund, thanks!  tweak to post-install by me.
Changelog: https://codeberg.org/nsxiv/nsxiv/src/branch/master/etc/CHANGELOG.md
2023-01-30 11:27:23 +00:00
stsp 391693927c update to got 0.83
- fix usage display error in got merge command (patch by Mikhail)
- fix missing commits in pack files created with packed object enumeration
- avoid traversing enumerated commits more than once in got-read-pack
- fix ulimit-related test failures on sparc64 (tracey)
- got commit editor now shows log messages from backout and cherrypick (jamsek)
- new cherrypick/backout -l option to show recorded log messages (jamsek)
- new cherrypick/backout -X option to discard recorded log messages (jamsek)
- gotd: implement the delete-refs capability (op)
- fix histedit -m on a commit which only changes filemode bits
- gotsh.1: show how to set up anonymous public read-only repository access
2023-01-30 09:21:44 +00:00
robert 86b20eaeb3 update livmime to a snapshot from their git repository from today to include
changes required by an upcoming port
2023-01-30 08:12:35 +00:00
aisha 5892c15fc9 lang/erlang/25: oopsie, forgot to cvs add rc file
thanks phessler@
2023-01-29 23:57:49 +00:00
tb 84e3b0d4e4 seamonkey: unbreak build by removing the fft.asm patch.
naddy reported a build breakage and noted that there is a difference
between the patch I applied to the mozillas and kettenis's patch. For
some reason this worked for the other mozilla variants, but not here.
Since seamonkey needs USE_NOEXECONLY due to skia, the next build will
work despite the missing asm fix.
2023-01-29 22:25:58 +00:00
aisha e4c6e135b3 infrastructure/db/user.list: add _erlang user 2023-01-29 22:21:48 +00:00
aisha e011f2ca00 lang/erlang/25: add epmd rc file
erlang can start this automatically but allowing it to be started manually
enables configuration via commandline flags and environment variables
which isn't possible with erl(1)

patch from Volker Schlecht <openbsd-ports AT schlecht DOT dev>

ok abieber@
2023-01-29 22:20:16 +00:00
naddy 7ec5e35611 devel/mpfr: update to 4.2.0, which has many new functions 2023-01-29 20:37:11 +00:00
gnezdo de9fecfb28 Upgrade cabal-install to 3.8.1.0
ok kili@
2023-01-29 20:23:13 +00:00
kirby fdaf97cf6c Update freeciv to 3.0.5.
While here:
 - enable sound support
 - switch HOMEPAGE to https
 - tweak DESCR
 - move locale to -share package

Changelogs:
http://www.freeciv.org/wiki/NEWS-3.0.0
https://www.freeciv.org/wiki/NEWS-3.0.5

ok thfr@ on a previous diff (wih disabled sound support).
2023-01-29 19:03:44 +00:00
robert f48f8d4057 fixup previous by putting back the correct pathnames for ungoogled-chromium 2023-01-29 17:31:39 +00:00
robert 507baade66 fixup previous by putting back the correct pathnames for iridium 2023-01-29 17:29:16 +00:00
jca e38586d744 Update to openvpn-2.6.0
This is the start of the new 2.6 series, and almost a major version
bump.

Announcement mail:
https://www.mail-archive.com/openvpn-announce@lists.sourceforge.net/msg00126.html

ChangeLog:
https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst

Positive server test results from sthen@
2023-01-29 12:06:08 +00:00
jca f621840aff Update to samba-4.17.5
Release notes:
https://www.samba.org/samba/history/samba-4.17.5.html

Tests and ok bket@ and Ian McWilliam (co-maintainer)
2023-01-29 11:59:18 +00:00
bket 5f594b3999 Update to filezilla-3.63.1
Fixes icon sizing issue on high DPI scale factors.
2023-01-29 11:39:26 +00:00
robert 5bf2f4aef5 there is no need to call XGetErrorDatabaseText() to cache the XErrorDB anymore
so remove it for now
2023-01-29 11:31:00 +00:00
caspar fd01a80a29 Tor Browser: update to 12.0.2
OK tb@
2023-01-29 08:56:47 +00:00
tb b6f5fce745 borgbackup: USE_NOEXECONLY is needed due to static linking with OpenSSL.
Move it to the top and annotate it.
2023-01-29 07:41:20 +00:00
tb 622b4fb175 openssl/1.1: also need to bump borgbackup/2.0 on changes. 2023-01-29 07:38:26 +00:00
tb 65c79227b4 zap trailing blank 2023-01-29 07:31:30 +00:00
naddy b5ee94956f x11/xpostit: explicitly cast integer to pointer to fix build with clang 15
The callback takes a pointer to be able to pass arbitrary data, but
instead of allocating an int and passing a pointer to it, the code
jams the int directly into the pointer for an int -> pointer -> int
roundtrip.  Problem reported by and discussed with jca@.

Fix implicit function declarations.
2023-01-29 00:07:55 +00:00
naddy 4f1d2838ba revert "Handle ALL_TARGET and INSTALL_TARGET in cmake module"
It breaks a number of ports at the fake step:

Unknown argument -t
Usage: cmake --install <dir> [options]
2023-01-28 22:03:46 +00:00
tb 51fc6cccd4 libgcrypt: more amd64 x-only assembly fixes. Remove USE_NOEXECONLY for
amd64 now.
2023-01-28 21:02:08 +00:00
tb a7db0b9d68 rust-ring: add a reminder to bump consumers when this port is changed. 2023-01-28 19:19:47 +00:00
kn febf9dfa93 Switch to Qt6
At least under Xfce when using a custom (lower) DPI value, qbittorrent is
unusable as buttons get cropped to the point where their text is no longer
visible;  menus have the wrong size.

Use Qt6 to get proper rendering and a usable UI.

(Other Qt5 apps like KeePassXC are fine, regardless of DPI and/or desktop
environment.)

maintainer timeout
OK rsadowski
2023-01-28 19:12:08 +00:00
tb ac791cd458 qtwebengine: runtime testing showed the need for more assembly fixes. 2023-01-28 17:41:11 +00:00
kn ae5a58d2e9 Oops, the previous commit used an old/unrelated message file.
Correct commit message:
---
Handle ALL_TARGET and INSTALL_TARGET in cmake module

devel/cmake ignores explicitly set targets, mostly because the default
"all", "install" do not always work like they do with autoconf.

In CMake, the default target is only known after configure time.

To allow passing explicit targets without hand-rolling do-* in ports
Makefiles, default to empty *_TARGET values in devel/cmake so it can
later recognise explicitly set values and pass them along.

For tests ctest(1) is used which works differently, so no TEST_TARGET bits.

Remove hand-rolled targets in the only two effected ports:
libtorrent-rasterbar and keepassxc.

OK rsadowski
---
2023-01-28 16:34:11 +00:00
kn 34b56cbb68 Remove security/hlfl
WWW is dead, the old hlfl.org is now another project, DESCR doesn't
mention pf, long missing out on updates, unmaintained.

OK benoit
2023-01-28 16:25:12 +00:00
op b63ff37086 update net/tut to 2.0.1 2023-01-28 16:15:36 +00:00
kn ea695506d0 +gitlab-cli 2023-01-28 16:08:19 +00:00
kn e0e0e1bb0b Import sysutils/gitlab-cli 1.24.1
OK sthen
---
GLab is an open source GitLab CLI tool bringing GitLab to your terminal
next to where you are already working with git and your code without
switching between windows and browser tabs. Work with issues, merge requests,
watch running pipelines directly from your CLI among other features.

glab(1) is available for repositories hosted on GitLab.com and self-managed
GitLab instances. glab supports multiple authenticated GitLab instances
and automatically detects the authenticated hostname from the remotes
available in the working Git directory.
2023-01-28 16:07:13 +00:00
robert f043ec761a remove .orig file 2023-01-28 13:41:18 +00:00
robert 4bc85882f4 put the embedded blob code to the .openbsd.mutable section and
mprotect it RX to support x-only

idea from deraadt@, diff from kettenis@
2023-01-28 13:39:20 +00:00
tb ed20f890af bump consumers of rust-ring (static linking) 2023-01-28 13:34:16 +00:00
tb faf945f250 rust-ring: add missing .rodata annotation for SHA-256. SIGSEGV in ncspot
reported by Matthias Schmidt.
2023-01-28 13:20:40 +00:00
op 9a7835a75c update net/lagrange to 1.15.1; from MAINTAINER Florian Viehweger, thanks!
Changelog:
- Fixed opening multiple Preferences windows at the same time.
- Fixed the Preferences window missing a window icon.
- Footer information moved out of the margin area and under the page content.
- Updated UI translations.
2023-01-28 12:52:21 +00:00
robert 2aba169072 put the embedded blob code to the .openbsd.mutable section and
mprotect it RX to support x-only

idea from deraadt@, diff from kettenis@
2023-01-28 12:46:46 +00:00