[MacPorts] #57197: iTerm2: Update to 3.2.5
MacPorts
noreply at macports.org
Mon Nov 5 03:16:21 UTC 2018
#57197: iTerm2: Update to 3.2.5
-------------------------+----------------------
Reporter: ryandesign | Owner: markemer
Type: update | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: iTerm2 |
-------------------------+----------------------
Comment (by ryandesign):
Yes, on Xcode 10 or later I think we need to use `-derivedData`. We should
do that in the xcode portgroup, and ports that invoke `xcodebuild`
manually would have to add that as well.
The question is: is there a good reason why the iTerm2 port should use
that Makefile? It looks like almost all of what the Makefile does is of
use only to the developer, not to us. Literally all it's doing in the
build phase (the `Deployment` target) is
{{{
xcodebuild -parallelizeTargets -target iTerm2 -configuration
Deployment && \
chmod -R go+rX build/Deployment
}}}
and the destroot phase (the `install` target) is just:
{{{
cp -R build/Deployment/iTerm2.app $(APPS)
}}}
It should be extremely easy to replace that with the xcode portgroup, and
then you'd automatically get the benefit of any improvement made to that
portgroup.
--
Ticket URL: <https://trac.macports.org/ticket/57197#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list