Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 20:47:00 +0100
From:      Neil Darlow <neil@darlow.co.uk>
To:        freebsd-questions@freebsd.org
Subject:   RE: php4_4.2.0 broken, how to get an older port?
Message-ID:  <200205011947.g41Jl3j59589@router.darlow.co.uk>

next in thread | raw e-mail | index | archive | help
Hi Walter,

On 05/01/2002 at 09:34:21, Walter Hop said:
> Now I really need to rollback to php4_4.1.2, I've saved a tarball but
> unfortunately I need to change make options so I can't use packages...
>
> Is there a place where you can get older versions of ports?

In this instance it's quite easy. Dirk has provided a BEFORE_PHP_4_2_0 tag 
for CVS updates.

As root do the following:
cd /usr
rm -Rf ports/www/mod_php4
setenv CVSROOT :pserver:anoncvs@anoncvs.freebsd.org:/home/ncvs
cvs login
cvs checkout -rBEFORE_PHP_4_2_0 ports/www/mod_php4
cvs logout

This will checkout a tagged mod_php4 tree that subsequent cvs update (and 
cvsup updates?) should respect.

Regards,
Neil Darlow M.Sc.
-- 
1024D/531F9048 1999-09-11 Neil Darlow <neil@darlow.co.uk>
GPG Fingerprint = 359D B8FF 6273 6C32 BEAA  43F9 E579 E24A 531F 9048

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205011947.g41Jl3j59589>