[MacPorts] #37792: vtk5 at 5.10.1 Build error - failure

MacPorts noreply at macports.org
Sat Mar 16 13:18:30 PDT 2013


#37792: vtk5 at 5.10.1 Build error - failure
--------------------------------+---------------------------
  Reporter:  dialkforkaushik@…  |      Owner:  adfernandes@…
      Type:  defect             |     Status:  new
  Priority:  Normal             |  Milestone:
 Component:  ports              |    Version:  2.1.2
Resolution:                     |   Keywords:
      Port:  vtk5               |
--------------------------------+---------------------------

Comment (by adfernandes@…):

 Okay - here is a patch to the Portfile; can someone test on 10.6 and see
 if this works?
 {{{
 --- Portfile    (revision 104122)
 +++ Portfile    (working copy)
 @@ -73,6 +73,11 @@

  build.env-append DYLD_LIBRARY_PATH=${worksrcpath}/bin

 +if {${os.major} <= 10} {
 +    configure.args-append  \
 +        -DIOKit:FILEPATH=/System/Library/Frameworks/IOKit.framework
 +}
 +
  if {![variant_isset carbon] && ![variant_isset qt4_mac]} {
      default_variants +x11 +tcltk
  }
 }}}

 Thanks!

-- 
Ticket URL: <https://trac.macports.org/ticket/37792#comment:15>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list