New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 9 and Version 10 of FAQ


Ignore:
Timestamp:
06/06/07 15:32:59 (6 years ago)
Author:
ryandesign@…
Comment:

Add item for configure.cflags-append error

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v9 v10  
    2424 
    2525`sudo port uninstall xfig; sudo port uninstall transfig` 
     26 
     27=== Why do I get an error about configure.cflags-append? === 
     28 
     29When running `port` for the first time, you may see this error message: 
     30 
     31{{{ 
     32unable to open port: invalid name "configure.cflags-append" 
     33}}} 
     34 
     35This is a feature which was added recently, and it means you do not have the latest version of MacPorts installed. To resolve it, update to the latest version of MacPorts by running: 
     36 
     37{{{ 
     38sudo port selfupdate 
     39}}} 
    2640 
    2741=== What are the folders in `${prefix}/var/db/dports/ for and why do they take up so much space? ===