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

Diff for /www/Attic/ports.html between version 1.90 and 1.91

version 1.90, 2006/11/08 05:35:37 version 1.91, 2007/05/01 20:06:11
Line 6 
Line 6 
 <meta name="description" content="The OpenBSD Ports and Packages Collection">  <meta name="description" content="The OpenBSD Ports and Packages Collection">
 <meta name="keywords" content="openbsd,ports">  <meta name="keywords" content="openbsd,ports">
 <meta name="distribution" content="global">  <meta name="distribution" content="global">
 <meta name="copyright" content="copyright 1997-2006 by OpenBSD.">  <meta name="copyright" content="copyright 1997-2007 by OpenBSD.">
 <title>OpenBSD Ports and Packages</title>  <title>OpenBSD Ports and Packages</title>
 <link rev="made" href="mailto:www@openbsd.org">  <link rev="made" href="mailto:www@openbsd.org">
 </head>  </head>
Line 94 
Line 94 
 <li>On the <a href=ftp.html>ftp mirror sites</a>.  <li>On the <a href=ftp.html>ftp mirror sites</a>.
 <li>Browsed and retrieved from the web package lists:  <li>Browsed and retrieved from the web package lists:
 <ul>  <ul>
   <li><a href="http://www.openbsd.org/4.1_packages/">Packages for OpenBSD 4.1</a>
 <li><a href="http://www.openbsd.org/4.0_packages/">Packages for OpenBSD 4.0</a>  <li><a href="http://www.openbsd.org/4.0_packages/">Packages for OpenBSD 4.0</a>
 <li><a href="http://www.openbsd.org/3.9_packages/">Packages for OpenBSD 3.9</a>  <li><a href="http://www.openbsd.org/3.9_packages/">Packages for OpenBSD 3.9</a>
 <li><a href="http://www.openbsd.org/3.8_packages/">Packages for OpenBSD 3.8</a>  
 </ul>  </ul>
 </ul>  </ul>
   
Line 107 
Line 107 
 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 4.0 release on an i386  For instance, to install the Gimp package for the 4.1 release on an i386
 machine off the ftp site (including dependencies), do:  machine off the ftp site (including dependencies), do:
   
 <pre>  <pre>
     # export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.0/packages/i386/      # export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/
     # pkg_add gimp-2.2.12.tgz      # pkg_add gimp-2.2.13.tgz
 </pre>  </pre>
   
 <h3><font color="#0000e0"><a name="stable">Ports and Packages Update for an OpenBSD Release</a></font></h3>  <h3><font color="#0000e0"><a name="stable">Ports and Packages Update for an OpenBSD Release</a></font></h3>
 <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.0 release:  For instance, to grab the stable branch for the 4.1 release:
 <pre>  <pre>
     $ cd /usr/ports      $ cd /usr/ports
     $ cvs -q -d anoncvs@some.anon.server:/cvs up -r OPENBSD_4_0 -Pd      $ cvs -q -d anoncvs@some.anon.server:/cvs up -r OPENBSD_4_1 -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.90  
changed lines
  Added in v.1.91