Opened 6 years ago
Closed 6 years ago
#57628 closed defect (fixed)
No Tiger restriction in DesktopManager
Reported by: | chrstphrchvz (Christopher Chavez) | Owned by: | chrstphrchvz (Christopher Chavez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.4 |
Keywords: | Cc: | ||
Port: | DesktopManager |
Description
DesktopManager
(VirtueDesktops) only supported 10.4 Tiger, but the portfile does not enforce this using e.g. ${os.major} == 8
. There are errors when attempting to build on Leopard (see #13900) and later; on recent macOS versions, the error is due to an old project file format:
:info:build xcodebuild: error: Unable to read project 'DesktopManager.xcode'. :info:build Reason: Project file 'DesktopManager' was written by an unsupported Xcode version (39)
Note that VirtueDesktops was discontinued by its author several years ago, presumably since 10.5 Leopard and later versions include the Spaces feature (though some have attempted workarounds for using VirtueDesktops on Leopard anyways).
Change History (1)
comment:1 Changed 6 years ago by chrstphrchvz (Christopher Chavez)
Owner: | set to chrstphrchvz |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 10dc4932fa3e30ca2f98cd906dc5c2781bf136a7/macports-ports (master):