Hello,
I was attempting to compile a largish port offline (xorg-server) when I think I ran into a bug in pkg_add.
Basically I did...
To get a list of all the package I needed to install before building it.
I set my PKG_PATH variable with my two package paths (one is dvd and another one with a few extra packages)...
(I tried with and without quotes)
Then I pasted the list of packages from make pretty-print... into a pkg_add command
But it could only ever stat (find) packages in the first location in PKG_PATH (first path separated by colon ( : )
Has anyone else run into this problem?
The workaround was to obviously drive to the uni and get all packages from the ftp, but that is a waste of bandwidth... and petrol
Thanks
I was attempting to compile a largish port offline (xorg-server) when I think I ran into a bug in pkg_add.
Basically I did...
Code:
# make pretty-print-build-depends-list
To get a list of all the package I needed to install before building it.
I set my PKG_PATH variable with my two package paths (one is dvd and another one with a few extra packages)...
Code:
# setenv PKG_PATH "/cdrom/packages/All:/mnt/otherpackages"
(I tried with and without quotes)
Then I pasted the list of packages from make pretty-print... into a pkg_add command
Code:
# pkg_add xproto-x.x.x xtrans-x.x.x etc...
But it could only ever stat (find) packages in the first location in PKG_PATH (first path separated by colon ( : )
Has anyone else run into this problem?
The workaround was to obviously drive to the uni and get all packages from the ftp, but that is a waste of bandwidth... and petrol

Thanks