View Single Post
  #6   (View Single Post)  
Old 4th March 2013
motsteve motsteve is offline
Real Name: Steve Carlton
BSD Newbie
 
Join Date: Dec 2012
Location: Plantation, FL
Posts: 1
Default

This is what is in the guide:

export PKG_PATH="http://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/<PORT>/<RELEASE-NUMBER>/All"

export PKG_PATH

Here's what works:

export PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/6.0_2012Q4/ALL

This is for NetBSD 6.0.1 64bit.

What got me on the right path was what was in the original .profile. I was believing it was wrong because of what was written in the guide. Silly me. That is what you get when you RTFM I wasted hours on this foolishness.
Reply With Quote