Ticket #13921 (closed defect: fixed)
hugs98 should not use "exit"
| Reported by: | ryandesign@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | Cc: | ||
| Port: |
Description
hugs98 prints an error message when running on Mac OS X 10.2, but there are two problems with the implementation:
- It uses the "exit" command which no longer exists.
- It should be wrapped in a "pre-fetch" block so that non-installation actions, like port info and portindex, still work.
These are the problems you currently get:
$ sudo port info +darwin_6 Hugs is not supported on Jaguar (10.2.x). Sorry. Error: Error executing darwin_6: invalid command name "exit" Error: Unable to open port: Error evaluating variants $
I'll attach a patch to fix this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

