Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b397a4084b77c6dd35e3c697ec38bc87a082c418)
  • Date: Thu, 16 Jan 2025 17:15:30 +0000

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

libs/apr/DEPENDS | 1 +
libs/apr/DETAILS | 1 +
libs/apr/HISTORY | 4 ++++
spelling/hunspell/DEPENDS | 1 +
spelling/hunspell/DETAILS | 1 +
spelling/hunspell/HISTORY | 5 +++++
spelling/hunspell/PRE_BUILD | 3 +--
7 files changed, 14 insertions(+), 2 deletions(-)

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

hunspell: Use slibtool

commit 5d76aa110f584c9a8ee384bd15b7a89f5ec9d7da
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

apr: Suppress .la file installation; use slibtool

diff --git a/libs/apr/DEPENDS b/libs/apr/DEPENDS
new file mode 100755
index 0000000..16f5f08
--- /dev/null
+++ b/libs/apr/DEPENDS
@@ -0,0 +1 @@
+depends slibtool LIBTOOL=slibtool-shared
diff --git a/libs/apr/DETAILS b/libs/apr/DETAILS
index 20fb4f4..7616529 100755
--- a/libs/apr/DETAILS
+++ b/libs/apr/DETAILS
@@ -1,5 +1,6 @@
SPELL=apr
VERSION=1.7.4
+ PATCHLEVEL=1
SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
diff --git a/libs/apr/HISTORY b/libs/apr/HISTORY
index d9a8cb1..415f700 100644
--- a/libs/apr/HISTORY
+++ b/libs/apr/HISTORY
@@ -1,3 +1,7 @@
+2025-01-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added slibtool
+ * DETAILS: PATCHLEVEL++
+
2024-07-19 David C. Haley <khoralin AT gmail.com>
* DETAILS: dropped nightly build.
* BUILD, DEPENDS, PRE_BUILD, CONFIGURE: Removed.
diff --git a/spelling/hunspell/DEPENDS b/spelling/hunspell/DEPENDS
index c364f1e..81b4981 100755
--- a/spelling/hunspell/DEPENDS
+++ b/spelling/hunspell/DEPENDS
@@ -1,4 +1,5 @@
depends -sub CXX gcc &&
+depends slibtool LIBTOOL=slibtool-shared &&
optional_depends ncurses \
"--with-ui" \
"--without-ui" \
diff --git a/spelling/hunspell/DETAILS b/spelling/hunspell/DETAILS
index 04dd943..6f86f55 100755
--- a/spelling/hunspell/DETAILS
+++ b/spelling/hunspell/DETAILS
@@ -1,5 +1,6 @@
SPELL=hunspell
VERSION=1.7.2
+ PATCHLEVEL=1

SOURCE_HASH=sha512:d007edc8cb7ff95048361418b088bb062962973247c940aa826c9859a5ef90a9734100bffe7c7ac9a774f2e233605e814efb9e7fd3fc8c4ef4b978e9ec990cba
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/spelling/hunspell/HISTORY b/spelling/hunspell/HISTORY
index 0fd75cf..f6dfbe7 100644
--- a/spelling/hunspell/HISTORY
+++ b/spelling/hunspell/HISTORY
@@ -1,3 +1,8 @@
+2025-01-16 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: removed patch_bundled_libtool
+ * DEPENDS: added slibtool
+ * DETAILS: PATCHLEVEL++
+
2025-01-07 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD: prevent .la files

diff --git a/spelling/hunspell/PRE_BUILD b/spelling/hunspell/PRE_BUILD
index 508e22a..6ff195a 100755
--- a/spelling/hunspell/PRE_BUILD
+++ b/spelling/hunspell/PRE_BUILD
@@ -1,5 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
autoreconf -fis &&
-patch_configure_libtool_override &&
-patch_bundled_libtool
+patch_configure_libtool_override


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b397a4084b77c6dd35e3c697ec38bc87a082c418), Ismael Luceno, 01/16/2025

Archive powered by MHonArc 2.6.24.

Top of Page