Changes between Initial Version and Version 1 of Ticket #44650


Ignore:
Timestamp:
Aug 14, 2014, 7:55:43 PM (10 years ago)
Author:
ci42
Comment:

The third command has a superfluous + before the port name (graphivz). It should be:

$magick> sudo port -v install graphviz +gs +wmf +jbig +jpeg2 +lcms

The + sign denotes a port variant. Please have a look at the guide for help with the port command.

In the future please remember to use wiki formating and fill in the port field.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44650

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #44650 – Description

    initial v1  
    55Install MacPorts. Download and install http://www.macports.org/ and type the
    66  following commands:
    7  
     7{{{ 
    88    $magick> sudo port -v install freetype +bytecode
    99    $magick> sudo port -v install librsvg
    1010    $magick> sudo port -v install +graphviz +gs +wmf +jbig +jpeg2 +lcms
    11 
     11}}}
    1212
    1313I was able to install MacPorts and run the first two commands.
    1414When trying to run the 3rd command, I get the following error:
    15 
     15{{{
    1616Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /Users/corinnewong").
    1717Please verify that the directory and portfile syntax are correct.
    1818Error: A default port name could not be supplied.
    1919Error: Unable to open port: Could not find Portfile in /Users/corinnewong
    20 
     20}}}
    2121I have a MacBook Pro with OS X version 10.8.5. I updated Xcode (v5.1.1). I installed MacPorts-2.3.1-10.8-MountainLion.pkg.
    2222Upon installation, I was getting the 'port command not found error' so I modified my .cshrc file with the following: