[BACK]Return to ports.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/ports.html between version 1.62 and 1.63

version 1.62, 2002/01/29 22:08:37 version 1.63, 2002/02/09 00:55:58
Line 71 
Line 71 
 <p>  <p>
 Packages are the binary equivalent of ports.  A compiled port becomes  Packages are the binary equivalent of ports.  A compiled port becomes
 a package that can be registered into the system using  a package that can be registered into the system using
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&amp;sektion=1&amp;format=html">pkg_add(1)</a>
   
 <p>  <p>
 <strong><font color="#e00000">  <strong><font color="#e00000">
Line 284 
Line 284 
 Ports tree has many features for the advanced user that make it a valuable  Ports tree has many features for the advanced user that make it a valuable
 tool beyond basic installation. Advanced users may wish to tamper with  tool beyond basic installation. Advanced users may wish to tamper with
 the makefiles (you should read the  the makefiles (you should read the
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&amp;sektion=1&amp;format=html">make(1)</a>
 manual page first) or set various variables from the make commandline or in  manual page first) or set various variables from the make commandline or in
 <tt>/etc/mk.conf</tt>. These variables are described in detail in the  <tt>/etc/mk.conf</tt>. These variables are described in detail in the
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bsd.port.mk&sektion=5&format=html">bsd.port.mk(5)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bsd.port.mk&amp;sektion=5&amp;format=html">bsd.port.mk(5)</a>
 manual page, and the porting documents below.  manual page, and the porting documents below.
 </p>  </p>
   
Line 359 
Line 359 
        % cd /usr/ports/archivers/unzip         % cd /usr/ports/archivers/unzip
        % su         % su
        # mkdir -p ~/portslogs         # mkdir -p ~/portslogs
        # make clean install 2>&1 | /usr/ports/infrastructure/build/portslogger \         # make clean install 2>&amp;1 | /usr/ports/infrastructure/build/portslogger \
                ~/portslogs                 ~/portslogs
 </pre>  </pre>
   

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63