make package vs pkg create

2013-02-24 Thread Joshua Isom
I tried making a build jail, not with pourdriere or tinderbox. I just went to the ports and ran `make -DBATCH package-recursive clean` to get packages created. I ran `pkg add *` in the packages/All directory, but all failed because of MANIFEST missing. I'm guessing this is a bug in the .mk

Re: make package vs pkg create

2013-02-24 Thread Steve O'Hara-Smith
On Sun, 24 Feb 2013 10:33:45 -0600 Joshua Isom jri...@gmail.com wrote: I tried making a build jail, not with pourdriere or tinderbox. I just went to the ports and ran `make -DBATCH package-recursive clean` to get packages created. I ran `pkg add *` in the packages/All directory, but all

Re: make package vs pkg create

2013-02-24 Thread Matthew Seaman
On 24/02/2013 16:33, Joshua Isom wrote: I tried making a build jail, not with pourdriere or tinderbox. I just went to the ports and ran `make -DBATCH package-recursive clean` to get packages created. I ran `pkg add *` in the packages/All directory, but all failed because of MANIFEST missing.