URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aac30ba2d16ce496d0ecc37124febd0a8d6ae7b6
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
aac30ba by Peter Wu (peter@xxxxxxxxxxxxx):
CMake,WSDG: Remove Cygwin support
Declare Cygwin as unsupported and remove all supporting code. Simplify
some Chocolatey notes in the WSDG.
Remove FindPerl.cmake as it only existed to force use of Wireshark's
bundled FindCygwin.cmake (bug 13922). FindXSLTPROC.cmake special
handling for Cygwin was also removed, in theory this could cause issues
when the PATH contains a Cygwin xsltproc, but it's unsupported anyway.
Change-Id: Iabfac2b4a9fd930530505d27bdba618bdb8f7f34
Reviewed-on: https://code.wireshark.org/review/31452
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 796007e dissectors: socketcan: Fix indentation
add aac30ba CMake,WSDG: Remove Cygwin support
Summary of changes:
CMakeLists.txt | 1 -
cmake/modules/FindChocolatey.cmake | 30 ++------
cmake/modules/FindCygwin.cmake | 43 -----------
cmake/modules/FindLEX.cmake | 6 +-
cmake/modules/FindPOD.cmake | 7 +-
cmake/modules/FindPerl.cmake | 81 --------------------
cmake/modules/FindXSLTPROC.cmake | 30 +-------
cmake/modules/FindYACC.cmake | 2 -
docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc | 87 ++--------------------
docbook/wsdg_src/WSDG_chapter_tools.asciidoc | 32 +-------
10 files changed, 20 insertions(+), 299 deletions(-)
delete mode 100644 cmake/modules/FindCygwin.cmake
delete mode 100644 cmake/modules/FindPerl.cmake