Revision: 6991
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6991&view=rev
Author:   gespinasse
Date:     2013-03-31 13:42:12 +0000 (Sun, 31 Mar 2013)
Log Message:
-----------
Upgrade dejagnu to 1.5.1
Unfortunately, there is not that much to gain from that upgrade as the two 
patch we use are on master branch and not on 1.5 branch.
So keep them in our tree.
Run 'make check' before install as this is the usual way.
Remove -j1 from make install as we should not need that.

Modified Paths:
--------------
    ipcop/trunk/lfs/dejagnu

Modified: ipcop/trunk/lfs/dejagnu
===================================================================
--- ipcop/trunk/lfs/dejagnu     2013-03-31 10:30:05 UTC (rev 6990)
+++ ipcop/trunk/lfs/dejagnu     2013-03-31 13:42:12 UTC (rev 6991)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = dejagnu
-VER        = 1.5
+VER        = 1.5.1
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -51,7 +51,7 @@
 
 $(DL_FILE)                             = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5                         = 3df1cbca885e751e22d3ebd1ac64dc3c
+$(DL_FILE)_MD5                         = 8386e04e362345f50ad169f052f4c4ab
 
 install : $(TARGET)
 
@@ -82,16 +82,17 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        # Originaly Fedora borrowed 
http://pkgs.fedoraproject.org/gitweb/?p=dejagnu.git
-       # Now, both are upstream for 1.5.1 at 
http://git.savannah.gnu.org/gitweb/?p=dejagnu.git
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-smp-1.patch
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-runtest.patch
+       # Now, both are upstream on master branch, not on  1.5 branch at 
http://git.savannah.gnu.org/gitweb/?p=dejagnu.git
+       cd $(DIR_APP) && patch -Np1 -i 
$(DIR_PATCHES)/$(PKG_NAME)-1.5-smp-1.patch
+       cd $(DIR_APP) && patch -Np1 -i 
$(DIR_PATCHES)/$(PKG_NAME)-1.5-runtest.patch
 
        cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR)
-       cd $(DIR_APP) && make -j 1 install
 
 ifeq "$(RUNNING_TEST)" "yes"
        -cd $(DIR_APP) && make check &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif
 
+       cd $(DIR_APP) && make install
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)

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


------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to