head 1.2; access; symbols pkgsrc-2024Q1:1.1.0.10 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.8 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.6 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.4 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.2 pkgsrc-2023Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2024.04.26.16.46.29; author tnn; state dead; branches; next 1.1; commitid sS462miAkQnERF7F; 1.1 date 2023.02.13.07.59.01; author tnn; state Exp; branches; next ; commitid OXTY5hsKlPOR1ldE; desc @@ 1.2 log @kicad-*: update to 8.0.1 No changelog available; those interested in what's new in 8.x may refer to the forum thread: https://forum.kicad.info/t/post-v7-new-features-and-development-news/40144/10 @ text @$NetBSD: patch-pcbnew_import__gfx_dxf__import__plugin.cpp,v 1.1 2023/02/13 07:59:01 tnn Exp $ Avoid conflict with major() macro from sys/types.h. --- pcbnew/import_gfx/dxf_import_plugin.cpp.orig 2023-02-11 16:03:39.000000000 +0000 +++ pcbnew/import_gfx/dxf_import_plugin.cpp @@@@ -41,6 +41,9 @@@@ #include #include "common.h" +#ifdef major +#undef major +#endif /* * Important notes @ 1.1 log @kicad*: update to 7.0.0 - Custom Fonts - New Text Boxes - Drag & Drop improvments - new Command Line Interface for scripting - Support for a simple rectangle and circle primitives - Orthogonal Dragging - Symbol Editor Pin Table Enhancements - Off Grid ERC Warnings - Wires at 45 Degree Angles - Do Not Populate Support - Simulation Model Editor - Database Libraries via ODBC - Hyperlinks on Schematics - PDF Improvements - DRC Improvements - Radial Dimensions - Automatic Zone Filling - ... and more + ~1200 bug fixes @ text @d1 1 a1 1 $NetBSD$ @