r38425 - in /packages/inventor/trunk: debian/patches/bison-workaround.patch debian/patches/series lib/database/src/so/engines/GNUmakefile

smr at users.alioth.debian.org smr at users.alioth.debian.org
Mon Apr 25 08:09:58 UTC 2011


Author: smr
Date: Mon Apr 25 08:09:49 2011
New Revision: 38425

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38425
Log:
Add bison-workaround.patch

Added:
    packages/inventor/trunk/debian/patches/bison-workaround.patch
Removed:
    packages/inventor/trunk/lib/database/src/so/engines/GNUmakefile
Modified:
    packages/inventor/trunk/debian/patches/series

Added: packages/inventor/trunk/debian/patches/bison-workaround.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/inventor/trunk/debian/patches/bison-workaround.patch?rev=38425&op=file
==============================================================================
--- packages/inventor/trunk/debian/patches/bison-workaround.patch (added)
+++ packages/inventor/trunk/debian/patches/bison-workaround.patch Mon Apr 25 08:09:49 2011
@@ -1,0 +1,18 @@
+Description: Workaround bison bug
+ Change 2093 => 12093 in y.tab.c.
+ Workaround for bison bug (#176535,#177041,#177640).
+Author: Steve M. Robbins <smr at debian.org>
+Bug-Debian: http://bugs.debian.org/178704
+
+
+--- inventor-2.1.5-10.orig/lib/database/src/so/engines/GNUmakefile
++++ inventor-2.1.5-10/lib/database/src/so/engines/GNUmakefile
+@@ -15,7 +15,7 @@ SoEngines.c++: SoCalcParse.c++
+ 
+ SoCalcParse.c++: SoCalcParse.y
+ 	$(YACC) SoCalcParse.y
+-	sed -e 's/yy/SoCalc_yy/g' < y.tab.c > SoCalcParse.c++
++	sed -e 's/yy/SoCalc_yy/g' -e 's/2093/12093/' < y.tab.c > SoCalcParse.c++
+ 
+ LDIRT += y.tab.c SoCalcParse.c++
+ 

Modified: packages/inventor/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/inventor/trunk/debian/patches/series?rev=38425&op=diff
==============================================================================
--- packages/inventor/trunk/debian/patches/series (original)
+++ packages/inventor/trunk/debian/patches/series Mon Apr 25 08:09:49 2011
@@ -4,3 +4,4 @@
 use-tcsh.patch
 const-correctness.patch
 socalcparse.patch
+bison-workaround.patch




More information about the debian-science-commits mailing list