Re: Automating Port Building- Setting options on the command line

2011-04-04 Thread Matthias Andree
Am 01.04.2011 02:49, schrieb Patrick Powell: First, before you tell me to do it, I have already RTFM, done a google search, and even looked for examples. Here is what I am trying to do. I have to generate a set of packages for amd64 and i386 systems. I usually have a simple script

Re: Automating Port Building- Setting options on the command line

2011-04-03 Thread Patrick Powell
On 04/02/11 20:39, Sutra Zhou wrote: What about using /usr/ports/ports-mgmt/portconf/? On Sun, Apr 3, 2011 at 6:21 AM, Patrick Powellpapow...@astart.com wrote: On 03/31/11 23:04, Alberto Villa wrote: On Friday 01 April 2011 02:49:06 Patrick Powell wrote: What I would like to do is pass in a

Re: Automating Port Building- Setting options on the command line

2011-04-02 Thread Patrick Powell
On 03/31/11 23:04, Alberto Villa wrote: On Friday 01 April 2011 02:49:06 Patrick Powell wrote: What I would like to do is pass in a set of default options on the command line such as: cd /usr/ports/lang/php5-extensions make configure THIS=yes THAT=no cd /usr/ports/multimedia/kdenlive make

Re: Automating Port Building- Setting options on the command line

2011-04-02 Thread Sutra Zhou
What about using /usr/ports/ports-mgmt/portconf/? On Sun, Apr 3, 2011 at 6:21 AM, Patrick Powell papow...@astart.com wrote: On 03/31/11 23:04, Alberto Villa wrote: On Friday 01 April 2011 02:49:06 Patrick Powell wrote: What I would like to do is pass in a set of default options on the

Re: Automating Port Building- Setting options on the command line

2011-04-01 Thread Alberto Villa
On Friday 01 April 2011 02:49:06 Patrick Powell wrote: What I would like to do is pass in a set of default options on the command line such as: cd /usr/ports/lang/php5-extensions make configure THIS=yes THAT=no cd /usr/ports/multimedia/kdenlive make -DWITH_DVD -DWITH_FREI0R

Automating Port Building- Setting options on the command line

2011-03-31 Thread Patrick Powell
First, before you tell me to do it, I have already RTFM, done a google search, and even looked for examples. Here is what I am trying to do. I have to generate a set of packages for amd64 and i386 systems. I usually have a simple script that does: cd /usr/ports/XXX make make install make

Re: Automating Port Building- Setting options on the command line

2011-03-31 Thread Jason Helfman
On Thu, Mar 31, 2011 at 05:49:06PM -0700, Patrick Powell thus spake: First, before you tell me to do it, I have already RTFM, done a google search, and even looked for examples. Here is what I am trying to do. I have to generate a set of packages for amd64 and i386 systems. I usually have

Re: Automating Port Building- Setting options on the command line

2011-03-31 Thread Patrick Powell
On 03/31/11 17:48, Jason Helfman wrote: On Thu, Mar 31, 2011 at 05:49:06PM -0700, Patrick Powell thus spake: First, before you tell me to do it, I have already RTFM, done a google search, and even looked for examples. Here is what I am trying to do. I have to generate a set of packages for

Re: Automating Port Building- Setting options on the command line

2011-03-31 Thread Doug Barton
On 03/31/2011 18:03, Patrick Powell wrote: Is there an idiot simple, put this on the command line alternative to this to handle the 3 (three) ports that require me to hand tune them? No. The ports tree is not designed to do what you want it to do, sorry. If it's only 3 ports, apologies if I