Re: Updating ports from CVS question

2014-11-09 Thread Stuart Henderson
On 2014-11-07, Steve Williams wrote: > > Having the ports.tar.gz that corresponds to the snapshot you install is > nice because 2 months down the road you can compile/install something > that will work on your system even when there is no package available > that will work on your system. > > I

Re: Updating ports from CVS question

2014-11-07 Thread Steve Williams
On 11/7/2014 1:37 PM, Jungle Boogie wrote: > Dear Ingo, Misc > > From: Ingo Schwarze > Sent: Fri, 7 Nov 2014 19:18:08 +0100 > To: Jungle Boogie Cc: misc@openbsd.org > Subject: Re: Updating ports from CVS question > > >> J

Re: Updating ports from CVS question

2014-11-07 Thread Jungle Boogie
Dear Ingo, Misc From: Ingo Schwarze Sent: Fri, 7 Nov 2014 19:18:08 +0100 To: Jungle Boogie Cc: misc@openbsd.org Subject: Re: Updating ports from CVS question > Jungle Boogie wrote on Fri, Nov 07, 2014 at 08:20:36AM -0800: Great idea! How do

Re: Updating ports from CVS question

2014-11-07 Thread Stuart Henderson
On 2014-11-07, Jungle Boogie wrote: > Hello All, > > # uname -a > OpenBSD jackknife.my.domain 5.6 GENERIC.MP#0 i386 > > This system should be -current as of last night. > > I'm trying to build ports: > # cd /usr > # cvs -qd anon...@anoncvs.usa.openbsd.org:/cvs get -rOPENBSD_`uname -r | sed > 's/\

Re: Updating ports from CVS question

2014-11-07 Thread Ingo Schwarze
Jungle Boogie wrote on Fri, Nov 07, 2014 at 08:20:36AM -0800: > Great idea! How do you update your ports, then? > Just download a new ports.tar.gz file If you are running -stable, that doesn't help. The file ports.tar.gz doesn't get updated for -stable after release. > or: > # cd /usr/ports > #

Re: Updating ports from CVS question

2014-11-07 Thread Jungle Boogie
Dear Steve, From: Steve Williams Sent: Fri, 07 Nov 2014 09:11:51 -0700 To: misc@openbsd.org Subject: Re: Updating ports from CVS question > Hi, It is 1000 times faster (or some value... but wayyy faster) to just ftp the "ports.tar.gz&qu

Re: Updating ports from CVS question

2014-11-07 Thread Steve Williams
Hi, It is 1000 times faster (or some value... but wayyy faster) to just ftp the "ports.tar.gz" file over when compared to using CVS. Just saying... Cheers, Steve Williams On 11/7/2014 8:47 AM, Jungle Boogie wrote: Hello All, # uname -a OpenBSD jackknife.my.domain 5.6 GENERIC.MP#0 i386 Th

Updating ports from CVS question

2014-11-07 Thread Jungle Boogie
Hello All, # uname -a OpenBSD jackknife.my.domain 5.6 GENERIC.MP#0 i386 This system should be -current as of last night. I'm trying to build ports: # cd /usr # cvs -qd anon...@anoncvs.usa.openbsd.org:/cvs get -rOPENBSD_`uname -r | sed 's/\./_/'` -P ports Problem is that I got impatient and t

Re: cvs question

2009-09-04 Thread Otto Moerbeek
On Thu, Sep 03, 2009 at 04:21:29PM -0400, Kenneth R Westerback wrote: > On Thu, Sep 03, 2009 at 12:07:52PM -0700, Brian Whalen wrote: > > When one enters cvs get commands, like cvs get src, ports, or > > xenocara, is one getting stable or current versions of these, how > > can one tell? > > > > B

Re: cvs question

2009-09-03 Thread Dorian Büttner
On Thursday 03 September 2009 22:21:46 Brian Whalen wrote: > Dorian B|ttner wrote: > > On Thursday 03 September 2009 21:07:52 Brian Whalen wrote: > >> When one enters cvs get commands, like cvs get src, ports, or xenocara, > >> is one getting stable or current versions of these, how can one tell? >

Re: cvs question

2009-09-03 Thread Han Boetes
Brian Whalen wrote: > When one enters cvs get commands, like cvs get src, ports, or > xenocara, is one getting stable or current versions of these? -current > how can one tell? ~% cat /usr/src/CVS/Tag TOPENBSD_4_5 Of course this is all described in detail in the cvs manpage. # Han

Re: cvs question

2009-09-03 Thread Kenneth R Westerback
On Thu, Sep 03, 2009 at 12:07:52PM -0700, Brian Whalen wrote: > When one enters cvs get commands, like cvs get src, ports, or > xenocara, is one getting stable or current versions of these, how > can one tell? > > Brian > Without specifying a tag, version, etc., you should be getting -current as

Re: cvs question

2009-09-03 Thread Brian Whalen
Dorian B|ttner wrote: On Thursday 03 September 2009 21:07:52 Brian Whalen wrote: When one enters cvs get commands, like cvs get src, ports, or xenocara, is one getting stable or current versions of these, how can one tell? Brian Normally you would not guess after fetching, but specifying in

Re: cvs question

2009-09-03 Thread Dorian Büttner
On Thursday 03 September 2009 21:07:52 Brian Whalen wrote: > When one enters cvs get commands, like cvs get src, ports, or xenocara, > is one getting stable or current versions of these, how can one tell? > > Brian > Normally you would not guess after fetching, but specifying in the command lin

cvs question

2009-09-03 Thread Brian Whalen
When one enters cvs get commands, like cvs get src, ports, or xenocara, is one getting stable or current versions of these, how can one tell? Brian

cvs question (ports/www/mozilla-firefox)

2007-12-07 Thread J.C. Roberts
Please pardon the wide post but I'm curious why `cvs diff` is telling me about files that don't exist when run on a fresh checkout? It doesn't do any harm but the files look like left-overs from -stable, so I'm wondering if I've managed to screw up my cvs tags? Thanks, JCR $ echo $CVSROOT [EM