New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21407 (closed defect: fixed)

Opened 2 years ago

Last modified 21 months ago

AppKiDo 0.971: destroot fails on 10.5 because of invalid deployment path

Reported by: michael.klein@… Owned by: eridius@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc: jmr@…
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

AppKiDo-Portfile.diff Download (1.8 KB) - added by michael.klein@… 21 months ago.
Updated Portfile (AppKiDo 0.984)
patch-AKTableView-defaultFontSize.patch Download (0.6 KB) - added by michael.klein@… 21 months ago.
Patch to replace deprecated [NSFont defaultLineHeightForFont]

Change History

  Changed 2 years ago by jmr@…

  • owner changed from macports-tickets@… to eridius@…

follow-up: ↓ 3   Changed 21 months ago by jmr@…

  • 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 21 months ago by michael.klein@…

Updated Portfile (AppKiDo 0.984)

Changed 21 months ago by michael.klein@…

Patch to replace deprecated [NSFont defaultLineHeightForFont]

in reply to: ↑ 2   Changed 21 months ago by 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?

  Changed 21 months ago by jmr@…

  • status changed from new to closed
  • resolution set to fixed

That works. Committed in r67559.

Note: See TracTickets for help on using tickets.