head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.16 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.14 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.12 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.10 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.8 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.6 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.4 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.2 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.2.0.10 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.8 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.6 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.4 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.2 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.1.0.8 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.6 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.4 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.2 pkgsrc-2022Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2024.04.26.16.46.29; author tnn; state Exp; branches; next 1.2; commitid sS462miAkQnERF7F; 1.2 date 2023.02.13.07.59.01; author tnn; state Exp; branches; next 1.1; commitid OXTY5hsKlPOR1ldE; 1.1 date 2022.01.02.19.10.03; author tnn; state Exp; branches; next ; commitid KRTJ5eftEJgiP5nD; desc @@ 1.3 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$ Force proper LDFLAGS for MODULE, as cmake doesn't set rpath for these --- pagelayout_editor/CMakeLists.txt.orig 2024-03-13 15:55:00.000000000 +0000 +++ pagelayout_editor/CMakeLists.txt @@@@ -126,6 +126,9 @@@@ target_link_options( pl_editor_kiface PR $<$:-Wl,--cref,-Map=_pl_editor.kiface.map> ) +set_property(TARGET pl_editor_kiface APPEND_STRING + PROPERTY LINK_FLAGS " $ENV{LDFLAGS}") + # if building pl_editor, then also build pl_editor_kiface if out of date. add_dependencies( pl_editor pl_editor_kiface ) @ 1.2 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 @d5 1 a5 1 --- pagelayout_editor/CMakeLists.txt.orig 2023-02-11 16:03:39.000000000 +0000 d7 3 a9 3 @@@@ -125,6 +125,9 @@@@ if( MAKE_LINK_MAPS ) LINK_FLAGS "-Wl,-cref,-Map=_pl_editor.kiface.map" ) endif() @ 1.1 log @kicad: update to 6.0.0 XXXTNN package phase is broken on macOS due to app bundling changes. Extensive CMake surgery required. Will fix this in a follow-up commit. New in 6.0: - Modern, consistent look and feel KiCad 6.0 features a refreshed user interface designed to reduce the barriers of entry for new users - Upgraded schematic editing KiCad's schematic editor has received its biggest overhaul ever for version 6.0 - Improved PCB design experience KiCad's PCB editor has had a complete look and feel upgrade The following features are deprecated as of version 6.0: XSLT BOM generation scripts The SWIG Python API @ text @d5 1 a5 1 --- pagelayout_editor/CMakeLists.txt.orig 2021-12-22 13:32:19.000000000 +0000 d7 1 a7 1 @@@@ -124,6 +124,9 @@@@ if( MAKE_LINK_MAPS ) a16 7 @@@@ -171,4 +174,4 @@@@ if( KICAD_WIN32_INSTALL_PDBS ) # Get the PDBs to copy over for MSVC install(FILES $ DESTINATION ${KICAD_BIN}) install(FILES $ DESTINATION ${KICAD_BIN}) -endif() \ No newline at end of file +endif() @