[MacPorts] #71434: ftgl @2.4.0_1 does not build on macOS 15.1 Sequoia
MacPorts
noreply at macports.org
Sat Jan 4 01:13:03 UTC 2025
#71434: ftgl @2.4.0_1 does not build on macOS 15.1 Sequoia
-------------------------+--------------------
Reporter: halostatue | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.5
Resolution: | Keywords:
Port: ftgl |
-------------------------+--------------------
Comment (by halostatue):
I can get this moving forward with:
{{{
#!tcl
post-fetch {
ui_warn "all dist files: \[$all_dist_files\] [llength
$all_dist_files]"
if {[lsearch -exact $all_dist_files { }] != -1} {
set blank_index [lsearch -exact $all_dist_files { }]
set all_dist_files [lreplace $all_dist_files $blank_index
$blank_index]
}
ui_warn "all dist files: \[$all_dist_files\] [llength
$all_dist_files]"
}
}}}
It fails on patching, but I sort of expected that; I will probably need to
just take the applied patches and handle them differently so that multiple
patches don't touch the same files.
--
Ticket URL: <https://trac.macports.org/ticket/71434#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list