Don't like ads? PRO users don't see any ads ;-)
Guest

test

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. sudo su -
  2. mkdir -p /opt/mports
  3. cd /opt/mports
  4. svn checkout https://svn.macports.org/repository/macports/trunk
  5. cd /opt/mports/trunk/base
  6. ./configure --enable-readline
  7. make
  8. sudo make install
  9. make distclean
  10. /opt/local/bin/port -v selfupdate
  11. /opt/local/bin/port edit libxml2
  12. :%s/reinplace/reinplace -local C/g