Opened 13 years ago

Closed 13 years ago

#28233 closed enhancement (fixed)

make app self-contained

Reported by: koen@… Owned by: raphael-st (Raphael Straub)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: scantailor

Description (last modified by raphael-st (Raphael Straub))

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

Attachments (1)

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

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by koen@…

Attachment: Portfile.patch added

comment:1 Changed 13 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 13 years ago by raphael-st (Raphael Straub)

Description: modified (diff)
Keywords: djvu removed
Owner: changed from macports-tickets@… to raphael@…
Status: newassigned
Version: 1.9.2

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 13 years ago by raphael-st (Raphael Straub)

Resolution: fixed
Status: assignedclosed

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.