Ticket #29566 (closed enhancement: fixed)
FScript: fetch zipped sources, ib_plugin variant rewrite, xcode 4 check
| Reported by: | ciserlohn@… | Owned by: | ciserlohn@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | haspatch maintainer | Cc: | |
| Port: | FScript |
Description
changes:
- fetch the sources as a zip (upstream has added an appropriate tag on github)
- remove the without_ibplugin variant and add a (default) ib_plugin variant as a replacement (makes the portfile cleaner)
- add a pre-configure phase and check for xcode 4 as it does not support Imterface Builder plug-ins
Attachments
Change History
comment:2 in reply to: ↑ 1 Changed 2 years ago by ciserlohn@…
Replying to ryandesign@…:
It would be nice if +ib_plugin were not a default variant when it doesn't work (i.e. when Xcode >= 4 is installed).
Updated the patch so that the ib_plugin is only a default variant for Xcode < 4
Note: See
TracTickets for help on using
tickets.


It would be nice if +ib_plugin were not a default variant when it doesn't work (i.e. when Xcode >= 4 is installed).