Skip to Content.
Sympa Menu

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

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 (6574b2ac03112f00c1da9eb3a0c2b1e3e0463065)
  • Date: Sun, 17 Jan 2021 01:10:50 +0000

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

graphics/autotrace/BUILD | 2 ++
graphics/autotrace/DETAILS | 1 +
graphics/autotrace/HISTORY | 5 +++++
graphics/autotrace/PRE_BUILD | 4 +++-
4 files changed, 11 insertions(+), 1 deletion(-)

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

autotrace: PATCHLEVEL++

commit 9d05ed9d2ecd392176498dea3b6d1e269dae35fc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

autotrace: Disable building the static library

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

autotrace: Disable installation of .la files

diff --git a/graphics/autotrace/BUILD b/graphics/autotrace/BUILD
new file mode 100755
index 0000000..448e746
--- /dev/null
+++ b/graphics/autotrace/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' --disable-static' &&
+default_build
diff --git a/graphics/autotrace/DETAILS b/graphics/autotrace/DETAILS
index 0a7e2ca..58a9ff9 100755
--- a/graphics/autotrace/DETAILS
+++ b/graphics/autotrace/DETAILS
@@ -1,5 +1,6 @@
SPELL=autotrace
VERSION=0.31.1
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
diff --git a/graphics/autotrace/HISTORY b/graphics/autotrace/HISTORY
index 08e9679..cd3b325 100644
--- a/graphics/autotrace/HISTORY
+++ b/graphics/autotrace/HISTORY
@@ -1,3 +1,8 @@
+2021-01-16 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * BUILD: disabled building static library
+ * DETAILS: PATCHLEVEL++
+
2019-05-31 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: Fixed build against musl

diff --git a/graphics/autotrace/PRE_BUILD b/graphics/autotrace/PRE_BUILD
index b155085..11e0b5c 100755
--- a/graphics/autotrace/PRE_BUILD
+++ b/graphics/autotrace/PRE_BUILD
@@ -2,4 +2,6 @@ default_pre_build &&
cd $SOURCE_DIRECTORY &&
patch -p1 < $SCRIPT_DIRECTORY/bug140588-as-needed.patch &&
patch -p0 < $SCRIPT_DIRECTORY/autotrace-0.31.1-libpng15.patch &&
-sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub &&
+# disable instalation of libtool pseudo-libraries
+sedit '/^[\t ]*[$]\(show\|run eval\) "[$]install_prog [$]instname /d'
ltmain.sh



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

Archive powered by MHonArc 2.6.24.

Top of Page