New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #28233 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

make app self-contained

Reported by: koen@… Owned by: raphael@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: scantailor

Description (last modified by raphael@…) (diff)

  • Delete app if app exists from previous build
  • Add frameworks to make app self-contained

Attachments

Portfile.patch (3.1 KB) - added by koen@… 2 years ago.

Change History

Changed 2 years ago by koen@…

comment:1 follow-up: ↓ 3 Changed 2 years ago by koen@…

The command move ${destroot}${prefix}/bin/scantailor ${appdir}/Contents/MacOS/ScanTailor means the app also works on filesystems which distinguish between upper and lower case

comment:2 in reply to: ↑ description Changed 2 years ago by raphael@…

  • Keywords djvu removed
  • Status changed from new to assigned
  • Version 1.9.2 deleted
  • Description modified (diff)
  • Owner changed from macports-tickets@… to raphael@…

Replying to koen@…:

  • Delete app if app exists from previous build

This is not necessary as MacPorts provides an empty destroot directory.

  • Add frameworks to make app self-contained

It is not recommended to build self-contained application bundles with MacPorts as you would have to rebuild the bundle every time a framework in the bundle gets updated.

Please provide better readable unified diffs for portfiles in the future.

comment:3 in reply to: ↑ 1 Changed 2 years ago by raphael@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Replying to koen@…:

The command move ${destroot}${prefix}/bin/scantailor ${appdir}/Contents/MacOS/ScanTailor means the app also works on filesystems which distinguish between upper and lower case

Fixed in r75617, thanks.

Note: See TracTickets for help on using tickets.