[SM-Commit] GIT changes to master grimoire by Julien ROZO (e5ae6b7fcc120a63aa004e1ba408f21cf5467c59)

Julien ROZO scm at sourcemage.org
Tue Sep 6 04:52:20 EDT 2011


GIT changes to master grimoire by Julien ROZO <julien at rozo.org>:

 archive/dar/BUILD   |    5 +++--
 archive/dar/DEPENDS |    1 +
 archive/dar/DETAILS |    4 ++--
 archive/dar/HISTORY |    6 ++++++
 4 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit e5ae6b7fcc120a63aa004e1ba408f21cf5467c59
Author: Julien ROZO <julien at rozo.org>
Commit: Julien ROZO <julien at rozo.org>

    dar: updated version to 2.4.2
    added lzo compression as optional dependency
    fixed a little compilation issue if infinint integer mode is selected

diff --git a/archive/dar/BUILD b/archive/dar/BUILD
index d89d51a..8ba63e0 100755
--- a/archive/dar/BUILD
+++ b/archive/dar/BUILD
@@ -1,6 +1,7 @@
 if [ $ENABLEMODE = "32" ]; then
    OPTS="$OPTS --enable-mode=32"
-else
-   [ $ENABLEMODE = "64" ] && OPTS="$OPTS --enable-mode=64"
+else if [ $ENABLEMODE = "64" ]; then
+       OPTS="$OPTS --enable-mode=64"
+     fi
 fi                  &&
 default_build
diff --git a/archive/dar/DEPENDS b/archive/dar/DEPENDS
index 58bab3b..0b40b81 100755
--- a/archive/dar/DEPENDS
+++ b/archive/dar/DEPENDS
@@ -2,6 +2,7 @@ depends -sub CXX gcc &&
 
 optional_depends zlib "" "--disable-libz-linking" "for gzip compression" &&
 optional_depends bzip2 "" "--disable-libbz2-linking" "for bzip2 compression" &&
+optional_depends lzo "" "--disable-liblzo2-linking" "for lzo compression" &&
 optional_depends openssl "" "--disable-libcrypto-linking" "for strong encrytion" &&
 optional_depends upx "" "--disable-upx" "to compress dar's executables" &&
 optional_depends doxygen "" "--disable-build-html" "to build libdar's html documentation"
diff --git a/archive/dar/DETAILS b/archive/dar/DETAILS
index b291c0f..dd94472 100755
--- a/archive/dar/DETAILS
+++ b/archive/dar/DETAILS
@@ -1,6 +1,6 @@
            SPELL=dar
-         VERSION=2.3.8
-     SOURCE_HASH=sha512:7815e587898973b6360a788c1851d6c66617bbc88f615f0575a39e737486218b11c44662332e24305a40e2f4dd33794c3aa77691a27c25c0ec50043cc4fc3a18
+         VERSION=2.4.2
+     SOURCE_HASH=sha512:9c5c1dd7b562571744f3ebdf13d951053b9122679b9f82b5c424d6978cc45993d23304fb79a044063e3d711a4db46c804873cc3d92702c542fbe804d246cb896
           SOURCE=$SPELL-$VERSION.tar.gz
    SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/archive/dar/HISTORY b/archive/dar/HISTORY
index 3679d15..baa4283 100644
--- a/archive/dar/HISTORY
+++ b/archive/dar/HISTORY
@@ -1,3 +1,9 @@
+2011-09-06 Julien "_kaze_" ROZO <julien at rozo.org>
+	* DETAILS: updated version to 2.4.2
+	* DEPENDS: added lzo compression as optional
+	* BUILD: fixed a little compilation issue if infinint integer mode
+	  is selected
+
 2011-07-30 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* DEPENDS: changed dependency on g++ to dependency on gcc with
 	  sub-depends on CXX (scripted)


More information about the SM-Commit mailing list