Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2005 18:03:17 +0000
From:      Chuck Robey <chuckr@chuckr.org>
To:        perikillo <perikillo@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Freebsd 5.4 cannot fetch xfree86?
Message-ID:  <42C03F65.804@chuckr.org>
In-Reply-To: <51d7a51605062623007660086b@mail.gmail.com>
References:  <51d7a51605062623007660086b@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
perikillo wrote:

>  Hi to all.
>    I install freebsd 5.4 Release, with xorg i have problems with my
>kbd, and i decide to install the old friend XFree86-4, i read the
>handbook about, the example say:
>test# pkg_add -r XFree86
>
>   But my system dosent found nothing, the answer is something about
>"Cannot fetch xfree86 packages from ftp.freebsd.org.
>
>  
>
You can use the PACKAGESITE variable to get pkg_add to go where you
want.  This next line can be done a whole  bunch of different ways, but
it's the most general, but I have crafted this for my own system, which
is a amd64, so it points there.  If you don't see this, and change this
to point to your own system's architecture, yu're on your own if you
mess things up:

env
PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-current/All/  
/usr/sbin/pkg_add -f -r ${PKG_TARGET}


>   There is something else i need to do? or where i can change the
>default URL? OR wich URL have those pakages ? Any help i will
>apreciate.
>
>    Thanks to all.
>_______________________________________________
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>  
>




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