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

Diff for /www/Attic/ports.html between version 1.104 and 1.105

version 1.104, 2010/06/08 01:44:30 version 1.105, 2010/06/08 01:53:26
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-2008 by OpenBSD.">  <meta name="copyright" content="copyright 1997-2010 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 103 
Line 103 
   
 <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.6 release on an i386 machine from the ftp site, do:  for the 4.7 release on an i386 machine from the ftp site, do:
   
 <pre>  <pre>
     # export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.6/packages/i386/      # export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.7/packages/i386/
     # pkg_add gimp      # pkg_add gimp
 </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.  There is a <a href="faq/faq5.html#Flavors">stable branch</a> for the
   ports tree.
   
 <p>  <p>
 For instance, to grab the stable branch for the 4.6 release:  For instance, to grab the stable branch for the 4.7 release:
 <pre>  <pre>
     $ cd /usr/ports      $ cd /usr/ports
     $ cvs -q -d anoncvs@some.anon.server:/cvs up -r OPENBSD_4_6 -Pd      $ cvs -q -d anoncvs@some.anon.server:/cvs up -r OPENBSD_4_7 -Pd
 </pre>  </pre>
 <p>  <p>
 Starting with the 2.8 release, selected binary packages are also made  Selected binary packages are also made available.
 available.  
 If you want to receive security announcements, you can subscribe  If you want to receive security announcements, you can subscribe
 to the ports-security mailing list.  to the ports-security mailing list.
 </p>  
 <p>  <p>
 Package names are <strong>always</strong> changed in case of a package  Package names are <strong>always</strong> changed in case of a package
 update, to avoid any risk of confusion between a package from the release  update, to avoid any risk of confusion between a package from the release

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105