New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #30534 (closed enhancement: fixed)

Opened 22 months ago

Last modified 21 months ago

aqua/Platypus is non-universal on Snow Leopard / Lion

Reported by: rmstonecipher@… Owned by: tsupplis@…
Priority: Normal Milestone:
Component: ports Version: 2.0.0
Keywords: haspatch Cc:
Port: platypus

Description

The only supported architecture available on Snow Leopard (Darwin 10) and Lion (Darwin 11) is i386; therefore no universal binary can be built.
A universal binary for i386/ppc is possible on Leopard and older.
Consider adding this as follow-up to r77136:

+if {"darwin" == ${os.platform} && ${os.major} >= 10} {
+    universal_variant   no
+}
+

If the above change is acceptable, please let me know and I will commit it.

Cheers,
Ryan Stonecipher

Change History

comment:1 Changed 21 months ago by rmstonecipher@…

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

Fixed in r82086 (maintainer timeout).

Note: See TracTickets for help on using tickets.