Changes between Version 52 and Version 53 of NanoBSD


Ignore:
Timestamp:
Jul 13, 2009, 6:30:09 PM (15 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v52 v53  
    2323 $ csup  -h cvsup.nl.freebsd.org /usr/share/examples/cvsup/standard-supfile
    2424 }}}
    25  1. install subversion (set ftp to passive mode to ensure the firewall is not causing issues if one exists.
    26  {{{
    27  $ setenv FTP_PASSIVE_MODE YES
    28  $ pkg_add -r subversion
    29  }}}
    3025 1. fetch ports
    3126 {{{
    3227 $ portsnap fetch extract
    3328 }}}
     29 1. install subversion (set ftp to passive mode to ensure the firewall is not causing issues if one exists.
     30    NOTE: Please install all via ports as it will cause issues later on
     31 {{{
     32 $ setenv FTP_PASSIVE_MODE YES
     33 $ (cd /usr/ports/devel/subversion; make install clean BATCH=yes)
     34 }}}
    3435 1. OPTIONAL, every developer has his own preferences, these are mine ;-)
    3536    Note: screen installed via ports as it has not package alternative
    3637 {{{
    37  $ pkg_add -r vim-lite sudo
     38 $ (cd /usr/ports/editors/vim-lite; make install clean BATCH=yes)
     39 $ (cd /usr/ports/security/sudo; make install clean BATCH=yes)
    3840 $ (cd /usr/ports/sysutils/screen; make install clean BATCH=yes)
    3941 }}}