Hello! I'm updating MenuMeters port file to the latest OS X El Capitan os version. And it face few issues. I solve them, but not sure if it is best practice.
First) of all 'xcode.destroot.settings SKIP_INSTALL=YES' seems ignored by xcodebuild and xcode trying to install .prefsPane into /opt/local/.../home/Library with (Operation not permitted). I solve this, but patching project file: https://github.com/axet/macports_custom/blob/master/aqua/MenuMeters/files/skip_install.patch Seems like hacky solution, please correct me if I'm wrong. Second) final step which includes copying MenuMeters.prefPane into /Library/PreferencePanes copy symbolic link of MenuMeters.prefPane instead content of 'MenuMeters.prefPane'. I solve this by reading value of symbolic link and copying it's original content. https://github.com/axet/macports_custom/blob/master/aqua/MenuMeters/Portfile Correct me here as well. -- AK
_______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
