[MacPorts] #61740: KeePassXC @2.6.2: CMakeLists.txt finds Homebrew dependencies

MacPorts noreply at macports.org
Fri Dec 4 00:38:37 UTC 2020


#61740: KeePassXC @2.6.2: CMakeLists.txt finds Homebrew dependencies
------------------------+-----------------------
 Reporter:  ryandesign  |      Owner:  (none)
     Type:  defect      |     Status:  new
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:
 Keywords:              |       Port:  KeePassXC
------------------------+-----------------------
 From KeePassXC 2.6.2's CMakeLists.txt:
 {{{
 if(UNIX AND NOT APPLE)
     find_package(Qt5 COMPONENTS ${QT_COMPONENTS} DBus REQUIRED)
 elseif(APPLE)
     find_package(Qt5 COMPONENTS ${QT_COMPONENTS} REQUIRED HINTS
 /usr/local/opt/qt/lib/cmake /usr/local/Cellar/qt/*/lib/cmake ENV PATH)
     find_package(Qt5 COMPONENTS MacExtras HINTS
 /usr/local/opt/qt/lib/cmake /usr/local/Cellar/qt/*/lib/cmake ENV PATH)
 else()
     find_package(Qt5 COMPONENTS ${QT_COMPONENTS} REQUIRED)
 endif()
 }}}
 We do not want it to try to find dependencies in /usr/local like that.

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


More information about the macports-tickets mailing list