168993 Commits

Author SHA1 Message Date
rsadowski
4e2466360e Update neochat to 22.06, ok sdk@ 2022-09-03 05:55:48 +00:00
rsadowski
4b07d3757d Hook up qt6 2022-09-03 05:51:15 +00:00
rsadowski
0aea6c638e Import Qt6 meta port, ok sdk 2022-09-03 05:50:52 +00:00
lraab
fa68a0ba55 audio/ncmpc: remove unneeded patch that I missed and spotted by aja@ 2022-09-03 02:22:40 +00:00
thfr
7b775a4fe2 update FNA suite to 22.08
Link mojoshader statically in fna3d and lose mojoshader dependendencies
in the process. This is the way upstream recommends it and uses it on
other platforms.

FAudio upstream has gotten rid of the built-in GSTREAMER use.

Tested with a large library of FNA and XNA games. Fallout from the
changes is minimal and doesn't affect any of the major or more popular
games.

On the positive side, the crashes that I reported in [1] are gone with
this update.

Changenotes in [2], [3], and [4].

[1] https://marc.info/?l=openbsd-bugs&m=165136879315845&w=2
[2] https://github.com/FNA-XNA/FNA/releases
[3] https://github.com/FNA-XNA/FAudio/releases
[4] https://github.com/FNA-XNA/FNA3D/releases
2022-09-03 01:45:41 +00:00
ajacoutot
c3e29f3e4e Adapt template after recent rc_configtest changes. 2022-09-02 22:35:15 +00:00
ajacoutot
c3b8ec68ac Update to awscli-1.25.67. 2022-09-02 22:27:32 +00:00
ajacoutot
01673dd640 Update to py3-boto3-1.24.66. 2022-09-02 22:27:12 +00:00
ajacoutot
102c2cb03e Update to py3-botocore-1.27.66. 2022-09-02 22:27:00 +00:00
ajacoutot
3aba9a0947 Update to exoscale-cli-1.59.1. 2022-09-02 22:22:24 +00:00
ajacoutot
1c68454472 Update to libadwaita-1.1.5. 2022-09-02 22:16:01 +00:00
ajacoutot
95c2f6e371 Update to libsoup3-3.0.8. 2022-09-02 22:08:50 +00:00
naddy
f263b2e112 net/curl: security update to 7.85.0
Includes a fix for
CVE-2022-35252: control code in cookie denial of service
2022-09-02 21:01:09 +00:00
sthen
8bbfef91cb update to py3-numpy-1.23.2, thanks jca@ tb@ for tests on various archs
and it's been through most of a bulk on i386 by me albeit with python
default switched to 3.10 (plus various consumers tested separately with
3.9).

- i386 is using --disable-optimization for now; 1.20 added cpu optimizations
(SSE, AVX, etc) with runtime detect, but with any optimization level we're
hitting segfaults at runtime in numpy's own tests, and when building other
ports that use numpy (e.g. makehuman)

- macppc segfaults in numpy's own tests - this isn't new for this version,
1.19.5 failed in this way on OpenBSD too, but various other runtime use
is working (e.g. able to build py-scipy and makehuman with this).
old patches were supposedly needed to build numpy itself and scipy;
they are no longer needed for those so I've removed them.
2022-09-02 18:59:16 +00:00
kili
44f9ae568f Fix build by adding part of another upstream commit. 2022-09-02 18:31:16 +00:00
rsadowski
bb44e53fca Enable MODCMAKE_VERBOSE
I somehow forgot that.
2022-09-02 18:00:02 +00:00
sthen
e3d2552901 net/putty: don't fail if misc/dialog is installed at build time 2022-09-02 17:19:10 +00:00
sthen
609e6accdd Python tidying:
in one of the 3.9.x updates we accidentally lost the "Make sure
CPPFLAGS/LDFLAGS passed to ./configure don't end up -in
PY_CPPFLAGS/PY_LDFLAGS and thus leaking to python extensions" in
a merge.

