Opened 6 years ago

Closed 5 years ago

#56699 closed update (fixed)

tao @ 6.5.0 (2.5.0) New version available

Reported by: lockhart (Thomas Lockhart) Owned by: mojca (Mojca Miklavec)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch maintainer Cc:
Port: tao

Description

A new version was released a few days ago. Recent changes to the Portfile for version 6.4.8 seem to work fine with this version also.

Attachments (1)

Portfile.diff (1005 bytes) - added by lockhart (Thomas Lockhart) 6 years ago.
Patch to update port to version 6.5.0

Download all attachments as: .zip

Change History (4)

Changed 6 years ago by lockhart (Thomas Lockhart)

Attachment: Portfile.diff added

Patch to update port to version 6.5.0

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

It does not build for me on macOS Sierra with Xcode 9.2:

/opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk_devel_tao/tao/work/ACE_wrappers/TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp:198:7: error: use of overloaded operator '<<' is ambiguous (with operand types 'TAO_OutStream' and 'ACE_CString::size_type' (aka 'unsigned long'))
      << len << "," << be_nl;
      ^  ~~~
be_include/be_helper.h:173:18: note: candidate function
  TAO_OutStream &operator<< (const ACE_CDR::UShort num);
                 ^
be_include/be_helper.h:174:18: note: candidate function
  TAO_OutStream &operator<< (const ACE_CDR::Short num);
                 ^
be_include/be_helper.h:175:18: note: candidate function
  TAO_OutStream &operator<< (const ACE_CDR::ULong num);
                 ^
be_include/be_helper.h:176:18: note: candidate function
  TAO_OutStream &operator<< (const ACE_CDR::Long num);
                 ^
be_include/be_helper.h:177:18: note: candidate function
  TAO_OutStream &operator<< (const ACE_CDR::ULongLong num);
                 ^
be_include/be_helper.h:178:18: note: candidate function
  TAO_OutStream &operator<< (const ACE_CDR::LongLong num);
                 ^
be_include/be_helper.h:172:18: note: candidate function
  TAO_OutStream &operator<< (const ACE_CString &str);
                 ^
be_include/be_helper.h:184:18: note: candidate function
  TAO_OutStream &operator<< (const TAO_INDENT& i);
                 ^
be_include/be_helper.h:185:18: note: candidate function
  TAO_OutStream &operator<< (const TAO_UNINDENT& i);
                 ^
1 error generated.

comment:2 Changed 6 years ago by mojca (Mojca Miklavec)

Pull request: https://github.com/macports/macports-ports/pull/2637

(Please try to submit a pull request next time for faster action.)

comment:3 Changed 5 years ago by mojca (Mojca Miklavec)

Owner: set to mojca
Resolution: fixed
Status: newclosed

In 94ae5a1b2ca64dd426bd7cd8ac6bfa5de3cc102d/macports-ports (master):

ace, tao: update to 6.5.2

  • Update homepage
  • Add support for Mojave
  • Livecheck does not work from two URLs at the same time
  • Fixes for universal builds

Closes: #56699
Closes: #56700

Note: See TracTickets for help on using tickets.