Revision: 6764
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6764&view=rev
Author:   gespinasse
Date:     2012-08-16 21:40:47 +0000 (Thu, 16 Aug 2012)
Log Message:
-----------
Upgrade bison to 2.6.2

Modified Paths:
--------------
    ipcop/trunk/config/rootfiles/common/bison
    ipcop/trunk/lfs/bison

Modified: ipcop/trunk/config/rootfiles/common/bison
===================================================================
--- ipcop/trunk/config/rootfiles/common/bison   2012-08-16 21:31:34 UTC (rev 
6763)
+++ ipcop/trunk/config/rootfiles/common/bison   2012-08-16 21:40:47 UTC (rev 
6764)
@@ -1,13 +1,13 @@
 #usr/bin/bison
 #usr/bin/yacc
 #usr/lib/liby.a
-#usr/share/aclocal
 #usr/share/aclocal/bison-i18n.m4
 #usr/share/bison
 #usr/share/bison/README
 #usr/share/bison/bison.m4
 #usr/share/bison/c++-skel.m4
 #usr/share/bison/c++.m4
+#usr/share/bison/c-like.m4
 #usr/share/bison/c-skel.m4
 #usr/share/bison/c.m4
 #usr/share/bison/glr.c
@@ -28,5 +28,7 @@
 #usr/share/bison/xslt/xml2xhtml.xsl
 #usr/share/bison/yacc.c
 #usr/share/info/bison.info
+#usr/share/info/bison.info-1
+#usr/share/info/bison.info-2
 #usr/share/man/man1/bison.1
 #usr/share/man/man1/yacc.1

Modified: ipcop/trunk/lfs/bison
===================================================================
--- ipcop/trunk/lfs/bison       2012-08-16 21:31:34 UTC (rev 6763)
+++ ipcop/trunk/lfs/bison       2012-08-16 21:40:47 UTC (rev 6764)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = bison
-VER        = 2.5.1
+VER        = 2.6.2
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -50,7 +50,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 012708d801a3c986d8654aa673530b61
+$(DL_FILE)_MD5 = dea291996f98c34c3fd8e389a9cf6ea1
 
 install : $(TARGET)
 
@@ -81,17 +81,13 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
 
-       # Fix optimization removal in -Os case for the tests, this fix tests 
173 and 301 for us.
-       # Optimization removal is destined to silent some gcc warnings that 
those optimization trigger
-       cd $(DIR_APP) && sed -i -e '/O0.*FLAGS/s/0\-9/s0-9/' tests/atlocal.in
-
        cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
        # Unlike LFS, we don't force YYENABLE_NLS as we use --disable-nls
        #cd $(DIR_APP) && echo '#define YYENABLE_NLS 1' >> lib/config.h
        cd $(DIR_APP) && make -j $(PARALLELISM) V=1
 
 ifeq "$(RUNNING_TEST)" "yes"
-       # 285 ok, 18 skipped
+       # 307 ok, 18 skipped
        -cd $(DIR_APP) && make -s -k check &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif
 

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to