Commits from the 2024Q3 branch |
FreshPorts has everything you want to know about FreeBSD software, ports, packages,
applications, whatever term you want to use.
Yesterday's Commits | Main Branch
|
Wednesday, 18 Sep 2024
|
07:28 Dimitry Andric (dim) 2024Q3
- net/mpich 4.2.1_2
Portable implementation of MPI-1, MPI-2 and MPI-3
net/mpich: fix build with clang 19 on i386
In bug 276035 this was already handled once, but with clang 19 on i386
we get similar link errors:
ld: error: undefined reference: __addtf3
>>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)
ld: error: undefined reference: __gttf2
>>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)
ld: error: undefined reference: __lttf2
>>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)
ld: error: undefined reference: __multf3
>>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)
ld: error: undefined reference: __extendxftf2
>>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)
ld: error: undefined reference: __trunctfxf2
>>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)
Again the cause is that the mpich configure script detects partial
float128 support on i386 (i.e. the compile doesn't immediately choke on
defining variables of that type). It then enables HAVE_FLOAT128, which
leads to the above errors, because compiler-rt does not support float128
on i386.
PR: 281557
Approved by: laurent.chardon@gmail.com (maintainer)
MFH: 2024Q3
(cherry picked from commit 9d5e42894b39c428c6241efb1a053f7e571a6fee)
9c4f1fc |
07:27 Dimitry Andric (dim) Author: Laurent Chardon 2024Q3
- net/mpich 4.2.1_2
Portable implementation of MPI-1, MPI-2 and MPI-3
net/mpich: Fix build error on i386 CURRENT
A workaround existed in net/mpich for a missing feature in llvm 17.0.
The feature has been added to llvm 18.1 except for the i386 platform.
This patch adds llvm 18.1 i386 to the existing workaround.
PR: 280719
Approved by: submitter is maintainer
(cherry picked from commit 510403c1998e0f3b3890a97333f6b654db94beec)
228ab3bb |
Tuesday, 17 Sep 2024
|
19:19 Christoph Moench-Tegeder (cmt) 2024Q3
- mail/thunderbird 128.2.2
Mozilla Thunderbird is standalone mail and news that stands above
mail/thunderbird: update to 128.2.2 (rc1)
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/128.2.2esr/releasenotes/
(cherry picked from commit ae186740b0d2918e6b479ed000bb50118713371a)
42662b5 |
13:59 Koichiro Iwao (meta) 2024Q3
devel/ruby-build: Update to 20240917
Changes: https://github.com/rbenv/ruby-build/releases/tag/v20240917
(cherry picked from commit 90c6113148e57619054a142438d1d23f52ab052f)
2df1c3e |
12:23 Vladimir Druzenko (vvd) 2024Q3
- www/tomcat9 9.0.95
Open-source Java web server by Apache, 9.0.x branch
www/tomcat9: 9.0.94 → 9.0.95
Changelog:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.95_(remm)
MFH: 2024Q3
(cherry picked from commit db2663eccd5c8ebf6f493c9eb0b09889e196d6fb)
ca74117 |
12:23 Vladimir Druzenko (vvd) 2024Q3
- www/tomcat101 10.1.30
Open-source Java web server by Apache, 10.1.x branch
www/tomcat101: Update 10.1.29 → 10.1.30
Changelog:
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.30_(schultz)
MFH: 2024Q3
(cherry picked from commit 9436a1d8898ae460b9c622ec8792858fe397605e)
29e6acc |
02:58 Cy Schubert (cy) 2024Q3
- graphics/xpdf4 4.05,1
Display PDF files and convert them to other formats
graphics/xpdf4: Update to 4.05
The xpdf-4.04.tar.gz file has disappeared, replaced by
xpdf-4.05.tar.gz. Therefore we must MFH this update as well.
PR: 281548
(cherry picked from commit fe00a0d9ca97f5a4ed1225194fa553affe56f121)
9736da2 |
00:00 Colin Percival (cperciva) 2024Q3
misc/freebsd-release-manifests: Add 13.4-RELEASE MANIFEST files
Approved by: re (implicit)
Sponsored by: Amazon
(cherry picked from commit 0047206c1c4f97b8b9cec4ac15d99db7f96887d1)
ace1afa |
Monday, 16 Sep 2024
|
21:28 Yasuhiro Kimura (yasu) 2024Q3
- mail/snappymail 2.38.0
Simple, modern, lightweight & fast web-based email client
mail/snappymail: Update to 2.38.0
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.38.0
MFH: 2024Q3
Security: bd940aba-7467-11ef-a5c4-08002784c58d
(cherry picked from commit 1f8e00b18a33c2fc5b700fea38c4e8ba3e9c3d20)
3d4f337 |
20:23 Robert Clausecker (fuz) Author: John Hein 2024Q3
- www/elinks 0.17.0_2
Links text WWW browser with enhancements
www/elinks: fix build with CSS option on
- add upstream patch to support libcss 0.9.2 and libdom 0.4.2
- appease stage-qa and add libwapcaplet to LIB_DEPENDS
- also address some LIB_DEPENDS needed or no longer needed (also found by
stage-qa):
- libintl.so is not directly used by elinks, so change USES=gettext to
USES=gettext-runtime:build
- nspr is no longer needed by elinks in 0.17.0 (or perhaps earlier)
- libxml++ is no longer needed by elinks in 0.17.0 (or perhaps earlier)
- libmozjs should have been a LIB_DEPENDS item (with SPIDERMONKEY on) - add
it
- gettext-tools is also needed (only a build time dependency by default) as
msgfmt is invoked during the build.
- option SPIDERMONKEY now depends on option CSS
PR: 281215
MFH: 2024Q3
Approved by: jailbird@fdf.net (maintainer)
(cherry picked from commit 29a794c2b8900c8a650dc67e8b138d4e9e470a24)
aba551d |
20:22 Robert Clausecker (fuz) 2024Q3
- finance/ticker 4.6.3_3
Terminal stock ticker with live updates and position tracking
finance/ticker: fix fetch
Port depends on github.com/charmbracelet/x in multiple versions. This
confuses the GH_TUPLE framework. Pick one version and hope it works.
MFH: 2024Q3
(cherry picked from commit 2590185c3415d183b16283082688ea908e9f905a)
b575b2a |
20:18 Vladimir Druzenko (vvd) 2024Q3
- www/tomcat-devel 11.0.0.m26
Open-source Java web server by Apache, 11.0.x branch
www/tomcat-devel: Update 11.0.0-M25 → 11.0.0-M26
Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.0-M26_(markt)
MFH: 2024Q3
(cherry picked from commit 59a7e52d4302223026c8ebc7592c27518ac0a045)
b856bd4 |
17:41 Christoph Moench-Tegeder (cmt) 2024Q3
- www/firefox 130.0.1,2
Web browser based on the browser portion of Mozilla
www/firefox: update to 130.0.1
Release Notes (soon):
https://www.mozilla.org/en-US/firefox/130.0.1/releasenotes/
(cherry picked from commit 881483957da003facfa710b3c07bd7199899cb17)
7a44bb9 |
11:59 Ronald Klop (ronald) 2024Q3
- java/cos 2002.11.05_3,1
The O'Reilly package of utility classes for servlet developers
java/cos: unfetchable, mark broken & deprecate
No other port is depending on this port.
No update since 2002.
Reported by: https://portsfallout.com/fallout?port=java/cos$
(cherry picked from commit fc525d0f5f4d2eb24d35f8b8f2bac1e50320bf16)
af233d5 |
Sunday, 15 Sep 2024
|
20:46 Po-Chuan Hsieh (sunpoet) 2024Q3
security/rubygem-ruby-saml: Update to 1.17.0
Changes: https://github.com/SAML-Toolkits/ruby-saml/releases
Security: CVE-2024-45409
(cherry picked from commit a0bad1b5b0b45e3d56144bd7d076d64a1a53deb1)
4b617c6 |
20:46 Po-Chuan Hsieh (sunpoet) 2024Q3
- ftp/curl 8.10.0
Command line tool and library for transferring data with URLs
ftp/curl: Update to 8.10.0
Changes: https://curl.se/changes.html
Security: CVE-2024-8096
(cherry picked from commit 50f8bc88c72fccf340dc38ac799aaaa4b1dec3b4)
ffddf48 |
13:38 Jan Beich (jbeich) 2024Q3
graphics/vulkan-caps-viewer: update to 3.42
Changes: https://github.com/SaschaWillems/VulkanCapsViewer/releases/tag/3.42
Reported by: GitHub (watch releases)
(cherry picked from commit cab9a6db6efb6ce29e90eaa3b32e35534cfd53c9)
9f3078a |
12:08 Gleb Popov (arrowd) Author: Dimitry Andric 2024Q3
math/z3: fix build with clang 19
Clang 19 has become more strict about errors in member functions, which
results in:
/wrkdirs/usr/ports/math/z3/work/z3-z3-4.13.0/src/math/lp/static_matrix.h:82:72:
error: no member named 'get' in 'static_matrix<T, X>'; did you mean 'set'?
82 | ref operator=(ref & v) { m_matrix.set(m_row, m_col,
v.m_matrix.get(v.m_row, v.m_col)); return *this; }
| ^~~
| set
/wrkdirs/usr/ports/math/z3/work/z3-z3-4.13.0/src/math/lp/static_matrix.h:164:10:
note: 'set' declared here
164 | void set(unsigned row, unsigned col, T const & val);
| ^
Upstream fixed this as part of a few other changes for gcc 15 in
<https://github.com/Z3Prover/z3/commit/2ce89e5f4>, but it does not apply
cleanly to this version, so add a backported patch.
PR: 281512
MFH: 2024Q3
(cherry picked from commit 88af7aa2d01a15a3d77380bf590921e04996ef45)
1168d8b |
11:39 Dimitry Andric (dim) 2024Q3
- devel/folly 2024.06.24.00
C++ library developed and used at Facebook
devel/folly: fix build with clang 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes devel/folly to fail to compile with clang 19 and libc++ 19,
resulting in errors similar to:
/usr/include/c++/v1/string_view:300:42: error: implicit instantiation of
undefined template 'std::char_traits<unsigned char>'
300 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
/wrkdirs/share/dim/ports/devel/folly/work/folly-2024.09.09.00/folly/io/Cursor.h:686:35:
note: in instantiation of template class 'std::basic_string_view<unsigned char>'
requested here
686 | std::basic_string_view<uint8_t> peekView() {
| ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
Since the peekView() function is supposed to return a no longer existing
type, conditionalize it for libc++ versions before 19. As far as I can
see, there are no consumers of this function, except for some of the
tests.
[1] https://libcxx.llvm.org/ReleaseNotes/19.html#deprecations-and-removals
PR: 281499
Approved by: yuri (maintainer)
MFH: 2024Q3
(cherry picked from commit b3459442f762df2cf1e81c582c78da1481c834f6)
5979092 |
11:39 Dimitry Andric (dim) 2024Q3
- java/openjdk11 11.0.24+8.1
Java Development Kit 11
- java/openjdk17 17.0.11+9.1
Java Development Kit 17
- java/openjdk18 18.0.2+9.1_2
Java Development Kit 18
- java/openjdk19 19.0.2+7.1_1
Java Development Kit 19
- java/openjdk20 20.0.2+9.1
Java Development Kit 20
- java/openjdk21 21.0.3+9.1
Java Development Kit 21
- java/openjdk22 22+36.1
Java Development Kit 22
java/openjdk8 java/openjdk11 java/openjdk17 java/openjdk18 java/openjdk19
java/openjdk20 java/openjdk21 java/openjdk22: disable warnings as errors
Generally disable warnings-as-errors for all openjdk ports, removing all
the conditionals we have now for particular architectures and/or
compilers. It does not make sense to have this on by default, unless you
are an upstream maintainer.
PR: 281188
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q3
(cherry picked from commit 3378cc494de65725a36e8ff5aaa205273521ba52)
b561099
07:46 Torsten Zuehlsdorff (tz) 2024Q3
databases/pgvector: Update from 0.7.3 to 0.7.4
Changelog:
* Fixed locking for parallel HNSW index builds
* Fixed compilation error with GCC 14 on i386 when SSE2 is not enabled
Taken from:
https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md
Sponsored by: P. Variablis
(cherry picked from commit 723f5302fb06fc642d672ca5cf51c0079b38c914)
9cc4b9d |
Saturday, 14 Sep 2024
|
15:33 Robert Nagy (rnagy) 2024Q3
www/iridium: update to 2024.08.128.3
(cherry picked from commit 81696c8d229229a2f62b43cb683be8064c280e2b)
1ef6800 |
15:04 Jan Beich (jbeich) 2024Q3
x11-wm/niri: update to 0.1.9
Changes: https://github.com/YaLTeR/niri/releases/tag/v0.1.9
Reported by: GitHub (watch releases)
(cherry picked from commit 28c2c3854f5301e8ed8715fbd8ba80062a6a3017)
b3ed916 |
10:41 Thomas Zander (riggs) 2024Q3
multimedia/mkvtoolnix: Update to upstream release 87.0
Details:
- Bugfixes and new features, see
https://mkvtoolnix.download/doc/NEWS.md
MFH: 2024Q3
(cherry picked from commit 116901442f2c9f551e3c818db63b3e84f27437aa)
2e6e086 |
09:30 Robert Nagy (rnagy) 2024Q3 | |