Changes between Version 52 and Version 53 of NanoBSD
- Timestamp:
- Jul 13, 2009, 6:30:09 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v52 v53 23 23 $ csup -h cvsup.nl.freebsd.org /usr/share/examples/cvsup/standard-supfile 24 24 }}} 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 YES28 $ pkg_add -r subversion29 }}}30 25 1. fetch ports 31 26 {{{ 32 27 $ portsnap fetch extract 33 28 }}} 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 }}} 34 35 1. OPTIONAL, every developer has his own preferences, these are mine ;-) 35 36 Note: screen installed via ports as it has not package alternative 36 37 {{{ 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) 38 40 $ (cd /usr/ports/sysutils/screen; make install clean BATCH=yes) 39 41 }}}