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

Diff for /www/Attic/ports.html between version 1.100 and 1.101

version 1.100, 2009/07/31 05:24:11 version 1.101, 2009/10/23 21:16:12
Line 109 
Line 109 
   
 <p>  <p>
 For instance, to install the Gimp package (and any needed dependencies)  For instance, to install the Gimp package (and any needed dependencies)
 for the 4.5 release on an i386 machine from the ftp site, do:  for the 4.6 release on an i386 machine from the ftp site, do:
   
 <pre>  <pre>
     # export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.5/packages/i386/      # export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.6/packages/i386/
     # pkg_add gimp      # pkg_add gimp
 </pre>  </pre>
   
Line 120 
Line 120 
 <p>  <p>
 The 2.7 release saw the introduction of a stable branch for the ports tree.  The 2.7 release saw the introduction of a stable branch for the ports tree.
 <p>  <p>
 For instance, to grab the stable branch for the 4.5 release:  For instance, to grab the stable branch for the 4.6 release:
 <pre>  <pre>
     $ cd /usr/ports      $ cd /usr/ports
     $ cvs -q -d anoncvs@some.anon.server:/cvs up -r OPENBSD_4_5 -Pd      $ cvs -q -d anoncvs@some.anon.server:/cvs up -r OPENBSD_4_6 -Pd
 </pre>  </pre>
 <p>  <p>
 Starting with the 2.8 release, selected binary packages are also made  Starting with the 2.8 release, selected binary packages are also made

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101