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 "[EMAIL PROTECTED]"
>  
>

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to