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

Diff for /www/Attic/ports.html between version 1.72 and 1.73

version 1.72, 2003/09/06 05:53:38 version 1.73, 2003/12/15 05:11:54
Line 110 
Line 110 
 set PKG_PATH to that repository URL, in order to grab dependencies.  set PKG_PATH to that repository URL, in order to grab dependencies.
   
 <p>  <p>
 For instance, to install the Gimp package for the 3.2 release on an i386  For instance, to install the Gimp package for the 3.4 release on an i386
 machine off the ftp site (including dependencies), do:  machine off the ftp site (including dependencies), do:
   
 <pre>  <pre>
     # setenv PKG_PATH ftp://ftp.openbsd.org/pub/OpenBSD/3.2/packages/i386/      # setenv PKG_PATH ftp://ftp.openbsd.org/pub/OpenBSD/3.4/packages/i386/
     # pkg_add ${PKG_PATH}gimp-1.2.3.tgz      # pkg_add ${PKG_PATH}gimp-1.2.3.tgz
 </pre>  </pre>
   
Line 122 
Line 122 
 <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 3.2 release:  For instance, to grab the stable branch for the 3.4 release:
 <pre>  <pre>
     $ cd /usr/ports      $ cd /usr/ports
     $ cvs -q -d anoncvs@some.anon.server:/cvs up -r OPENBSD_3_2 -Pd      $ cvs -q -d anoncvs@some.anon.server:/cvs up -r OPENBSD_3_4 -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.72  
changed lines
  Added in v.1.73