pkgsrc/cad/kicad/patches
mef d7bbbba4fc Work around patch for missing _CHECK_SYMBOL_EXISTS in cmake-3.11 by @tristelo
https://lists.launchpad.net/kicad-developers/msg35240.html

|     To: Wayne Stambaugh <stambaughw@xxxxxxxxx>
|     From: Seth Hillbrand <seth.hillbrand@xxxxxxxxx>
|     Date: Fri, 30 Mar 2018 14:15:45 -0700
|     Cc: KiCad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx>
| Hi Adam-
|
| You will need to downgrade to CMake 3.10 or lower.  In 3.11, they revised
| the internals of CheckSymbolExists.
|
| Our macro depends on the internal CMake macro _CHECK_SYMBOL_EXISTS (note
| the underscore at the beginning).  In 3.11, they replaced it with
| __CHECK_SYMBOL_EXISTS_IMPL.
|
| -S

@tristelo, again, provided work around as one line patch at
  https://gist.github.com/steleto/15794a8b623577911b115813b7ef0ec3

Thanks,
2018-06-24 13:02:00 +00:00
..
patch-bitmaps_png_CMakeLists.txt
patch-CMakeLists.txt
patch-CMakeModules_CheckCXXSymbolExists.cmake Work around patch for missing _CHECK_SYMBOL_EXISTS in cmake-3.11 by @tristelo 2018-06-24 13:02:00 +00:00
patch-CMakeModules_config.h.cmake
patch-CMakeModules_Functions.cmake
patch-CMakeModules_WriteVersionHeader.cmake Updated cad/kicad{,-footprints,-doc,-i18n,-lib} to 4.0.7, provided the patch by @tristelo, 2018-03-01 13:59:11 +00:00
patch-common_CMakeLists.txt
patch-common_richio.cpp
patch-common_tool_tool_manager.cpp
patch-cvpcb_CMakeLists.txt
patch-eeschema_CMakeLists.txt
patch-eeschema_sch_component.cpp Fix reversed assignement, pointed out by he@ (thanks !) 2016-09-21 13:16:06 +00:00
patch-eeschema_sch_sheet.cpp
patch-gerbview_CMakeLists.txt
patch-include-kicad_string.h
patch-include_common.h Don't use non-int values for scancodes. Bump revision. 2016-12-22 21:01:21 +00:00
patch-include_hashtables.h
patch-include_kiway.h
patch-include_tool_coroutine.h
patch-include_tool_tool_base.h
patch-include_tool_tool_interactive.h
patch-pagelayout_editor_CMakeLists.txt
patch-pcb_calculator_CMakeLists.txt
patch-pcbnew_class_edge_mod.cpp
patch-pcbnew_class_track.cpp
patch-pcbnew_CMakeLists.txt
patch-pcbnew_kicad_plugin.cpp
patch-pcbnew_legacy_plugin.cpp
patch-pcbnew_xchgmod.cpp