Opened 15 years ago
Closed 15 years ago
#21407 closed defect (fixed)
AppKiDo 0.971: destroot fails on 10.5 because of invalid deployment path
Reported by: | mklein-de (Michael Klein) | Owned by: | kballard (Lily Ballard) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | jmroot (Joshua Root) | |
Port: | AppKiDo |
Description
---> Staging AppKiDo into destroot Error: Target org.macports.destroot returned: error copying "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_AppKiDo/work/AppKiDo/build/AppKiDo.app": no such file or directory Warning: the following items did not execute (for AppKiDo): org.macports.activate org.macports.destroot org.macports.archive org.macports.install Error: Status 1 encountered during processing.
That should be build/Deployment/AppKiDo.app
instead of build/AppKiDo.app
with Xcode 3.1
Additionally, the livecheck regex doesn't work for recent versions.
The patch fixes both issues and upgrades to the latest version, 0.983.
Attachments (2)
Change History (6)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to eridius@… |
---|
comment:2 follow-up: 3 Changed 15 years ago by jmroot (Joshua Root)
Cc: | jmr@… added |
---|
Changed 15 years ago by mklein-de (Michael Klein)
Attachment: | AppKiDo-Portfile.diff added |
---|
Updated Portfile (AppKiDo 0.984)
Changed 15 years ago by mklein-de (Michael Klein)
Attachment: | patch-AKTableView-defaultFontSize.patch added |
---|
Patch to replace deprecated [NSFont defaultLineHeightForFont]
comment:3 Changed 15 years ago by mklein-de (Michael Klein)
Replying to jmr@…:
This doesn't build for me:
AppKiDo/CustomViews/AKTableView.m: In function '-[AKTableView applyListFontPrefs]': AppKiDo/CustomViews/AKTableView.m:25: warning: 'NSFont' may not respond to '-defaultLineHeightForFont' AppKiDo/CustomViews/AKTableView.m:25: warning: (Messages without a matching method signature AppKiDo/CustomViews/AKTableView.m:25: warning: will be assumed to return 'id' and accept AppKiDo/CustomViews/AKTableView.m:25: warning: '...' as arguments.) AppKiDo/CustomViews/AKTableView.m:25: error: invalid operands to binary + (have 'id' and 'double')
Can you try the attached patch?
comment:4 Changed 15 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
That works. Committed in r67559.
Note: See
TracTickets for help on using
tickets.
This doesn't build for me: