Opened 4 years ago
Last modified 2 months ago
#61488 new defect
multiple ports: review macOS version checking — at Version 2
Reported by: | jmroot (Joshua Root) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | daitakahashi, jeremyhu (Jeremy Huddleston Sequoia), larryv (Lawrence Velázquez), MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), Schamschula (Marius Schamschula), ryandesign (Ryan Carsten Schmidt), tenomoto (Takeshi Enomoto), tobypeterson | |
Port: | icu-le-hb libassuan isl libdaemon cloog gdbm db60 net-snmp gsl libcanberra sox xorg-libXxf86vm libart_lgpl |
Description (last modified by mf2k (Frank Schima))
All these ports have a patch called yosemite-libtool.patch
which adjusts the macOS version checking so it correctly recognises 10.x versions above 10.9. They should be reviewed for macOS 11.0 compatibility. If there is a problem, they will fail to build on Big Sur due to undefined symbols. If they don't fail to build, they must not actually need to allow undefined symbols and no action is needed AFAICT, as the existing code won't use -flat_namespace on unrecognised versions.
Failing ports should be patched the same way that libtool has been: https://github.com/macports/macports-ports/blob/master/devel/libtool/files/dynamic_lookup-11.patch
port | maintainer | status |
---|---|---|
cloog | @larryv | |
db48 | @jmroot,openmaintainer | |
db60 | ||
gcc44 | ||
gcc45 | ||
gcc46 | ||
gcc47 | ||
gcc48 | ||
gcc49 | ||
gdbm | ||
gsl | @daitakahashi,openmaintainer | |
hdf4 | @tenomoto | |
icu-le-hb | @ryandesign,openmaintainer | |
isl | @MarcusCalhoun-Lopez,openmaintainer | |
libart_lgpl | @tobypeterson,openmaintainer | |
libassuan | @larryv,openmaintainer | |
libcanberra | ||
libdaemon | ||
libgcrypt | @Schamschula,openmaintainer | |
net-snmp | @ryandesign,openmaintainer | |
sox | ||
xorg-libXxf86vm | @jeremyhu,openmaintainer |
Change History (2)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 4 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
I would expect all of the ports that have the yosemite-libtool.patch to need it, and to therefore need to be updated to the new dynamic_lookup-11.patch.
When updating, please remove the old yosemite-libtool.patch and add the new patch named dynamic_lookup-11.patch so that it is easier to find in the future if we need to update it.