/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux.Distrib/unix/freebsd.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
C Shell
 
2
=======
 
3
setenv HTTP_PROXY http://proxy:port
 
4
setenv FTP_PROXY http://proxy:port
 
5
 
 
6
 
 
7
Installing initial packets
 
8
==========================
 
9
pkg_add -r mc
 
10
pkg_add -r cvsup-without-gui
 
11
pkg_add -r rsync
 
12
pkg_add -r gnu-automake
 
13
 
 
14
 
 
15
Working with ports
 
16
==================
 
17
Syncing ports:
 
18
+ portsnap fetch
 
19
+ portsnap extract (first time) / update (next times)
 
20
 
 
21
Installing ports:
 
22
+ cd /usr/ports/<app-class>/app
 
23
+ make install clean
 
24
 
 
25
Port tools:
 
26
+ Upgrading everything: (/usr/ports/ports-mgmt/portupgrade)
 
27
    portupgrade -a (from new shell)
 
28
 
 
29
Enabling local ports:
 
30
+ Edit '/etc/make.conf' and add following line:
 
31
    VALID_CATEGORIES=local
 
32