[MacPorts] #70398: KDE ports: *.shell files point to destroot folder which do not exist anymore
MacPorts
noreply at macports.org
Thu Jul 18 07:11:48 UTC 2024
#70398: KDE ports: *.shell files point to destroot folder which do not exist
anymore
--------------------------+-----------------------
Reporter: barracuda156 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.9.3
Keywords: kde | Port: kde, kde4
--------------------------+-----------------------
Multiple KDE ports have `.shell` file which sets DYLD_LIBRARY_PATH, for
example:
{{{
/Applications/MacPorts/KDE4/calgebra.app/Contents/MacOS/calgebra.shell
}}}
All of those bake in wrong paths, pointing to destroot:
{{{
#!/bin/sh
# created by cmake, don't edit, changes will be lost
DYLD_LIBRARY_PATH=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_kde_analitza/analitza/work/build/lib/./:/opt/local/lib${DYLD_LIBRARY_PATH:+:$DYLD_LIBRARY_PATH}
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_kde_analitza/analitza/work/build/calgebra/calgebra.app/Contents/MacOS/calgebra"
"$@"
}}}
--
Ticket URL: <https://trac.macports.org/ticket/70398>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list