Skip to Content.
Sympa Menu

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

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 (6eb6a5a337864a582f003364caaad6be07b8ebbe)
  • Date: Fri, 18 Jan 2013 13:54:22 -0600

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

ChangeLog | 3 +++
crypto/polarssl/BUILD | 3 ++-
crypto/polarssl/DEPENDS | 2 ++
crypto/polarssl/DETAILS | 4 ++--
crypto/polarssl/HISTORY | 5 +++++
crypto/polarssl/INSTALL | 3 ---
crypto/polarssl/PRE_BUILD | 6 ------
gnu.gpg |binary
libs/gettext/BUILD | 18 +++---------------
libs/gettext/DETAILS | 3 +--
libs/gettext/HISTORY | 5 +++++
libs/gettext/PRE_BUILD | 4 ----
12 files changed, 23 insertions(+), 33 deletions(-)

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

gettext: => 0.18.2

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

ChangeLog - add key for Daiki Ueno

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

polarssl: => 1.2.3

diff --git a/ChangeLog b/ChangeLog
index a8f69f6..2435061 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* archive/burp: new spell, network backup and restore program
* accounts, groups: added account data for burp

+2013-01-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * gnu.gpg: add key A1534B85 "Daiki Ueno <ueno AT unixuser.org>"
+
2013-01-16 Ladislav Hagara <hgr AT vabo.cz>
* video/v4l2ucp: new spell, universal control panel for V4L2 devices

diff --git a/crypto/polarssl/BUILD b/crypto/polarssl/BUILD
index 8f58e6d..80aaeaf 100755
--- a/crypto/polarssl/BUILD
+++ b/crypto/polarssl/BUILD
@@ -1 +1,2 @@
-make
+OPTS+=" -DUSE_SHARED_POLARSSL_LIBRARY=1"
+cmake_build
diff --git a/crypto/polarssl/DEPENDS b/crypto/polarssl/DEPENDS
new file mode 100755
index 0000000..2a0f37c
--- /dev/null
+++ b/crypto/polarssl/DEPENDS
@@ -0,0 +1,2 @@
+depends cmake &&
+optional_depends zlib '-DENABLE_ZLIB_SUPPORT=1' '' 'zlib support'
diff --git a/crypto/polarssl/DETAILS b/crypto/polarssl/DETAILS
index d10cc02..78da2c9 100755
--- a/crypto/polarssl/DETAILS
+++ b/crypto/polarssl/DETAILS
@@ -1,8 +1,8 @@
SPELL=polarssl
- VERSION=1.1.1
+ VERSION=1.2.3
+
SOURCE_HASH=sha512:917c27ba312acfd4418ccd9f0259f7fbca96248a8865c3b329134c3a9f26ef2cba5e0dac9c4f6fc95583f94ea77acde255f2d4f1913f165bb859e1153b09aab8
SOURCE=$SPELL-$VERSION-gpl.tgz
SOURCE_URL[0]=http://polarssl.org/code/releases/$SOURCE
-
SOURCE_HASH=sha512:832cde2a103d9a97b8238bd2c41afa779543c5d50cc3cf6a4fa69bf382a3c4341b00980e04eb96346080137bbf266d82e8ae602ea68bbd3cac528cb1a5252ff1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://polarssl.org/
LICENSE[0]=GPL
diff --git a/crypto/polarssl/HISTORY b/crypto/polarssl/HISTORY
index e78331a..255d523 100644
--- a/crypto/polarssl/HISTORY
+++ b/crypto/polarssl/HISTORY
@@ -1,3 +1,8 @@
+2013-01-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.3
+ * BUILD, DEPENDS: use cmake, zlib
+ * INSTALL, PRE_BUILD: deleted
+
2012-01-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.1.1
* INSTALL: added
diff --git a/crypto/polarssl/INSTALL b/crypto/polarssl/INSTALL
deleted file mode 100755
index fc2fc6d..0000000
--- a/crypto/polarssl/INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-default_install &&
-
-ln -sfn $INSTALL_ROOT/usr/lib/libpolarssl.so
$INSTALL_ROOT/usr/lib/libpolarssl.so.0
diff --git a/crypto/polarssl/PRE_BUILD b/crypto/polarssl/PRE_BUILD
deleted file mode 100755
index d16f366..0000000
--- a/crypto/polarssl/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-sed -i "s:DESTDIR=/usr/local:DESTDIR=$INSTALL_ROOT/usr:" Makefile &&
-sed -i "s:# CFLAGS += -fPIC:CFLAGS += -fPIC:" library/Makefile &&
-sed -i "s/all: static/all: static shared/" library/Makefile
diff --git a/gnu.gpg b/gnu.gpg
index a0450f4..a8870b8 100644
Binary files a/gnu.gpg and b/gnu.gpg differ
diff --git a/libs/gettext/BUILD b/libs/gettext/BUILD
index fcdbecd..9918937 100755
--- a/libs/gettext/BUILD
+++ b/libs/gettext/BUILD
@@ -5,20 +5,10 @@ OPTS="--enable-threads=posix $OPTS" &&

# never rely on external glib2
OPTS="--with-included-glib $OPTS" &&
+# use this version of getext
+OPTS+=" --with-included-gettext" &&

-make_single &&
-
-./configure --build=$BUILD \
- --host=$HOST \
- --prefix=${TRACK_ROOT}/usr \
- --sysconfdir=${TRACK_ROOT}/etc \
- --infodir=${TRACK_ROOT}/usr/share/info \
- --mandir=${TRACK_ROOT}/usr/share/man \
- --with-included-gettext \
- --includedir=${TRACK_ROOT}/usr/local/include \
- $OPTS &&
-
-make &&
+default_build &&

if is_depends_enabled $SPELL tetex; then
cd gettext-tools/doc &&
@@ -28,8 +18,6 @@ if is_depends_enabled $SPELL tetex; then
cd -
fi &&

-make_normal &&
-
#
# Remove libintl.h from old log files
#
diff --git a/libs/gettext/DETAILS b/libs/gettext/DETAILS
index 4a8bee0..1a6bf45 100755
--- a/libs/gettext/DETAILS
+++ b/libs/gettext/DETAILS
@@ -1,6 +1,5 @@
SPELL=gettext
- VERSION=0.18.1.1
- PATCHLEVEL=1
+ VERSION=0.18.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index 5f9b20f..5a87381 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,3 +1,8 @@
+2013-01-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.18.2
+ * BUILD: cleanup and simplify
+ * PRE_BUILD: deleted , builds ok with glibc-2.17
+.
2012-10-08 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: added, to fix build with glibc 2.16

diff --git a/libs/gettext/PRE_BUILD b/libs/gettext/PRE_BUILD
deleted file mode 100755
index 32353b6..0000000
--- a/libs/gettext/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-sed -i -e '/gets is a/d' gettext-*/*/stdio.in.h



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6eb6a5a337864a582f003364caaad6be07b8ebbe), Treeve Jelbert, 01/18/2013

Archive powered by MHonArc 2.6.24.

Top of Page