Revision: 7824
          http://sourceforge.net/p/ipcop/svn/7824
Author:   owes
Date:     2015-01-27 07:22:08 +0000 (Tue, 27 Jan 2015)
Log Message:
-----------
Update lzo to 2.08

Modified Paths:
--------------
    ipcop/trunk/lfs/lzo
    ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0
    ipcop/trunk/updates/2.2.0/information.xml

Added Paths:
-----------
    ipcop/trunk/src/patches/lzo-2.08_configure.patch

Removed Paths:
-------------
    ipcop/trunk/src/patches/lzo-2.06_configure.patch

Modified: ipcop/trunk/lfs/lzo
===================================================================
--- ipcop/trunk/lfs/lzo 2015-01-26 20:44:16 UTC (rev 7823)
+++ ipcop/trunk/lfs/lzo 2015-01-27 07:22:08 UTC (rev 7824)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = lzo
-VER        = 2.06
+VER        = 2.08
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -53,7 +53,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 95380bd4081f85ef08c5209f4107e9f8
+$(DL_FILE)_MD5 = fcec64c26a0f4f4901468f360029678f
 
 install : $(TARGET)
 
@@ -85,11 +85,7 @@
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/$(THISAPP)_configure.patch
 
-       # clock_getcpuclockid clock_getres clock_gettime tests are broken, and 
not used or if (0)
-       cd $(DIR_APP) && sed -i 's/clock_getcpuclockid clock_getres 
clock_gettime//' configure
-       # alloca detection is broken, workaround that
-       cd $(DIR_APP) && ac_cv_func_alloca=yes \
-                               ./configure \
+       cd $(DIR_APP) && ./configure \
                                        --prefix=/usr \
                                        --enable-shared \
                                        --disable-static

Deleted: ipcop/trunk/src/patches/lzo-2.06_configure.patch
===================================================================
--- ipcop/trunk/src/patches/lzo-2.06_configure.patch    2015-01-26 20:44:16 UTC 
(rev 7823)
+++ ipcop/trunk/src/patches/lzo-2.06_configure.patch    2015-01-27 07:22:08 UTC 
(rev 7824)
@@ -1,25 +0,0 @@
-Fedora borrowed
-diff -Naur lzo-2.06/configure lzo-2.06.configure/configure
---- lzo-2.06/configure 2011-08-12 21:32:59.000000000 +0530
-+++ lzo-2.06.configure/configure       2011-09-14 12:33:41.151087816 +0530
-@@ -12964,7 +12964,7 @@
- asm_msg_amd64=no
- asm_msg_i386=no
- 
--case "$host_cpu-$ac_cv_sizeof_void_p" in
-+case "$target_cpu-$ac_cv_sizeof_void_p" in
-     amd64-8 | x86_64-8) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64"; 
asm_mode="amd64_src_gas_elf64" ;;
-     i?86-4) asm_arch="i386"; asm_dir="asm/i386/src_gas"; 
asm_mode="i386_src_gas" ;;
-     *) enable_asm=no ;;
-diff -Naur lzo-2.06/configure.ac lzo-2.06.configure/configure.ac
---- lzo-2.06/configure.ac      2011-08-12 21:32:59.000000000 +0530
-+++ lzo-2.06.configure/configure.ac    2011-09-14 12:33:31.851087334 +0530
-@@ -123,7 +123,7 @@
- asm_msg_amd64=no
- asm_msg_i386=no
- 
--case "$host_cpu-$ac_cv_sizeof_void_p" in
-+case "$target_cpu-$ac_cv_sizeof_void_p" in
-     amd64-8 | x86_64-8) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64"; 
asm_mode="amd64_src_gas_elf64" ;;
-     i?86-4) asm_arch="i386"; asm_dir="asm/i386/src_gas"; 
asm_mode="i386_src_gas" ;;
-     *) enable_asm=no ;;

Copied: ipcop/trunk/src/patches/lzo-2.08_configure.patch (from rev 7823, 
ipcop/trunk/src/patches/lzo-2.06_configure.patch)
===================================================================
--- ipcop/trunk/src/patches/lzo-2.08_configure.patch                            
(rev 0)
+++ ipcop/trunk/src/patches/lzo-2.08_configure.patch    2015-01-27 07:22:08 UTC 
(rev 7824)
@@ -0,0 +1,25 @@
+Fedora borrowed
+diff -Naur lzo-2.06/configure lzo-2.06.configure/configure
+--- lzo-2.06/configure 2011-08-12 21:32:59.000000000 +0530
++++ lzo-2.06.configure/configure       2011-09-14 12:33:41.151087816 +0530
+@@ -12964,7 +12964,7 @@
+ asm_msg_amd64=no
+ asm_msg_i386=no
+ 
+-case "$host_cpu-$ac_cv_sizeof_void_p" in
++case "$target_cpu-$ac_cv_sizeof_void_p" in
+     amd64-8 | x86_64-8) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64"; 
asm_mode="amd64_src_gas_elf64" ;;
+     i?86-4) asm_arch="i386"; asm_dir="asm/i386/src_gas"; 
asm_mode="i386_src_gas" ;;
+     *) enable_asm=no ;;
+diff -Naur lzo-2.06/configure.ac lzo-2.06.configure/configure.ac
+--- lzo-2.06/configure.ac      2011-08-12 21:32:59.000000000 +0530
++++ lzo-2.06.configure/configure.ac    2011-09-14 12:33:31.851087334 +0530
+@@ -123,7 +123,7 @@
+ asm_msg_amd64=no
+ asm_msg_i386=no
+ 
+-case "$host_cpu-$ac_cv_sizeof_void_p" in
++case "$target_cpu-$ac_cv_sizeof_void_p" in
+     amd64-8 | x86_64-8) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64"; 
asm_mode="amd64_src_gas_elf64" ;;
+     i?86-4) asm_arch="i386"; asm_dir="asm/i386/src_gas"; 
asm_mode="i386_src_gas" ;;
+     *) enable_asm=no ;;

Modified: ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0
===================================================================
--- ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0      2015-01-26 20:44:16 UTC 
(rev 7823)
+++ ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0      2015-01-27 07:22:08 UTC 
(rev 7824)
@@ -21,6 +21,10 @@
 /usr/lib/libltdl.so.7
 /usr/lib/libltdl.so.7.3.1
 ##
+## lzo-2.08
+/usr/lib/liblzo2.so.2
+/usr/lib/liblzo2.so.2.0.0
+##
 ## xz-5.2.0
 /usr/bin/xz
 /usr/lib/liblzma.so.5.2.0

Modified: ipcop/trunk/updates/2.2.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.2.0/information.xml   2015-01-26 20:44:16 UTC (rev 
7823)
+++ ipcop/trunk/updates/2.2.0/information.xml   2015-01-27 07:22:08 UTC (rev 
7824)
@@ -6,7 +6,7 @@
         <isoimages>no</isoimages>
         <description>
         Upgrade ethtool to 3.18, glib to 2.42.1,
-        libffi to 3.2.1, libtool to 2.4.5,
+        libffi to 3.2.1, libtool to 2.4.5, lzo to 2.08,
         xz to 5.2.0.
         </description>
         <previousversion>2.1.8</previousversion>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to