The original problem this was fixing was a path to the ports WRKDIR
appearing in the built package. (which showed up in "python3.9 -m
sysconfig|grep LDSH" etc).

However that problem no longer shows up in 3.9, so it seems sensible
to sync 3.10 to what we have now for 3.9 and remove the patch, and
update CHANGES.OpenBSD (removing the bogus entry for 3.9, and the
no-longer-needed one for 3.10).

ok kmos@
2022-09-02 16:53:49 +00:00
sthen
9b1b49cfee Python tidying: remove old build-system patch which replaced ${INSTALL_DATA}
with cp, presumably it was used as part of build rather than fake-install
and had problems with non-root builds. install has been mocked in ports
builds for some time now (as part of the PORTS_PRIVSEP) so that's not needed.
ok kmos@
2022-09-02 16:49:03 +00:00
ajacoutot
4a511156b0 Missing BDEP on print/cups,-libs. 2022-09-02 16:46:30 +00:00
rsadowski
f808e05b20 Remove USE_NINJA
Is no longer necessary here with newer cmake.port.mk
2022-09-02 15:46:42 +00:00
tracey
79ce5972db Update cad/coil64. The author pointed out a calculation error, so patch that
until the next release.
2022-09-02 15:34:00 +00:00
naddy
baefdffdc9 devel/luassert: bump after lua-say dependency changed package name 2022-09-02 13:39:33 +00:00
rsadowski
e007038b43 Remove USE_NINJA
Is no longer necessary here with newer cmake.port.mk
2022-09-02 13:21:20 +00:00
rsadowski
ec925382d2 Mordernize CMake Module
- Use cmake(1) and ctest(1) instead of ninja(1)
- Change test verbose mode

OK sthen, kn and tb
2022-09-02 13:19:58 +00:00
rsadowski
6f1aabf043 Remove USE_NINJA, merge mruby improvements from upstream, remove libonigmo
- Remove USE_NINJA by merging mruby improvements from upstream
- Shared lib onigmo is no longer build, bye bye. Looks like we do not need this
 anymore.

OK otto (maintainer)
2022-09-02 13:18:16 +00:00
kirby
b61429c98f update to zint-2.11.1 2022-09-02 13:15:52 +00:00
rsadowski
c85d471a27 Update qutebrowser to 2.5.1
Maintainer email address rejected with User unknown.

ok sdk@, sthen@
2022-09-02 12:34:51 +00:00
rsadowski
07d1a59eb2 Remove patches now that we have RTLD_NOLOAD
Diff from Brad
2022-09-02 12:32:24 +00:00
robert
d6bf3b82cc make sure that the gpu watchdog thread is stopped and restarted the same
way as it is done on linux to avoid confusion and sync shared patches
while here
2022-09-02 11:55:23 +00:00
mestre
f1b9f9c192 update to 2022.09.01
changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2022.09.01
2022-09-02 11:48:05 +00:00
sthen
0f746fa24c qemu tweaks from Brad:
- Remove the use of BSD_GUEST_AGENT and remove macOS part of revert commit.
2022-09-02 11:35:53 +00:00
sthen
975bf742e8 update to supervisor-4.2.4
replace some VARBASE which should be LOCALSTATEDIR
2022-09-02 10:32:08 +00:00
sthen
f1d44e5960 update to freeipmi-1.6.10
set TZ in MAKE_ENV to fudge around the timestamp/date in the supplied
doc/version-faq.texi file to avoid it trying to rebuild it with texinfo;
as we see quite often in ports now, the version in base doesn't like the
distributed input files
2022-09-02 10:20:16 +00:00
sthen
09d8a859cc bump; static lib argp-standalone was updated 2022-09-02 09:42:27 +00:00
sthen
ab74d51e2a update argp-standalone to a newer fork/continuation based on newer glibc 2022-09-02 09:42:10 +00:00
sdk
5fa9e66597 Fix lua-say package name, which unintentionally changed to "say" 2022-09-02 09:32:13 +00:00
sthen
15f7fc23be update to php-8.1.10 2022-09-02 09:24:26 +00:00
sthen
6575084c65 update to php-8.0.23 2022-09-02 09:09:11 +00:00
sthen
cebd2566d5 update to visidata-2.10 2022-09-02 08:50:37 +00:00
sthen
69cc33e1d9 update to icinga-web2-module-incubator-0.18.0 2022-09-02 08:44:45 +00:00
kn
85788209c6 Bump potential struct ifnet consumers
sys/net/if_var.h r1.116 "Remove struct ifnet's unused if_switchport member"
should be of no concern in ports land, but some actively do

- define _KERNEL and/or
  https://codesearch.debian.net/search?q=%23%5Cs*define%5Cs%2B_KERNEL%5Cb+filetype%3Ac&literal=0
  curl -s https://codesearch.debian.net/results/a710598a524e63cb/packages.txt
- include <net/if_var.h>
  https://codesearch.debian.net/search?q=%3Cnet%2Fif_var.h%3E+filetype%3Ac&literal=1
  curl -s https://codesearch.debian.net/results/3264f4d6c8ec573a/packages.txt

Running the packages.txt files through 'sort -u' and 'comm -12', filtering
for ports we actually have and further limiting it down to individual
packages rather than the whole port (thanks sthen) leaves us with

	$ infrastructure/bin/portbump -r \
	    devel/libgtop2 \
	    games/warzone2100 \
	    mail/mozilla-thunderbird \
	    multimedia/gstreamer1/plugins-bad \
	    net/miniupnp/miniupnpd \
	    net/net-snmp,-main \
	    net/usrsctp \
	    net/zabbix,-main \
	    security/aircrack-ng \
	    www/firefox-esr \
	    www/mozilla-firefox

Bump them all to pick up the new header/struct.

Feedback OK sthen
2022-09-02 06:17:28 +00:00
rsadowski
0643f6fd3d Update krename to 5.0.2 2022-09-02 05:05:09 +00:00
rsadowski
5e7def596e Update jenkins-devel to 2.366 2022-09-02 04:50:26 +00:00
rsadowski
bd2033485e Update Font-Awesome to 6.2.0
https://fontawesome.com/docs/changelog/
2022-09-02 04:47:43 +00:00
danj
0d78d6f33c Update to minio-0.20220826 2022-09-02 01:15:27 +00:00
lraab
3b98ba8eb9 audio/ncmpc: update to 0.47
changelog:
ncmpc 0.47 - (2022-06-30)
* handle Ctrl-C in search prompt
* link with libintl and libiconv if necessary
* require libmpdclient 2.16 or newer
* require MPD 0.21 or newer
* switch to C++20

ok landry@ (I forgot to commit this the other day with mpd/picard)
2022-09-01 20:47:40 +00:00
jca
ba6fc8f592 Update to node-16.17.0
From maintainer Volker Schlecht
2022-09-01 20:42:56 +00:00
op
e2669679cc lang/erlang/25 update to 25.0.4
from Volker Schlecht that is also taking the maintainership (hence the
bump on erlang 21).  Thanks!

adjust lang/erlang/25,-wx that picks up wxWidgets-webkit if present to
depend on it only on arches where it's available.
2022-09-01 20:03:37 +00:00
jca
003fdc0012 Add support for riscv64
With this we can try silly things like building firefox - fails with OOM
in ld(1) on my 16GB Unmatched... - or chromium.

ok Volker Schlecht (maintainer)
2022-09-01 19:23:04 +00:00