Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4f51ec7e6303451567f8c751f998b7f1d9000039)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4f51ec7e6303451567f8c751f998b7f1d9000039)
  • Date: Mon, 7 Mar 2016 02:00:24 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

latex/texlive/BUILD | 1 +
latex/texlive/DETAILS | 2 +-
latex/texlive/HISTORY | 2 ++
3 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 4f51ec7e6303451567f8c751f998b7f1d9000039
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

texlive: install shared libs

diff --git a/latex/texlive/BUILD b/latex/texlive/BUILD
index 25612aa..30a9295 100755
--- a/latex/texlive/BUILD
+++ b/latex/texlive/BUILD
@@ -18,6 +18,7 @@ cd "$COMPILE_DIRECTORY" &&
--disable-multiplatform \
--without-x \
--disable-native-texlive-build \
+ --disable-static --enable-shared \
--with-banner-add="/Source Mage GNU/Linux" \
$OPTS &&
make_single &&
diff --git a/latex/texlive/DETAILS b/latex/texlive/DETAILS
index 96d3c99..cea06ff 100755
--- a/latex/texlive/DETAILS
+++ b/latex/texlive/DETAILS
@@ -1,6 +1,6 @@
SPELL=texlive
VERSION=20150521
- PATCHLEVEL=1
+ PATCHLEVEL=2
SOURCE="${SPELL}-${VERSION}-source.tar.xz"

SOURCE_URL[0]=ftp://tug.org/historic/systems/texlive/${VERSION:0:4}/${SOURCE}

SOURCE_HASH=sha512:9d06bb88c489715787ce619c4c6b5e2d4251e1db8d48ae7fe2d1a253634c76bc6d7282ef9c93c77847845cae01eafb58dfb37ba3fb83a6d223f0d7fe8f5d3855
diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index 68fafaf..42c0832 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -3,6 +3,8 @@
as the latter is no more with current texlive-texmf.
Also work around wandering kpathsea/c-auto.h, which others need.
* DETAILS: PATCHLEVEL++
+ * BUILD: install shared libs, to fix stupid users like evince;
+ static libs disabled since TeX stuff is so intertangled anyway

2016-02-28 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: updated spell to
20150521



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4f51ec7e6303451567f8c751f998b7f1d9000039), Thomas Orgis, 03/06/2016

Archive powered by MHonArc 2.6.24.

Top of Page