Changes between Version 4 and Version 5 of LiveServer


Ignore:
Timestamp:
07/19/10 14:00:46 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LiveServer

    v4 v5  
    1111=== screen === 
    1212{{{ 
    13 # cd /usr/ports/sysutils/screen  
    14 # make config 
     13cd /usr/ports/sysutils/screen  
     14make config 
    1515  [ ] CJK           Treat CJK ambiguous characters as full width 
    1616  [X] INFO          Build and install info documentation 
     
    2020  [ ] HOSTINLOCKED  Print user@host in locked message 
    2121  [ ] SHOWENC       Show encoding on the status line 
    22 # make install clean 
     22make install clean 
    2323}}} 
    2424 
    2525=== wget === 
    2626{{{ 
    27 # cd /usr/ports/ftp/wget  
    28 # make config 
     27cd /usr/ports/ftp/wget  
     28make config 
    2929  [ ] GNUTLS   Support for SSL via GnuTLS 
    3030  [X] IPV6     Support for IPv6 
    3131  [X] NLS      Native Language Support with gettext 
    3232  [X] OPENSSL  Support for SSL via OpenSSL 
    33 # make install clean 
     33make install clean 
    3434}}} 
    3535 
    3636=== vim === 
    3737{{{ 
    38 # cd /usr/ports/editors/vim 
    39 # make config 
     38cd /usr/ports/editors/vim 
     39make config 
    4040  ===> No options to configure 
    41 # make install clean 
     41make install clean 
    4242}}} 
    4343 
     
    4646For apachectl status: 
    4747{{{ 
    48 $ apachectl status 
    49 lynx: not found 
     48apachectl status 
     49  lynx: not found 
    5050}}} 
    5151 
    5252{{{ 
    53 # cd /usr/ports/www/lynx  
    54 # make config 
     53cd /usr/ports/www/lynx  
     54make config 
    5555  [X] SSL             SSL support 
    5656  [X] DEFAULT_COLORS  Colors support 
    5757  [ ] IPV6            IPv6 support 
    5858  [X] NLS             Native language support 
    59 # make install clean 
     59make install clean 
    6060}}} 
    6161 
    6262=== rsync === 
    6363{{{ 
    64 # cd /usr/ports/net/rsync/ 
    65 # make config 
    66 # make install clean 
     64cd /usr/ports/net/rsync/ 
     65make config 
     66make install clean 
    6767}}} 
    6868 
    6969=== subversion === 
    7070{{{ 
    71 # cd /usr/ports/devel/subversion/ 
    72 # make config 
    73 # make install clean 
     71cd /usr/ports/devel/subversion/ 
     72make config 
     73make install clean 
    7474}}} 
    7575