Ok. So it appears the port I want is in CURRENT ports. Since we're not supposed to mix CURRENT ports with a STABLE system (or vice-versa), I have to wait for this port to get included in STABLE, which I'm guessing would be in 4.2 or build it from scratch.
On 6/20/07, Josh Grosse <[EMAIL PROTECTED]> wrote: > > On Wed, Jun 20, 2007 at 10:05:25AM -0700, Joe S wrote: > > I'm running openbsd 4.1-stable. I'm also using cvsup to get/update > > ports-stable.... > [snip] > > ....This site has a nice interface to ports: http://ports.openbsd.nu/ > > But they ports it says are in OpenBSD are not in my tree. Is this site > > showing current only? > > Yes. > > > The cvs website on openbsd.org ( > http://www.openbsd.org/cgi-bin/cvsweb/ports/) > > also has the www/rt port. Is the cvs website showing current too? > > The cvs website contains the entire repository, so it shows -current and > can also show every revision. The web access tool is very useful, as it > can show you logs of every change made to every collection since incept. > e.g.: > http://www.openbsd.org/cgi-bin/cvsweb/ports/www/Makefile?annotate=1.279 > shows that www/rt was added to ports/www/Makefile in revision 1.265, and > http://www.openbsd.org/cgi-bin/cvsweb/ports/www/Makefile/ shows that was > done on March 19. > > ---- > > When you checkout a tree from a repository with an OPENBSD_X_Y tag, you > are checking out the -stable tree. You can also checkout other trees, > such as -release (OPENBSD_X_Y_BASE), or -current at a particular date and > time (e.g.: -D "2007-06-01 16:00"). > > You will probably find cvs(1) very helpful in understanding what you have, > though cvsup in checkout mode does not produce the CVS structures you > would > have in a true cvs working directory.