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

MacPorts noreply at macports.org
Thu Jun 7 20:46:16 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):

 This small patch to macports-base appears to make `src/cregistry/Makefile`
 respond to the `--with-sqlite3prefix` configure argument:
 {{{
 --- src/cregistry/Makefile.in.orig      2018-06-07 13:05:14.000000000
 -0700
 +++ src/cregistry/Makefile.in   2018-06-07 13:23:15.000000000 -0700
 @@ -13,6 +13,8 @@

  # required for strdup(3) on Linux and OS X
  CPPFLAGS+=-D_XOPEN_SOURCE=600
 +CPPFLAGS+=${SQLITE3_CFLAGS}
 +LDFLAGS+=${SQLITE3_LIBS}

  all:: ${STLIB_NAME} ${SQLEXT_NAME}
 }}}
 and with that the build proceeds apace.

 The folder it is referencing `/opt/bootstrap/include` does have a number
 of different headers in it, and it's not a pure header collection for
 `sqlite3`... but no issues noted so far with that.

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


More information about the macports-tickets mailing list