Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (7499d317f0da995e18dbd207ae12b51fee3d98c9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (7499d317f0da995e18dbd207ae12b51fee3d98c9)
  • Date: Sun, 17 Feb 2013 10:57:00 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

libs/podofo/DETAILS | 4 ++--
libs/podofo/HISTORY | 3 +++
libs/podofo/podofo-0.9.1.tar.gz.sig |binary
lua-forge/lua51/DETAILS | 4 ++--
lua-forge/lua51/HISTORY | 4 ++++
lua-forge/lua51/PRE_BUILD | 4 ++--
lua-forge/lua51/a.out |binary
lua-forge/lua51/lua-5.1.5.tar.gz.sig |binary
lua-forge/lua51/patch-src_Makefile | 16 ++++++++++++++--
9 files changed, 27 insertions(+), 8 deletions(-)

New commits:
commit 6de552cae343bf65002fd4983a1f5115116f9c54
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

podofo: updated to 0.9.1

commit 17132a5786eb62b7d2dc09278cfbc69c5b8bf7fb
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

lua51: updated to 5.1.5

diff --git a/libs/podofo/DETAILS b/libs/podofo/DETAILS
index ac5799b..05a098a 100755
--- a/libs/podofo/DETAILS
+++ b/libs/podofo/DETAILS
@@ -1,8 +1,8 @@
SPELL=podofo
- VERSION=0.9.0
-
SOURCE_HASH=sha512:60c875930c79f3b389f31a6c4d6d72cd7a9383cebc31e3d449809add3eb292278f10a249fcf175fa14b6ccf6424e23293ad2174ba6f828a72c43c9561007aea8
+ VERSION=0.9.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://prdownloads.sourceforge.net/${SPELL}/${SOURCE}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://podofo.sourceforge.net/";
LICENSE[0]="GPL, LGPL"
diff --git a/libs/podofo/HISTORY b/libs/podofo/HISTORY
index db78e15..0fc98ae 100644
--- a/libs/podofo/HISTORY
+++ b/libs/podofo/HISTORY
@@ -1,3 +1,6 @@
+2013-02-16 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.9.1
+
2011-12-17 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: lua -> lua51

diff --git a/libs/podofo/podofo-0.9.1.tar.gz.sig
b/libs/podofo/podofo-0.9.1.tar.gz.sig
new file mode 100644
index 0000000..eba26c5
Binary files /dev/null and b/libs/podofo/podofo-0.9.1.tar.gz.sig differ
diff --git a/lua-forge/lua51/DETAILS b/lua-forge/lua51/DETAILS
index 51da36f..ffcdac4 100755
--- a/lua-forge/lua51/DETAILS
+++ b/lua-forge/lua51/DETAILS
@@ -1,11 +1,11 @@
SPELL=lua51
SPELLX=lua
- VERSION=5.1.4
+ VERSION=5.1.5
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
SOURCE_URL[0]=http://www.lua.org/ftp/$SOURCE
SOURCE_URL[1]=ftp://ftp.tecgraf.puc-rio.br/pub/lua/$SOURCE
-
SOURCE_HASH=sha512:bc542fe8535826ac1e49b03a8f238cf049724b02c14718f8162cfeaf735a5e6c58412ff18dbe7a38e4cc4433f3d1e702554e9b24b5f021634b4280880980f40f
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
WEB_SITE=http://www.lua.org/
ENTERED=20020309
LICENSE[0]=MIT
diff --git a/lua-forge/lua51/HISTORY b/lua-forge/lua51/HISTORY
index 420bcbc..a15ba61 100644
--- a/lua-forge/lua51/HISTORY
+++ b/lua-forge/lua51/HISTORY
@@ -1,3 +1,7 @@
+2013-02-17 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 5.1.5
+ * PRE_BUILD: changed to add the -lm -ldl to LDFLAGS
+
2012-09-29 Sukneet Basuta <sukneet AT sourcemage.org>
* PROVIDES: added since it looks like lua51 will be around
for a while
diff --git a/lua-forge/lua51/PRE_BUILD b/lua-forge/lua51/PRE_BUILD
index bf6c4cc..7400d61 100755
--- a/lua-forge/lua51/PRE_BUILD
+++ b/lua-forge/lua51/PRE_BUILD
@@ -1,7 +1,7 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-patch -p0 < "$SPELL_DIRECTORY/patch-src_Makefile" &&
+patch -p1 < "$SPELL_DIRECTORY/patch-src_Makefile" &&

# build shared object
sed -i "s:liblua.a:liblua.a liblua.so.5.1:" Makefile &&
@@ -18,4 +18,4 @@ fi &&

# use custom compiling/linking flags
sed -i "s:^CFLAGS=.*:CFLAGS=${CFLAGS} \$(MYCFLAGS):" src/Makefile &&
-sed -i "s:MYLDFLAGS=.*:MYLDFLAGS=${LDFLAGS}:" src/Makefile
+sed -i "s:MYLDFLAGS=.*:MYLDFLAGS=${LDFLAGS} -lm -ldl:" src/Makefile
diff --git a/lua-forge/lua51/a.out b/lua-forge/lua51/a.out
new file mode 100755
index 0000000..0a3d0c6
Binary files /dev/null and b/lua-forge/lua51/a.out differ
diff --git a/lua-forge/lua51/lua-5.1.5.tar.gz.sig
b/lua-forge/lua51/lua-5.1.5.tar.gz.sig
new file mode 100644
index 0000000..ec3455a
Binary files /dev/null and b/lua-forge/lua51/lua-5.1.5.tar.gz.sig differ
diff --git a/lua-forge/lua51/patch-src_Makefile
b/lua-forge/lua51/patch-src_Makefile
index 3b491bc..7ecea06 100644
--- a/lua-forge/lua51/patch-src_Makefile
+++ b/lua-forge/lua51/patch-src_Makefile
@@ -1,5 +1,17 @@
---- src/Makefile.orig 2008-01-19 22:37:58.000000000 +0300
-+++ src/Makefile 2008-08-22 19:08:36.560448176 +0400
+diff -ur lua-5.1.5/src/Makefile lua-mod/src/Makefile
+--- lua-5.1.5/src/Makefile 2012-02-13 14:41:22.000000000 -0600
++++ lua-mod/src/Makefile 2013-02-17 10:46:55.269489335 -0600
+@@ -15,8 +15,8 @@
+ LIBS= -lm $(MYLIBS)
+
+ MYCFLAGS=
+-MYLDFLAGS=
+-MYLIBS=
++MYLDFLAGS= -lm -ldl
++MYLIBS= -ldl
+
+ # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE
=========
+
@@ -35,8 +35,10 @@
LUAC_T= luac
LUAC_O= luac.o print.o



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (7499d317f0da995e18dbd207ae12b51fee3d98c9), Robin Cook, 02/17/2013

Archive powered by MHonArc 2.6.24.

Top of Page