[MacPorts] #56620: "port provides" not working Tiger

MacPorts noreply at macports.org
Thu Jun 7 18:03:30 UTC 2018


#56620: "port provides" not working Tiger
---------------------+-----------------------------
  Reporter:  kencu   |      Owner:  (none)
      Type:  defect  |     Status:  assigned
  Priority:  Normal  |  Milestone:
 Component:  base    |    Version:  2.5.2
Resolution:          |   Keywords:  tiger legacy-os
      Port:          |
---------------------+-----------------------------

Comment (by kencu):

 so that does work, in the end. Perhaps not a trivial workaround, but
 fairly simple.

 macOS 10.4.11 8S2169 i386
 {{{
 $ port
 MacPorts 2.5.2
 Entering shell mode... ("help" for help, "quit" to quit)
 [Users/cunningh] > quit
 Goodbye

 $ port provides /opt/local/lib/libgcc/libstdc++.6.dylib

 /opt/local/lib/libgcc/libstdc++.6.dylib is provided by: libgcc
 }}}

 one very tiny hiccup. The Makefile in `src/cregistry/Makefile` doesn't
 propogate the `--with-sqlite3prefix` include paths, so I had to add that
 manually to that Makefile.
 {{{
 .c.o:
         ${CC} -c -DUSE_TCL_STUBS ${CFLAGS} ${CPPFLAGS}
 -I/opt/bootstrap/include ${SHLIB_CFLAGS} $< -o $@
 }}}

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


More information about the macports-tickets mailing list