Opened 4 years ago

Closed 4 years ago

#59552 closed defect (fixed)

doxygen @1.8.16: Could NOT find Git (missing: GIT_EXECUTABLE)

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: kencu (Ken)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: snowleopard Cc:
Port: doxygen

Description

doxygen does not build:

CMake Error at /opt/local/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find Git (missing: GIT_EXECUTABLE)
Call Stack (most recent call first):
  /opt/local/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /opt/local/share/cmake-3.15/Modules/FindGit.cmake:96 (find_package_handle_standard_args)
  cmake/git_watcher.cmake:72 (find_package)
  libversion/CMakeLists.txt:11 (include)


-- Configuring incomplete, errors occurred!

doxygen does not declare a dependency on git, so it is no surprise it's not there.

Why would doxygen need git?

Change History (2)

comment:1 Changed 4 years ago by mf2k (Frank Schima)

Owner: cssdev deleted

See #50332

comment:2 Changed 4 years ago by kencu (Ken)

Owner: set to kencu
Resolution: fixed
Status: assignedclosed

In 86392181ac008e82291ccda362d0f895fd3d6db0/macports-ports (master):

doxygen: requires git

use a newer git on older systems as well
closes: #59552

Note: See TracTickets for help on using tickets.