[MacPorts] #52927: cpplocate submission

MacPorts noreply at macports.org
Sun Jun 11 21:10:42 UTC 2017


#52927: cpplocate submission
------------------------------------+--------------------------------
  Reporter:  ken-cunningham-webuse  |      Owner:  macports-tickets@…
      Type:  submission             |     Status:  new
  Priority:  Normal                 |  Milestone:
 Component:  ports                  |    Version:  2.3.5
Resolution:                         |   Keywords:
      Port:  cpplocate              |
------------------------------------+--------------------------------

Comment (by kencu):

 FYI, here's the patch I made then deleted as non-functional to fix the
 cpplocate cmake files location -- I'm sure you already did something
 similar.
 {{{
 +--- CMakeLists.txt.orig        2017-06-10 07:42:16.000000000 -0700
 ++++ CMakeLists.txt     2017-06-10 07:42:57.000000000 -0700
 +@@ -125,7 +125,7 @@
 + if(UNIX AND SYSTEM_DIR_INSTALL)
 +     # Install into the system (/usr/bin or /usr/local/bin)
 +     set(INSTALL_ROOT      "share/${project}")       #
 /usr/[local]/share/<project>
 +-    set(INSTALL_CMAKE     "share/${project}/cmake") #
 /usr/[local]/share/<project>/cmake
 ++    set(INSTALL_CMAKE     "share/cmake") #
 /usr/[local]/share/<project>/cmake
 +     set(INSTALL_EXAMPLES  "share/${project}")       #
 /usr/[local]/share/<project>
 +     set(INSTALL_DATA      "share/${project}")       #
 /usr/[local]/share/<project>
 +     set(INSTALL_BIN       "bin")                    # /usr/[local]/bin
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/52927#comment:12>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list