Re: [MacPorts] #60666: VLC @3.0.8: error: The document “(null)” requires Xcode 8.0 or later

MacPorts noreply at macports.org
Wed Jun 17 15:40:47 UTC 2020


#60666: VLC @3.0.8: error: The document “(null)” requires Xcode 8.0 or later
-------------------------+----------------------
  Reporter:  ryandesign  |      Owner:  RJVB
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.6.2
Resolution:              |   Keywords:
      Port:  VLC         |
-------------------------+----------------------

Comment (by RJVB):

 If "3.current" no longer builds on 10.10 there are 2 options:

 - ship an earlier 3.x for 10.10 (but which?)
 - use the "fix" also used for 10.9 and earlier:

 {{{
 diff --git a/multimedia/VLC/Portfile b/multimedia/VLC/Portfile
 index
 8bed6fa85961eeaa67d332b2117ff540be743cf3..721a2ea19ed9c562a5a9044dad1384c73a1a4fe7
 100644
 --- a/multimedia/VLC/Portfile
 +++ b/multimedia/VLC/Portfile
 @@ -38,7 +38,7 @@ subport lib${name} {
  }

  if {${subport} eq ${name}} {
 -    if {${os.platform} eq "darwin" && ${os.major} < 14} {
 +    if {${os.platform} eq "darwin" && ${os.major} < 15} {
          replaced_by VLC2
          PortGroup   obsolete 1.0
          # given the Portfile design it's easier to shunt the entire patch
 phase
 }}}

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


More information about the macports-tickets mailing list