Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c4124182aab3d924106671dcd6f4179efc578e91)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c4124182aab3d924106671dcd6f4179efc578e91)
  • Date: Sat, 14 Aug 2010 01:52:29 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/ipsec-tools/BUILD | 3 ++-
net/ipsec-tools/DETAILS | 1 +
net/ipsec-tools/HISTORY | 10 +++++++---
3 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit c4124182aab3d924106671dcd6f4179efc578e91
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ipsec-tools: build shared libraries

commit 2704b628aafe887891c6027b5eebcf3c01c2711b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "ipsec-tools: fixed compilation with GCC 4.4"

This reverts commit 630303cf37b46b50f7778d2c65155ed711741746.

missed the previous commit by myself...

diff --git a/net/ipsec-tools/BUILD b/net/ipsec-tools/BUILD
index 59b150f..147f5f1 100755
--- a/net/ipsec-tools/BUILD
+++ b/net/ipsec-tools/BUILD
@@ -1,7 +1,8 @@
-OPTS="--with-kernel-headers=/usr/include \
+OPTS="--with-kernel-headers=$TRACK_ROOT/usr/include \
--enable-shared \
$OPTS" &&

+# fixes compilation with GCC 4.4
CFLAGS="-fno-strict-aliasing $CFLAGS" &&

default_build
diff --git a/net/ipsec-tools/DETAILS b/net/ipsec-tools/DETAILS
index afe8132..02c61a1 100755
--- a/net/ipsec-tools/DETAILS
+++ b/net/ipsec-tools/DETAILS
@@ -1,6 +1,7 @@
SPELL=ipsec-tools
VERSION=0.7.3
SECURITY_PATCH=1
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/net/ipsec-tools/HISTORY b/net/ipsec-tools/HISTORY
index 516f5dd..5f9ebed 100644
--- a/net/ipsec-tools/HISTORY
+++ b/net/ipsec-tools/HISTORY
@@ -1,6 +1,10 @@
-2010-08-13 Vlad Glagolev <stealth AT sourcemage.org>
- * BUILD: removed deprecated hacks; fixed compilation with gcc 4.4;
- build shared libraries
+2010-08-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: build shared libraries
+ * DETAILS: PATCHLEVEL=1
+
+2010-07-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: use $TRACK_ROOT; OPTS moved to the end; removed deprecated
+ hacks; fixed compilation with GCC 4.4

2010-01-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.7.3, quoting paths



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c4124182aab3d924106671dcd6f4179efc578e91), Vlad Glagolev, 08/14/2010

Archive powered by MHonArc 2.6.24.

Top of Page