Re: Ports and package creation Automation

2009-07-23 Thread b. f.
I know that pkg_create command will create packages for the other 3 boxes. if I am going to rebuild all of my ports from scratch, can I somehow tell FreeBSD to create a package all the time and store it in a directory? In addition to what the others have mentioned, you can also use portmaster

Re: Ports and package creation Automation

2009-07-23 Thread b. f.
On 7/23/09, b. f. bf1...@googlemail.com wrote: ... where PKG_FETCH is an sftp-aware client like curll(1) from ftp/curl, with the appropriate flags ... or, as you said, sftp(1) in the base. entia non sunt multiplicanda praeter necessitatem. b. ___

Ports and package creation Automation

2009-07-22 Thread Sam Fourman Jr.
hello list, After searching google for 5 minutes I cant find what I am looking for. I know that pkg_create command will create packages for the other 3 boxes. if I am going to rebuild all of my ports from scratch, can I somehow tell FreeBSD to create a package all the time and store it in a

Re: Ports and package creation Automation

2009-07-22 Thread Glen Barber
On Wed, Jul 22, 2009 at 4:48 PM, Sam Fourman Jr.sfour...@gmail.com wrote: hello list, After searching google for 5 minutes I cant find what I am looking for. I know that pkg_create command will create packages for the other 3 boxes. if I am going to rebuild all of my ports from scratch, can

Re: Ports and package creation Automation

2009-07-22 Thread Polytropon
On Wed, 22 Jul 2009 16:50:23 -0400, Glen Barber glen.j.bar...@gmail.com wrote: I believe you are looking for the following: make package make package-recursive If you're using portupgrade / portinstall, the -p option should be a good choice: -p --package Build a package