Wireshark-commits: [Wireshark-commits] master-2.2 b1f0081: CMake: Try to avoid Strawberry Perl's xs

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Feb 2018 20:48:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b1f00817dcbd4873908ef7dc093c616030a78836
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

b1f0081 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Try to avoid Strawberry Perl's xsltproc.
    
    Search for Chocolatey's and Cygwin's respective xsltprocs before searching
    %PATH%. Strawberry Perl doesn't include DocBook, which makes it useless
    as far as we're concerned.
    
    Another approach would be to look in various locations for an XML catalog
    files and set %XML_CATALOG_FILES%. However, Cygwin's /etc/xml/catalog
    contains Cygwin-specific URLs, e.g. file:///etc/xml/docbook and can't
    be used with a non-Cygwin xsltproc.
    
    (cherry picked from commit bfedd74e99a04fb4ef802fb8a663e3bf76721992)
    Conflicts:
    	cmake/modules/FindXSLTPROC.cmake
    
    Change-Id: Iaebfdff922a6574581b9bd207625f03598c166e0
    Reviewed-on: https://code.wireshark.org/review/25794
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/25796
    

Actions performed:

    from  015e339   SIGCOMP: check operand offset when accessing UDVM memory
    adds  b1f0081   CMake: Try to avoid Strawberry Perl's xsltproc.


Summary of changes:
 cmake/modules/FindXSLTPROC.cmake | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)