Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8c0d4b05fb47a93f0bdf1a0908ae4a9c925a8bb4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8c0d4b05fb47a93f0bdf1a0908ae4a9c925a8bb4)
  • Date: Tue, 15 Mar 2022 23:30:38 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

editors/libreoffice/DEPENDS | 2 +-
editors/libreoffice/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 8c0d4b05fb47a93f0bdf1a0908ae4a9c925a8bb4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libreoffice: Fix typo in boost subdep

diff --git a/editors/libreoffice/DEPENDS b/editors/libreoffice/DEPENDS
index e071fbd..47f399b 100755
--- a/editors/libreoffice/DEPENDS
+++ b/editors/libreoffice/DEPENDS
@@ -5,7 +5,7 @@ case "$HOST" in
esac &&
# FIXME clang dep required for branch 7.3; remove on update
depends -sub CLANG llvm 'CXX=clang++ CC=clang' &&
-depends -sub 'DATETIME FILESYSTEM IOSTREAMS LOCALE' boost &&
+depends -sub 'DATE_TIME FILESYSTEM IOSTREAMS LOCALE' boost &&
depends JPEG &&
depends abseil-cpp &&
depends apr &&
diff --git a/editors/libreoffice/HISTORY b/editors/libreoffice/HISTORY
index f9ce149..a2365e9 100644
--- a/editors/libreoffice/HISTORY
+++ b/editors/libreoffice/HISTORY
@@ -1,2 +1,5 @@
+2022-03-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: fixed typo in boost subdep
+
2022-01-31 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS, PRE_BUILD: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8c0d4b05fb47a93f0bdf1a0908ae4a9c925a8bb4), Ismael Luceno, 03/15/2022

Archive powered by MHonArc 2.6.24.

Top of Page