Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (ce5ab589a1a77b0e4bea5e802692f5750f7c39e0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <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 Treeve Jelbert (ce5ab589a1a77b0e4bea5e802692f5750f7c39e0)
  • Date: Mon, 6 Jan 2025 20:31:37 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

audio-libs/faac/HISTORY | 3 +++
audio-libs/faac/PRE_BUILD | 4 +++-
disk/f2fs-tools/HISTORY | 3 +++
disk/f2fs-tools/PRE_BUILD | 4 +++-
graphics-libs/freetype2/HISTORY | 3 +++
graphics-libs/freetype2/PRE_BUILD | 4 ++++
libs/ell/HISTORY | 3 +++
libs/ell/PRE_BUILD | 4 +++-
libs/expat/HISTORY | 3 +++
libs/expat/PRE_BUILD | 4 ++++
openprinting/cpdb-libs/HISTORY | 3 +++
openprinting/cpdb-libs/PRE_BUILD | 4 +++-
12 files changed, 38 insertions(+), 4 deletions(-)

New commits:
commit ce5ab589a1a77b0e4bea5e802692f5750f7c39e0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cpdb-libs - prevent .la files

commit 015be6bbd53674afac5a15e6008eb097250e6b7d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

faac - prevent .la files

commit cc4c7b4e2b6396c8c8067d14a855a21ca6f61c0b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

freetype2 - prevent .la files

commit da9f0f4f5cc61f91a295a1a646c0c8a2c0062ed3
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

f2fs-tools - prevent .la files

commit d990d359117b0391158645b63b8b2ce9514571f1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

expat - prevent .la files

commit 43ca9e7c367bba746d34b40309b46f2394639964
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ell - prevent .la files

diff --git a/audio-libs/faac/HISTORY b/audio-libs/faac/HISTORY
index bc12d1e..b5cc502 100644
--- a/audio-libs/faac/HISTORY
+++ b/audio-libs/faac/HISTORY
@@ -1,3 +1,6 @@
+2025-01-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: prevent .la files
+
2020-04-18 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS, PRE_BUILD, DETAILS: version 1.30, SECURITY_PATCH++, fixes
CVE-2018-19886
diff --git a/audio-libs/faac/PRE_BUILD b/audio-libs/faac/PRE_BUILD
index 2c7959e..e7a070f 100755
--- a/audio-libs/faac/PRE_BUILD
+++ b/audio-libs/faac/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-autoreconf -fi
+autoreconf -fi --symlink &&
+patch_configure_libtool_override &&
+patch_bundled_libtool
diff --git a/disk/f2fs-tools/HISTORY b/disk/f2fs-tools/HISTORY
index d6063f3..aba38df 100644
--- a/disk/f2fs-tools/HISTORY
+++ b/disk/f2fs-tools/HISTORY
@@ -1,3 +1,6 @@
+2025-01-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: prevent .la files
+
2024-03-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.16.0
* patches/lz4.patch: deleted
diff --git a/disk/f2fs-tools/PRE_BUILD b/disk/f2fs-tools/PRE_BUILD
index 2a8d9ef..8c6525f 100755
--- a/disk/f2fs-tools/PRE_BUILD
+++ b/disk/f2fs-tools/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
apply_patch_dir patches &&
- autoreconf -f -i --symlink
+ autoreconf -f -i --symlink &&
+patch_configure_libtool_override &&
+patch_bundled_libtool
diff --git a/graphics-libs/freetype2/HISTORY b/graphics-libs/freetype2/HISTORY
index cb355e8..8f1a238 100644
--- a/graphics-libs/freetype2/HISTORY
+++ b/graphics-libs/freetype2/HISTORY
@@ -1,3 +1,6 @@
+2025-01-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: added, prevent .la files
+
2024-08-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.13.3

diff --git a/graphics-libs/freetype2/PRE_BUILD
b/graphics-libs/freetype2/PRE_BUILD
new file mode 100755
index 0000000..a51552b
--- /dev/null
+++ b/graphics-libs/freetype2/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+patch_configure_libtool_override builds/unix/configure &&
+patch_bundled_libtool builds/unix/ltmain.sh
diff --git a/libs/ell/HISTORY b/libs/ell/HISTORY
index 2082f92..470fba5 100644
--- a/libs/ell/HISTORY
+++ b/libs/ell/HISTORY
@@ -1,3 +1,6 @@
+2024-11-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: prevent .la files
+
2024-11-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.71

diff --git a/libs/ell/PRE_BUILD b/libs/ell/PRE_BUILD
index a88f80e..6fdbca6 100755
--- a/libs/ell/PRE_BUILD
+++ b/libs/ell/PRE_BUILD
@@ -14,4 +14,6 @@ unpack_file '' &&
message "${MESSAGE_COLOR}Removing temporary
${SOURCE_CACHE}/${SOURCE}...${DEFAULT_COLOR}" &&
rm "${SOURCE_CACHE}/${SOURCE}" &&

-cd "${SOURCE_DIRECTORY}"
+cd "${SOURCE_DIRECTORY}" &&
+patch_configure_libtool_override &&
+patch_bundled_libtool
diff --git a/libs/expat/HISTORY b/libs/expat/HISTORY
index 16a9dfa..04976a7 100644
--- a/libs/expat/HISTORY
+++ b/libs/expat/HISTORY
@@ -1,3 +1,6 @@
+2025-01-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: added, prevent .la files
+
2024-11-08 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.6.4, SECURITY_PATCH++, (CVE-2024-50602)

diff --git a/libs/expat/PRE_BUILD b/libs/expat/PRE_BUILD
new file mode 100755
index 0000000..eb9f6f9
--- /dev/null
+++ b/libs/expat/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+patch_configure_libtool_override &&
+patch_bundled_libtool conftools/ltmain.sh
diff --git a/openprinting/cpdb-libs/HISTORY b/openprinting/cpdb-libs/HISTORY
index 3666714..de787d1 100644
--- a/openprinting/cpdb-libs/HISTORY
+++ b/openprinting/cpdb-libs/HISTORY
@@ -1,3 +1,6 @@
+2024-01-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: added, prevent .la files
+
2020-05-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.0
spell created
diff --git a/openprinting/cpdb-libs/PRE_BUILD
b/openprinting/cpdb-libs/PRE_BUILD
index c51d7b2..fd70f8d 100755
--- a/openprinting/cpdb-libs/PRE_BUILD
+++ b/openprinting/cpdb-libs/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-autoreconf -f -i --symlink
+autoreconf -f -i --symlink &&
+patch_configure_libtool_override &&
+patch_bundled_libtool


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (ce5ab589a1a77b0e4bea5e802692f5750f7c39e0), Treeve Jelbert, 01/06/2025

Archive powered by MHonArc 2.6.24.

Top of Page