Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Use older port

0 views
Skip to first unread message

Cody Holland

unread,
May 25, 2005, 8:56:34 AM5/25/05
to
I'm running FreeBSD 5.4 with my ports pretty much up-to-date. I have a
graphing software that required rrdtool 1.0.x and I'm running 1.2.x.
How do I install an older version of this via ports or packages?

Cody
_______________________________________________
freebsd-...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questi...@freebsd.org"

Tony Shadwick

unread,
May 25, 2005, 9:09:22 AM5/25/05
to
I have two ways of doing it. I'm not claiming either/or is the 'right'
way.

1. Go to another machine running an older version from ports, cd to its
directory in the ports tree and type 'make package'. copy the newly
created tbz to your 5.4 box and run pkg_add on it. You'll have to do a
pkg_delete on the old one first.

2. Use portdowngrade. You'll have to set the environment variable for
CVS_RSH=ssh and set CVSROOT according to the anonymous cvs instructions
from the handbook. Once you've done this, run portdowngrade on rrdtool,
and you'll be given a list of older versions to downgrade to. It takes a
bit to generate the full list, so be patient.

Tony

0 new messages