#13921: hugs98 should not use "exit" -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- 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. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13921> MacPorts </projects/macports> Ports system for Mac OS