r5267 - trunk/gta02-core/kicad-patches

werner at docs.openmoko.org werner at docs.openmoko.org
Wed Jul 1 20:06:46 CEST 2009


Author: werner
Date: 2009-07-01 20:06:41 +0200 (Wed, 01 Jul 2009)
New Revision: 5267

Removed:
   trunk/gta02-core/kicad-patches/old-boost-build-fix.patch
Modified:
   trunk/gta02-core/kicad-patches/make-junctions-larger-in-plots.patch
   trunk/gta02-core/kicad-patches/series
Log:
Update for r1855. Removed evil "boost fix".



Modified: trunk/gta02-core/kicad-patches/make-junctions-larger-in-plots.patch
===================================================================
--- trunk/gta02-core/kicad-patches/make-junctions-larger-in-plots.patch	2009-07-01 17:54:22 UTC (rev 5266)
+++ trunk/gta02-core/kicad-patches/make-junctions-larger-in-plots.patch	2009-07-01 18:06:41 UTC (rev 5267)
@@ -1,5 +1,6 @@
 plotter->circle expects the diameter, but DRAWJUNCTION_SIZE is just the
 radius. This fix is originally by Alvaro Lopes <alvieboy at alvie.com>
+For SVN revsion 1853.
 
 - Werner
 

Deleted: trunk/gta02-core/kicad-patches/old-boost-build-fix.patch
===================================================================
--- trunk/gta02-core/kicad-patches/old-boost-build-fix.patch	2009-07-01 17:54:22 UTC (rev 5266)
+++ trunk/gta02-core/kicad-patches/old-boost-build-fix.patch	2009-07-01 18:06:41 UTC (rev 5267)
@@ -1,30 +0,0 @@
-If an old version of Boost is installed, KiCad will fail to compile
-because BOOST_REVERSE_FOREACH is not defined. This quick and dirty
-patch avoids the build error but may cause other problems.
-
-http://tech.groups.yahoo.com/group/kicad-devel/message/2574
-
-- Werner
-
----
-
-Index: kicad/cvpcb/cvframe.cpp
-===================================================================
---- kicad.orig/cvpcb/cvframe.cpp	2009-05-21 23:00:00.000000000 -0300
-+++ kicad/cvpcb/cvframe.cpp	2009-05-21 23:00:03.000000000 -0300
-@@ -368,6 +368,7 @@
-     if( selection < 0 )
-         selection = m_ListCmp->GetCount() - 1;
- 
-+#if 0
-     BOOST_REVERSE_FOREACH( COMPONENT& component, m_components )
-     {
-         if( component.m_Module.IsEmpty() && ii < selection )
-@@ -377,6 +378,7 @@
-         }
-         ii--;
-     }
-+#endif
- 
-     wxBell();
-     m_ListCmp->SetSelection( selection );

Modified: trunk/gta02-core/kicad-patches/series
===================================================================
--- trunk/gta02-core/kicad-patches/series	2009-07-01 17:54:22 UTC (rev 5266)
+++ trunk/gta02-core/kicad-patches/series	2009-07-01 18:06:41 UTC (rev 5267)
@@ -1,9 +1,5 @@
-# Based on SVN revision 1853
+# Based on SVN revision 1855
 
-# this patch worked around incompatibilities with older libboost in a dirty
-# way. better to just upgrade libboost.
-#old-boost-build-fix.patch
-
 # eeschema --plot extension, pending
 eeschema-plot-only-mode.patch
 
@@ -17,6 +13,7 @@
 #drag-override.patch
 #pcbnew-plot-only-mode.patch
 
-# updated for r1846
-make-junctions-larger-in-plots.patch
+# accepted as of r1854
+#make-junctions-larger-in-plots.patch
 #make-junctions-larger-on-plotps.patch
+




More information about the commitlog mailing list