Commit graph

603621 commits

Author SHA1 Message Date
Jan Beich
08a052375a graphics/mesa-devel: convert to USES=llvm 2022-12-24 16:35:29 +00:00
Jan Beich
f4b51d984a devel/rust-bindgen: convert to USES=llvm 2022-12-24 16:35:18 +00:00
Jan Beich
cac4607349 emulators/rpcs3: limit llvm13 dependency to FreeBSD 12.3
Base clang 10 is too old:

rpcs3/util/types.hpp:1170:20: error: substitution into constraint expression resulted in a non-constant expression
concept PtrSame = (is_same_ptr<X, Y>());
                   ^~~~~~~~~~~~~~~~~~~
rpcs3/Emu/IdManager.h:701:18: note: while checking the satisfaction of concept 'PtrSame<lv2_fs_object, lv2_file>' requested here
                static_assert((PtrSame<T, Get> && ...), "Invalid ID type combination");
                               ^~~~~~~~~~~~~~~
rpcs3/Emu/VFS.cpp:940:7: note: in instantiation of function template specialization 'idm::select<lv2_fs_object, lv2_file, (lambda at rpcs3/Emu/VFS.cpp:940:39), std::__1::integral_constant<bool, true> >' requested here
        idm::select<lv2_fs_object, lv2_file>([&](u32 id, lv2_file& file)
             ^

Base libc++ 10 is too old:

rpcs3/Emu/RSX/Common/simple_array.hpp:287:17: error: no template named 'predicate' in namespace 'std'
                bool any(std::predicate<const Ty&> auto predicate) const
                         ~~~~~^
rpcs3/Emu/RSX/Common/simple_array.hpp:299:20: error: no template named 'predicate' in namespace 'std'
                void filter(std::predicate<const Ty&> auto predicate)
                            ~~~~~^
rpcs3/Emu/RSX/Common/simple_array.hpp:317:18: error: no template named 'predicate' in namespace 'std'
                void sort(std::predicate<const Ty&, const Ty&> auto predicate)
                          ~~~~~^
2022-12-24 16:35:07 +00:00
Jan Beich
0c0c236d73 emulators/rpcs3: switch back to llvm13 to unbreak FreeBSD < 13
FAILED: rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/Cell/lv2/sys_net/lv2_socket_p2p.cpp.o
[...]
1.      <eof> parser at end of file
 #0 0x000000082c9b0ac9 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/llvm15/lib/libLLVM-15.so+0x33b0ac9)
 #1 0x000000082c9aeca5 llvm::sys::RunSignalHandlers() (/usr/local/llvm15/lib/libLLVM-15.so+0x33aeca5)
 #2 0x000000082c8d00c5 (/usr/local/llvm15/lib/libLLVM-15.so+0x32d00c5)
 #3 0x0000000822fadc60 (/lib/libthr.so.3+0x14c60)
clang-15: error: clang frontend command failed with exit code 139 (use -v to see invocation)
clang version 15.0.6
Target: x86_64-portbld-freebsd12.3
Thread model: posix
InstalledDir: /usr/local/llvm15/bin

Reported by:	pkg-fallout

This reverts commit 8bc04d7642.
2022-12-24 16:35:07 +00:00
VVD
0b16928300 net/freerdp: Update to 2.9.0 (security fixes)
Notewhorth changes:
* Backported #8252: Support sending server redirection PDU
* Backported #8406: Ensure X11 client cursor is never smaller 1x1
* Backported #8403: Fixed multiple client side input validation issues
  (CVE-2022-39316, CVE-2022-39317, CVE-2022-39318, CVE-2022-39319,
	 CVE-2022-39320, CVE-2022-41877, CVE-2022-39347)
* Backported #7282: Proxy server now discards input events sent before
  activation was received
* Backported #8324: Internal replacements for md4, md5 and hmac-md5
   For the time being the RDP protocol requires these outdated hash
   algorithms. So any distribution that wants to ship a working
   FreeRDP should check the options WITH_INTERNAL_MD4 (and depending
   on OpenSSL deprecation status WITH_INTERNAL_MD5)

Fixed issues:
* Backported #8341: Null checks in winpr_Digest_Free
* Backported #8335: Missing NULL return in winpr_Digest_New
* Backported #8192: Support for audin version 2 microphone channel
* Backported #7282: Discard input events before activation (Fixes #8374)

ChangeLog:	https://www.freerdp.com/2022/11/16/2_9_0-release
PR:		268539
MFH:		2022Q4
Security:	1f0421b1-8398-11ed-973d-002b67dfc673
2022-12-24 15:48:09 +00:00
Nuno Teixeira
d3a551156d security/vuxml: Document FreeRDP multiple vulnerabilities
PR:		268539
2022-12-24 15:48:09 +00:00
Gleb Popov
36d492f1ff lang/purescript: Update to 0.15.7 2022-12-24 18:35:55 +03:00
Guido Falsi
3912e8caff sysutils/fusefs-ext2: Adjust dependencies after 14e733a6bb
After commit 14e733a6bb to sysutils/e2fsprogs, poudriere always
rebuilds sysutils/fusefs-ext2.

Adjust dependency to sysutils/e2fsprogs-core which contains the actual
files needed.

PR:		265289
2022-12-24 16:02:51 +01:00
Emanuel Haupt
43c716cec3 sysutils/fusefs-ext2: Pacify portfmt/portclippy 2022-12-24 16:02:51 +01:00
takefu
b4119e9a60 www/py-websocket-client: Update to 1.4.2
ChangeLog:
https://github.com/websocket-client/websocket-client/compare/v0.58.0...v1.4.2

PR:		262398
Approved by:	maintainer timeout
2022-12-24 14:10:14 +00:00
Lorenzo Salvadore
b5d8e70288
lang/gcc11-devel: Update to 11.3.1.s20221223 2022-12-24 15:02:07 +01:00
PÁLI Gábor János
a331584fdf
sysutils/bhyve+: Fix build on FreeBSD 14-CURRENT. 2022-12-24 12:24:49 +00:00
Guido Falsi
616a80e8ed sysutils/xfce4-systemload-plugin: Fix build on i386
Bug is known upstream:

https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin/-/issues/25

Adding a home made patch to address the issue. Will update patch
with official one if needed, once upstream publishes its patch.

Reported by:	pkg-fallout
2022-12-24 13:23:25 +01:00
Rene Ladan
c376234da6 cleanup: Remove expired ports:
2022-12-23 math/vtk6: Old version not used anywhere in the ports tree
2022-12-24 13:16:15 +01:00
Yuri Victorovich
5f09224333 science/py-boutdata: New port: Python package for collecting BOUT++ data 2022-12-24 03:31:56 -08:00
Piotr Kubaj
c1f19973e4 audio/bespokesynth: fix build on powerpc64le
ld: error: undefined symbol: juce::pnglibNamespace::png_init_filter_functions_vsx(juce::pnglibNamespace::png_struct_def*, unsigned int)
>>> referenced by juce_graphics.cpp
>>>               CMakeFiles/BespokeSynth.dir/usr/local/include/JUCE-7.0.2/modules/juce_graphics/juce_graphics.cpp.o:(juce::pnglibNamespace::png_read_row(juce::pnglibNamespace::png_struct_def*, unsigned char*, unsigned char*))

Using system png is no-op, since it's already installed by reverse dependencies.
2022-12-24 11:26:06 +00:00
Yuri Victorovich
b922b33114 math/cgal: Update 5.3 -> 5.5.1
Approved by:	wen@ (maintainer)
2022-12-24 03:06:22 -08:00
Yuri Victorovich
4f2941a0d3 science/py-boututils: New port: Python package containing BOUT++ utils 2022-12-24 03:06:22 -08:00
Yuri Victorovich
c441ab0ff6 science/{,py-}arbor: Update 0.8 -> 0.8.1
Reported by:	portscout
2022-12-24 03:06:21 -08:00
Yuri Victorovich
8ff4eae96c graphics/py-mayavi: Remove USE_PYTHON=noflavors
noflavors makes this port an outlier for depending ports.
2022-12-24 03:06:21 -08:00
Yuri Victorovich
50bbd0a572 science/bout++: New port: Plasma fluid finite-difference simulation code 2022-12-24 03:06:21 -08:00
Ashish SHUKLA
145ff519cd
audio/tuner: New Port: Minimalist radio station player
Discover and Listen to your favourite internet radio stations.

 - Uses radio-browser.info catalog
 - Presets various selection of stations (random, top, trending,
   genres)
 - Save favourite stations
 - Sends a click count to radio-browser.info on station click
 - Sends a vote count to radio-browser.info when you star a station
 - DBus integration to pause/resume playing and show station info in
   Wingpanel
2022-12-24 10:27:34 +00:00
Gleb Popov
9696f02402 devel/stack: Update to 2.9.3 2022-12-24 13:21:23 +03:00
John W. O'Brien
d840b65db3 security/py-pycryptodome{,x}: Update to 3.16.0
ChangeLog:
https://github.com/Legrandin/pycryptodome/blob/v3.16.0/Changelog.rst

PR:		268531
2022-12-24 10:04:06 +00:00
Mel Pilgrim
100f0412d6 mail/postfixadmin33: Update to 3.3.13
ChangeLog:
https://github.com/postfixadmin/postfixadmin/releases/tag/postfixadmin-3.3.12
https://github.com/postfixadmin/postfixadmin/releases/tag/postfixadmin-3.3.13

PR:		268332
MFH:		2022Q4 (bugfixes)
2022-12-24 09:41:39 +00:00
James French
11a58e493d news/sabnzbdplus: Update to 3.7.1
ChangeLog:	https://github.com/sabnzbd/sabnzbd/releases/tag/3.7.1
PR:		268464
2022-12-24 09:23:27 +00:00
Robert Clausecker
f6660b5fd0 graphics/hugin: Update to 2022.0.0
This introduces a new dependency on math/flann.

ChangeLog:	https://hugin.sourceforge.io/releases/2022.0.0/en.shtml
PR:		268465
2022-12-24 08:22:38 +00:00
Thomas Zander
09c25d30f0
Update gstreamer1 to upstream release 1.20.5
PR:		268501
2022-12-24 09:07:50 +01:00
Gleb Popov
a84795fd56 Some Haskell ports: Mark BROKEN on aarch64.
These ports are failing on build cluster for some time. I tried reproducing
it locally and it turned out to be a strange heisenbug - the compiler crashes
when compiling different unrelated files and restarting the build makes the
problem go away.

I wasn't able to extract a minimal reproducing testcase, so didn't contact
upstream.

Mark BROKEN for now and hope for a new compiler version to work.
Reported by:	pkg-fallout
2022-12-24 09:00:52 +03:00
Gleb Popov
b9cdee141b security/klee: Unbreak the build after USES=llvm change.
Reported by:	pkg-fallout
Fixes:	08807ad950
2022-12-24 08:55:08 +03:00
Yasuhiro Kimura
b033cb2058 mail/snappymail: Update to 2.24.1
ChangeLog:	https://github.com/the-djmaze/snappymail/releases/tag/v2.24.1
2022-12-24 13:50:53 +09:00
Muhammad Moinur Rahman
f70530785a databases/pecl-couchbase: Update version 2.6.2=>3.3.2
This update is required for php74 removal.

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-12-23 21:52:25 -06:00
Muhammad Moinur Rahman
81ad6c9a95 science/jstrack: Fix MASTER_SITES
Somehow the upstream website is down. For now host the distfile in
distcache.

Reported by:	pkg-fallout
2022-12-23 21:01:44 -06:00
Muhammad Moinur Rahman
9160a0e019 databases/libcouchbase: Update version 2.10.7=>3.3.2
- Update MASTER_SITES
- Update WWW
- Pet portfmt

PR:		268275
Approved by:	sergey@couchbase.com (maintainer-timeout)
2022-12-23 20:40:13 -06:00
Danilo G. Baio
cd6b3bd83e textproc/docproj: Remove the Traditional Chinese font dependency
These fonts are necessary only for building zh-tw PDFs, but the port is
too big, noto-tc: 2.002 (380 MiB).

A lighter port is on the way.

Reported by:	ceri
2022-12-23 23:21:13 -03:00
Vladimir Kondratyev
7aa0e0a09c comms/iwmbt-firmware: Update to 20221109
And downgrade ibt-hw-37.8.10-fw-22.50.19.14.f.bseq to fw_patch_num 36
as last version working good with our BT stack. See PR/267581.

PR:		268022
Approved by:	arrowd
2022-12-24 01:52:03 +03:00
Juraj Lutter
f27435a536 www/node16: Allow build with Python 3.11
PR:		268466
2022-12-23 23:27:11 +01:00
Tatsuki Makino
049e392a73 print/epson-inkjet-printer-escpr2: Update to 1.1.58
ChangeLog:

New PPD files for the following models have been added.
EP-885A series
ET-2830 series
ET-2840 series
L3550 series
L3560 series
L5590 series
L8050 series
PX-M887F
PX-S730 series
PX-S887
WF-C4310 series
WF-C5310 series
WF-C5390BAM
WF-C5390 series
WF-C5810 series
WF-C5890BAM
WF-C5890 series

PR:		268507
2022-12-23 22:18:55 +00:00
Andreas Bilke
0b99d20bb2 deskutils/py-khard: Update to 0.18.0
ChangeLog:	https://github.com/lucc/khard/blob/develop/CHANGES
PR:		268471
2022-12-23 21:48:02 +00:00
Mel Pilgrim
4cfbe29cc9 mail/postfix-policyd-spf-perl: Update to 2.011
ChangeLog: https://git.launchpad.net/postfix-policyd-spf-perl/tree/CHANGES

PR:		268330
2022-12-23 21:32:38 +00:00
Alex S
9df8ee30f2 emulators/libc6-shim: Update to 20221220
ChangeLog: 20211220...20221220

PR:		268481
2022-12-23 21:19:39 +00:00
Einar Bjarni Halldórsson
c4a187d05e devel/py-proxmoxer: Update to 2.0.1
ChangeLog:	https://github.com/proxmoxer/proxmoxer/releases/tag/2.0.1
PR:		268484
2022-12-23 21:07:52 +00:00
Jan Beich
a68ce7d093 emulators/rpcs3: update to 0.0.25.14499
Changes:	8ac9968096...5b95cfda40
2022-12-23 20:23:24 +00:00
Ben Lavery-Griffiths
514ba6e1c5 www/gohugo: Update to 0.109.0
ChangeLog:	https://github.com/gohugoio/hugo/releases/tag/v0.109.0
PR:		268527
2022-12-23 19:42:49 +00:00
yzrh
445155586d multimedia/kodi: Fix build with new devel/libfmt (9.1.0)
- pet portlint

PR:		268496
2022-12-23 18:59:12 +00:00
Dmitry Marakasov
6d99ee8489 converters/osm2pgsql: fix build after libfmt update 2022-12-23 21:43:22 +03:00
Dmitry Marakasov
41dbb76112 lang/python311: fix asyncio.subprocess regression
Fix losing stdout of asyncio.subprocess spawned processes.

PR:		268502
Approved by:	wen (python@)
Upstream issue:	https://github.com/python/cpython/issues/100133
2022-12-23 21:42:37 +03:00
Bernard Spil
c2da169688 www/nextcloud-calendar: Update to 4.1.2 2022-12-23 18:34:34 +00:00
Bernard Spil
5eac9cbc5b mail/nextcloud-mail: Update to 2.2.2 2022-12-23 18:34:19 +00:00
Bernard Spil
f97ee82188 security/nextcloud-twofactor_admin: Update to 4.1.9 2022-12-23 18:34:09 +00:00