#13921 closed defect (fixed)
hugs98 should not use "exit"
Reported by: | ryandesign (Ryan Carsten Schmidt) | 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, likeport info
andportindex
, 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 (1)
Change History (3)
Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | Portfile-hugs98.diff added |
---|
comment:1 Changed 17 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
thanks!