Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4511a6d8a03911d35d3834ec0340559834539bf9)
  • Date: Sat, 16 Dec 2017 19:53:52 +0000

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

libs/libtomcrypt/BUILD | 2 +-
libs/libtomcrypt/DETAILS | 11 ++++++-----
libs/libtomcrypt/HISTORY | 5 +++++
libs/libtomcrypt/INSTALL | 2 +-
libs/libtomcrypt/PRE_BUILD | 3 +++
5 files changed, 16 insertions(+), 7 deletions(-)

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

libtomcrypt: => 1.18.0

diff --git a/libs/libtomcrypt/BUILD b/libs/libtomcrypt/BUILD
index f238601..2f88b47 100755
--- a/libs/libtomcrypt/BUILD
+++ b/libs/libtomcrypt/BUILD
@@ -1,4 +1,4 @@
-make
+make -f makefile.shared &&
if is_depends_enabled $SPELL texlive; then
make docs
fi
diff --git a/libs/libtomcrypt/DETAILS b/libs/libtomcrypt/DETAILS
index 9898714..9241ab8 100755
--- a/libs/libtomcrypt/DETAILS
+++ b/libs/libtomcrypt/DETAILS
@@ -1,10 +1,11 @@
SPELL=libtomcrypt
- VERSION=1.17
- SOURCE="$SPELL-$VERSION.tar.bz2"
-
SOURCE_URL[0]=https://github.com/libtom/$SPELL/releases/download/$VERSION/crypt-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:9335df5ae0a2c8e33e8f03ced0cfb0a8d1ac4bccd007b74818228c3b8b232446b4425356f304a08320b75542a537a46b305b92c3011dee76dfd636497bf57af2
+ SPELLX=crypt
+ VERSION=1.18.0
+
SOURCE_HASH=sha512:ec04ad8be6be3f462de1f67bd6556ddaddb6598ab406c85aa2c3a0db862adba6a43e5eb9bc5227a5574e3db8719bc64129e4e12688f3543b421b04818fe6a262
+ SOURCE="$SPELLX-$VERSION.tar.xz"
+
SOURCE_URL[0]=https://github.com/libtom/$SPELL/releases/download/v$VERSION/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE="http://www.libtom.net/";
+ WEB_SITE="https://www.libtom.net/";
LICENSE[0]="WTFPL"
ENTERED=20150212
KEYWORDS=""
diff --git a/libs/libtomcrypt/HISTORY b/libs/libtomcrypt/HISTORY
index c446cbd..68f57d2 100644
--- a/libs/libtomcrypt/HISTORY
+++ b/libs/libtomcrypt/HISTORY
@@ -1,3 +1,8 @@
+2017-12-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.18.0
+ * BUILD INSTALL: make shared library
+ * PRE_BUILD: added
+
2017-09-06 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
* DEPENDS, BUILD, INSTALL: Added texlive dependency (for building doc)
diff --git a/libs/libtomcrypt/INSTALL b/libs/libtomcrypt/INSTALL
index 8b8f583..f0f78bf 100755
--- a/libs/libtomcrypt/INSTALL
+++ b/libs/libtomcrypt/INSTALL
@@ -1 +1 @@
-make $OPTS install
+make $OPTS -f makefile.shared install
diff --git a/libs/libtomcrypt/PRE_BUILD b/libs/libtomcrypt/PRE_BUILD
new file mode 100755
index 0000000..b0c868f
--- /dev/null
+++ b/libs/libtomcrypt/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i 's|/local||' makefile_include.mk



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4511a6d8a03911d35d3834ec0340559834539bf9), Treeve Jelbert, 12/16/2017

Archive powered by MHonArc 2.6.24.

Top of Page