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 scri
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 Powell 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 opti
What about using /usr/ports/ports-mgmt/portconf/?
On Sun, Apr 3, 2011 at 6:21 AM, Patrick Powell 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
>>> command lin
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 -DWI
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 -DWITHOUT_
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 do
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
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 a
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 p