Opened 15 years ago

Closed 14 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)

AppKiDo-Portfile.diff (1.8 KB) - added by mklein-de (Michael Klein) 14 years ago.
Updated Portfile (AppKiDo 0.984)
patch-AKTableView-defaultFontSize.patch (637 bytes) - added by mklein-de (Michael Klein) 14 years ago.
Patch to replace deprecated [NSFont defaultLineHeightForFont]

Download all attachments as: .zip

Change History (6)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to eridius@…

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Cc: jmr@… added

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')

Changed 14 years ago by mklein-de (Michael Klein)

Attachment: AppKiDo-Portfile.diff added

Updated Portfile (AppKiDo 0.984)

Changed 14 years ago by mklein-de (Michael Klein)

Patch to replace deprecated [NSFont defaultLineHeightForFont]

comment:3 in reply to:  2 Changed 14 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 14 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

That works. Committed in r67559.

Note: See TracTickets for help on using tickets.