Revision: 7951
          http://sourceforge.net/p/ipcop/svn/7951
Author:   owes
Date:     2015-03-23 09:33:54 +0000 (Mon, 23 Mar 2015)
Log Message:
-----------
Revert libusb update to make installer work again.

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

Modified: ipcop/trunk/lfs/libusb
===================================================================
--- ipcop/trunk/lfs/libusb      2015-03-23 07:20:36 UTC (rev 7950)
+++ ipcop/trunk/lfs/libusb      2015-03-23 09:33:54 UTC (rev 7951)
@@ -33,7 +33,8 @@
 include Config
 
 PKG_NAME   = libusb
-VER        = 1.0.19
+# Newer libusb versions (1.0.18 and 1.0.19) give us problems during install
+VER        = 1.0.9
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -57,7 +58,7 @@
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 $(COMPAT_FILE) = $(DL_FROM)/$(COMPAT_FILE)
 
-$(DL_FILE)_MD5 = f9e2bb5879968467e5ca756cb4e1fa7e
+$(DL_FILE)_MD5 = 7f5a02375ad960d4e33a6dae7d63cfcb
 $(COMPAT_FILE)_MD5 = 2780b6a758a1e2c2943bdbf7faf740e4
 
 install : $(TARGET)
@@ -87,14 +88,14 @@
 
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
 
        # --with-pic is needed for mklibs to reduce the lib for the installer
        cd $(DIR_APP) && ./configure --prefix=/usr --with-pic
        cd $(DIR_APP) && make -j $(PARALLELISM)
        cd $(DIR_APP) && make install
 
-       @rm -rf $(COMPAT_DIR) && cd $(DIR_SRC) && tar jxf 
$(DIR_DL)/$(COMPAT_FILE)
+       @rm -rf $(COMPAT_DIR) && cd $(DIR_SRC) && tar xf 
$(DIR_DL)/$(COMPAT_FILE)
 
        cd $(COMPAT_DIR) && ./configure --prefix=/usr --disable-static
        cd $(COMPAT_DIR) && make -j $(PARALLELISM)

Modified: ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0
===================================================================
--- ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0      2015-03-23 07:20:36 UTC 
(rev 7950)
+++ ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0      2015-03-23 09:33:54 UTC 
(rev 7951)
@@ -191,7 +191,7 @@
 /usr/lib/libltdl.so.7
 /usr/lib/libltdl.so.7.3.1
 ##
-## libusb-1.0.19
+## libusb compat
 /usr/lib/libusb-0.1.so.4
 /usr/lib/libusb-0.1.so.4.4.4
 /usr/lib/libusb-1.0.so.0

Modified: ipcop/trunk/updates/2.2.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.2.0/information.xml   2015-03-23 07:20:36 UTC (rev 
7950)
+++ ipcop/trunk/updates/2.2.0/information.xml   2015-03-23 09:33:54 UTC (rev 
7951)
@@ -9,7 +9,7 @@
         Upgrade bind to 9.10.2, coreutils to 8.23, db to 6.1.23, ethtool to 
3.18,
         glib to 2.42.2, gmp to 6.0.0a, gnupg to 1.4.19, iproute2 to 3.19.0,
         libffi to 3.2.1, libgcrypt to 1.6.3, libgpg-error to 1.18, libpcap to 
1.7.2, 
-        libtool to 2.4.6, libusb to 1.0.19, lzo to 2.09,
+        libtool to 2.4.6, lzo to 2.09,
         openssh to 6.8p1, openssl to 1.0.2a, patch to 2.7.5, perl to 5.20.2-2,
         rsyslog to 8.7.0, shadow to 4.2.1, sqlite to 3.8.8.2,
         tcpdump to 4.7.3, tzdata to 2015a, wget to 1.16.3, xz to 5.2.1.

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