[MacPorts] #56536: gnucash @3.1_1 is not compatible with case-sensitive filesystems

MacPorts noreply at macports.org
Sat May 26 04:55:36 UTC 2018


#56536: gnucash @3.1_1 is not compatible with case-sensitive filesystems
---------------------+---------------------
 Reporter:  hapaguy  |      Owner:  (none)
     Type:  defect   |     Status:  new
 Priority:  Normal   |  Milestone:
Component:  ports    |    Version:
 Keywords:           |       Port:  gnucash
---------------------+---------------------
 line 529 of `CMakeLists.txt` is:

 {{{
   include (CheckCxxCompilerFlag)
 }}}

 but should be:

 {{{
   include (CheckCXXCompilerFlag)
 }}}

 to be consistent with `cmake @3.11.2_0`:

 {{{
 $ ls /opt/local/share/cmake-3.11/Modules/ |grep Check |grep CompilerFlag
 CMakeCheckCompilerFlagCommonPatterns.cmake
 CheckCCompilerFlag.cmake
 CheckCXXCompilerFlag.cmake
 CheckFortranCompilerFlag.cmake
 }}}

 This typo causes the error shown in the attached `main.log` on case-
 sensitive filesystems.

-- 
Ticket URL: <https://trac.macports.org/ticket/56536>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list