New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #13921 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

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:

  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

Portfile-hugs98.diff (459 bytes) - added by ryandesign@… 5 years ago.

Change History

Changed 5 years ago by ryandesign@…

comment:1 Changed 5 years ago by mww@…

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

thanks!

comment:2 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.