Commit Graph

173174 Commits

Author SHA1 Message Date
kmos e286e804b8 Fix build on sparc64 by shifting to ports-gcc 2023-01-30 17:18:31 +00:00
sthen 1fef0d1c4a oops, only some of the mpv patches had been committed to the release
branch and others were cherrypicked from devel, reinstate them
2023-01-30 16:53:55 +00:00
kn b583fa094d add missint qttools build dependency; spotted by naddy 2023-01-30 16:51:57 +00:00
sthen 7d7a67c37c update to mpv-0.35.1 2023-01-30 16:35:46 +00:00
sthen f1d6eae774 gphoto2: add upstream commit "Use pthread_t abstract type for thread IDs"
which should fix LLVM 15. ok aja@
2023-01-30 16:09:50 +00:00
kmos dc943bde16 py-charset-normalizer uses Werror along with a number of warning options
that base-gcc doesn't understand. Switch to ports-gcc to fix build on
sparc64
2023-01-30 15:33:33 +00:00
kmos ebc6165c38 ruby-prof needs C11 now, so shift to ports-gcc on sparc64 to fix
the build
2023-01-30 15:16:45 +00:00
sthen fe1b577b1b sync patches 2023-01-30 15:13:16 +00:00
op bea821979f update archivers/zpaqfranz to 57.2
diff from maintainer tux0r, thanks!
2023-01-30 15:11:00 +00:00
sthen 1e55a9b592 update to sniproxy-0.6.6, from Renaud Allard (maintainer) 2023-01-30 15:10:36 +00:00
op e4bf05795b textproc/opensearch, www/opensearch-dashboards: fix spacing in MAINTAINERs 2023-01-30 14:47:43 +00:00
op 8b9d873446 update www/opensearch-dashboards to 2.5.0; ok pvk@ 2023-01-30 14:44:21 +00:00
op 3ff960a0b1 update textproc/opensearch to 2.5.0
release notes:
https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.5.0.md

ok pvk@
2023-01-30 14:43:25 +00:00
espie b5f1121402 also display chroot and srcroot (if defined) because why not ? 2023-01-30 14:20:27 +00:00
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