Re: ports capable of coping with --relocate?

2016-10-13 Thread Mathieu Arnold
Le 10/10/2016 à 07:35, Julian Elischer a écrit : > for packages I'm using : > > * PKG_DBDIR=/$(FOO)/var/db/pkg pkg add --relocate /$(FOO) $(PKGNAME)* > > to build up an image in location "$FOO" that I can tar up and install > onto a machine. --relocate does not do what you think it does. It tell

Re: ports capable of coping with --relocate?

2016-10-13 Thread David Demelier
2016-10-10 7:39 GMT+02:00 Julian Elischer : > On 9/10/2016 10:35 PM, Julian Elischer wrote: >> >> >> for packages I'm using : >> >> * PKG_DBDIR=/$(FOO)/var/db/pkg pkg add --relocate /$(FOO) $(PKGNAME)* >> >> to build up an image in location "$FOO" that I can tar up and install >> onto a machine. >

Re: ports capable of coping with --relocate?

2016-10-09 Thread Julian Elischer
On 9/10/2016 10:35 PM, Julian Elischer wrote: for packages I'm using : * PKG_DBDIR=/$(FOO)/var/db/pkg pkg add --relocate /$(FOO) $(PKGNAME)* to build up an image in location "$FOO" that I can tar up and install onto a machine. however some other ports fail to find that a dependency has bee