[MacPorts] #55565: thrift, p5-thrift, py-thrift: update to version 0.12.0

MacPorts noreply at macports.org
Thu Aug 8 20:46:01 UTC 2019


#55565: thrift, p5-thrift, py-thrift: update to version 0.12.0
-----------------------------------------+----------------------
  Reporter:  dbevans                     |      Owner:  (none)
      Type:  update                      |     Status:  assigned
  Priority:  Normal                      |  Milestone:
 Component:  ports                       |    Version:
Resolution:                              |   Keywords:
      Port:  thrift p5-thrift py-thrift  |
-----------------------------------------+----------------------

Comment (by michaelld):

 Updating Thrift & related to 0.12.0 is very straight forward. That said,
 Thrift 0.11.0 moved from using various Boost classes to using various
 c++11 classes ... for example from `boost::shared_ptr` to
 `std::shared_ptr`. This means that any project that uses Thrift must also
 use whatever classes Thrift is using.

 I'm working on updating GNU Radio to work with both Thrift <= 0.10.0 and
 >= 0.11.0 ... and it's just this small change that's required; otherwise
 the API seems at least backward compatible between them.

 Beyond GNU Radio, I find nothing inside MacPorts that uses Thrift, Py-
 Thrift, or Perl-Thrift. Hence, unless someone can come up with a good
 reason to not update the *Thrift ports, I'll do so shortly via a PR.

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


More information about the macports-tickets mailing list