aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Salvadore <salvadore@FreeBSD.org>2022-06-11 20:02:00 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2022-06-11 20:02:00 +0000
commit6a22be46dd11f2134f4280ffc263e95f5390c1d0 (patch)
treea48c6f00d90e98b920e3e68478c8ea6cd3dcfb0c
parent98deae69c3cbf691cf430a9c844fcdc27478a226 (diff)
downloaddoc-6a22be46dd.tar.gz
doc-6a22be46dd.zip
status/report-2022-01-2022-03: Fixes
- Add missing dpaa2.adoc to _index.adoc. - Fix a section title level in kde.adoc. - Fix the + signs in kde.adoc, so that C++ does not become C after rendering. Approved by: debdrup (status blanket)
-rw-r--r--website/content/en/status/report-2022-01-2022-03/_index.adoc10
-rw-r--r--website/content/en/status/report-2022-01-2022-03/kde.adoc4
2 files changed, 12 insertions, 2 deletions
diff --git a/website/content/en/status/report-2022-01-2022-03/_index.adoc b/website/content/en/status/report-2022-01-2022-03/_index.adoc
index 40e43c766f..31ad7d85e7 100644
--- a/website/content/en/status/report-2022-01-2022-03/_index.adoc
+++ b/website/content/en/status/report-2022-01-2022-03/_index.adoc
@@ -86,6 +86,16 @@ include::{reports-path}/ocf-wg.adoc[]
'''
+[[architectures]]
+== Architectures
+
+Updating platform-specific features and bringing in support for the new hardware
+platform.
+
+include::{reports-path}/dpaa2.adoc[]
+
+'''
+
[[documentation]]
== Documentation
diff --git a/website/content/en/status/report-2022-01-2022-03/kde.adoc b/website/content/en/status/report-2022-01-2022-03/kde.adoc
index f0baa843a0..539e8ba58e 100644
--- a/website/content/en/status/report-2022-01-2022-03/kde.adoc
+++ b/website/content/en/status/report-2022-01-2022-03/kde.adoc
@@ -45,8 +45,8 @@ This landed both in main and the last quarterly branch for 2021, since it brings
* *misc/tellico* was updated. Tellico is a "collection manager", for instance collections of books, music, stamps, or FreeBSD releases.
* *net-im/nheko* was updated. This is one of a dozen Matrix clients available in the ports tree.
-=== Elsewhere
+==== Elsewhere
* *archivers/7-zip* is the preferred tool for dealing with 7zip files; this affacts KDE applications that work with archives (like *archivers/ark*). We would like to thank makc@ for stewarding that update.
* *devel/libphonenumber* has bi-weekly updates to chase the exciting world of telephony details.
-* *graphics/poppler* was updated to version 22.01. This version requires C++17, which pushes a number of consumers to the newer C++ standard as well. Most consumers were fixed in advance.
+* *graphics/poppler* was updated to version 22.01. This version requires C{plus}{plus}17, which pushes a number of consumers to the newer C{plus}{plus} standard as well. Most consumers were fixed in advance.