Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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:

  1. It uses the "exit" command which no longer exists.
  2. 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 (1)

Portfile-hugs98.diff (459 bytes) - added by ryandesign (Ryan Carsten Schmidt) 16 years ago.

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: Portfile-hugs98.diff added

comment:1 Changed 16 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks!

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.