Re: changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Quoting "Matthew D. Fuller" <[EMAIL PROTECTED]>: On Tue, Aug 26, 2008 at 06:04:36PM -0500 I heard the voice of Paul Schmehl, and lo! it spake thus: If you plan on doing this often, pkgtools.conf is your best bet. If you plan on doing it once, commandline is probably the easiest and quickest.

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Quoting Paul Schmehl <[EMAIL PROTECTED]>: --On August 26, 2008 3:05:25 PM -0700 [EMAIL PROTECTED] wrote: Hello, and thank you very much for your reply. Yes. After looking closely at the variable, I discovered that also. So I used the PREFIX=/usr/local/php5. But as I build it (via php5-extensi

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread Matthew D. Fuller
On Tue, Aug 26, 2008 at 06:04:36PM -0500 I heard the voice of Paul Schmehl, and lo! it spake thus: > > If you plan on doing this often, pkgtools.conf is your best bet. If you > plan on doing it once, commandline is probably the easiest and quickest. I would say using ports-mgmt/portconf would b

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread Paul Schmehl
--On August 26, 2008 3:05:25 PM -0700 [EMAIL PROTECTED] wrote: Hello, and thank you very much for your reply. Yes. After looking closely at the variable, I discovered that also. So I used the PREFIX=/usr/local/php5. But as I build it (via php5-extensions) I am not seeing the PREFIX variable ref

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Quoting [EMAIL PROTECTED]: Quoting Paul Schmehl <[EMAIL PROTECTED]>: --On August 26, 2008 2:09:27 PM -0700 [EMAIL PROTECTED] wrote: I'll have a close look at $LOCALBASE. That sounds like a good candidate. With any luck, it'll also cover extensions, ini(s), and related libs. :) Please be a

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Quoting Paul Schmehl <[EMAIL PROTECTED]>: --On August 26, 2008 2:09:27 PM -0700 [EMAIL PROTECTED] wrote: I'll have a close look at $LOCALBASE. That sounds like a good candidate. With any luck, it'll also cover extensions, ini(s), and related libs. :) Please be aware that if you change ${LOC

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread Paul Schmehl
--On August 26, 2008 2:09:27 PM -0700 [EMAIL PROTECTED] wrote: I'll have a close look at $LOCALBASE. That sounds like a good candidate. With any luck, it'll also cover extensions, ini(s), and related libs. :) Please be aware that if you change ${LOCALBASE} you change it for *all* subsequentl

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread Chuck Swiger
Hi-- On Aug 26, 2008, at 12:42 PM, [EMAIL PROTECTED] wrote: Given that the folks at PHP have decided that no one is allowed to use PHP4 any longer. I've decided to *attempt* to install a copy of PHP5 (cgi only) along side my already installed/configured, and in use copy of PHP4 (apache_module, C

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Quoting Chuck Swiger <[EMAIL PROTECTED]>: Hi-- On Aug 26, 2008, at 12:42 PM, [EMAIL PROTECTED] wrote: Given that the folks at PHP have decided that no one is allowed to use PHP4 any longer. I've decided to *attempt* to install a copy of PHP5 (cgi only) along side my already installed/configure

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread Chris St Denis
[EMAIL PROTECTED] wrote: Quoting Chris St Denis <[EMAIL PROTECTED]>: [EMAIL PROTECTED] wrote: Greetings, Given that the folks at PHP have decided that no one is allowed to use PHP4 any longer. I've decided to *attempt* to install a copy of PHP5 (cgi only) along side my already installed/config

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Quoting Chris St Denis <[EMAIL PROTECTED]>: [EMAIL PROTECTED] wrote: Greetings, Given that the folks at PHP have decided that no one is allowed to use PHP4 any longer. I've decided to *attempt* to install a copy of PHP5 (cgi only) along side my already installed/configured, and in use copy of P

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread Chris St Denis
[EMAIL PROTECTED] wrote: Greetings, Given that the folks at PHP have decided that no one is allowed to use PHP4 any longer. I've decided to *attempt* to install a copy of PHP5 (cgi only) along side my already installed/configured, and in use copy of PHP4 (apache_module, CLI, & CGI). I spent some

changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Greetings, Given that the folks at PHP have decided that no one is allowed to use PHP4 any longer. I've decided to *attempt* to install a copy of PHP5 (cgi only) along side my already installed/configured, and in use copy of PHP4 (apache_module, CLI, & CGI). I spent some time attempting to find su

Re: make KNOBS

2008-02-26 Thread Jeremy Chadwick
On Tue, Feb 26, 2008 at 06:33:37AM -0600, Scot Hetzel wrote: > On Tue, Feb 26, 2008 at 2:03 AM, Jeremy Chadwick <[EMAIL PROTECTED]> wrote: > > Additionally, the WITH/WITHOUT variables seen in the Makefile are not > > always what they seem. For ports that use OPTIONS, you cannot define > > these on

Re: make KNOBS

2008-02-26 Thread Scot Hetzel
On Tue, Feb 26, 2008 at 2:03 AM, Jeremy Chadwick <[EMAIL PROTECTED]> wrote: > Additionally, the WITH/WITHOUT variables seen in the Makefile are not > always what they seem. For ports that use OPTIONS, you cannot define > these on the command-line (e.g. make WITHOUT_FRUIT=yes); you absolutely > MUS

Re: make KNOBS

2008-02-26 Thread Pete French
> Note that the phpmyadmin entry in our make.conf has no *functional* > purpose, because phpmyadmin uses the OPTIONS framework. It's used > solely as a "reminder" whenever I do "make rmconfig" and need to re-pick > what options to use. Is the idea to move all the ports over to the OPTIONS stuff ?

Re: make KNOBS

2008-02-26 Thread Erik Trulsson
On Tue, Feb 26, 2008 at 03:49:48AM -0800, Chris H. wrote: > Quoting Mark Linimon <[EMAIL PROTECTED]>: > >> On Mon, Feb 25, 2008 at 09:55:22PM -0800, Chris H. wrote: >>> Is there, or does anyone maintain a KNOBS list possibly categorized >>> by application/port/version, etc...? >> >> ports/KNOBS?

Re: make KNOBS

2008-02-26 Thread Chris H.
Quoting Jeremy Chadwick <[EMAIL PROTECTED]>: On Tue, Feb 26, 2008 at 03:05:09AM -0800, Chris H. wrote: Additionally, the WITH/WITHOUT variables seen in the Makefile are not always what they seem. For ports that use OPTIONS, you cannot define these on the command-line (e.g. make WITHOUT_FRUIT=y

Re: make KNOBS

2008-02-26 Thread Chris H.
Quoting Mark Linimon <[EMAIL PROTECTED]>: On Mon, Feb 25, 2008 at 09:55:22PM -0800, Chris H. wrote: Is there, or does anyone maintain a KNOBS list possibly categorized by application/port/version, etc...? ports/KNOBS? Yes. I have been aware of that file since it has been available in the por

Re: make KNOBS

2008-02-26 Thread Jeremy Chadwick
On Tue, Feb 26, 2008 at 03:05:09AM -0800, Chris H. wrote: >> Additionally, the WITH/WITHOUT variables seen in the Makefile are not >> always what they seem. For ports that use OPTIONS, you cannot define >> these on the command-line (e.g. make WITHOUT_FRUIT=yes); > I believe that /should/ be: > WIT

Re: make KNOBS

2008-02-26 Thread Yuri Pankov
On 02/26/2008 10:35, Chris H. wrote: Hello, and thank you for your reply. Quoting Ruslan Ermilov <[EMAIL PROTECTED]>: On Mon, Feb 25, 2008 at 09:55:22PM -0800, Chris H. wrote: Hello All, Maintaining a make.conf file can be a fairly daunting task within itself. But when upgrading, it becomes e

Re: make KNOBS

2008-02-26 Thread Mark Linimon
On Mon, Feb 25, 2008 at 09:55:22PM -0800, Chris H. wrote: > Is there, or does anyone maintain a KNOBS list possibly categorized > by application/port/version, etc...? ports/KNOBS? mcl ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/

Re: make KNOBS

2008-02-26 Thread Chris H.
Hello, and thank you for your reply. Quoting Yuri Pankov <[EMAIL PROTECTED]>: On 02/26/2008 10:35, Chris H. wrote: Hello, and thank you for your reply. Quoting Ruslan Ermilov <[EMAIL PROTECTED]>: On Mon, Feb 25, 2008 at 09:55:22PM -0800, Chris H. wrote: Hello All, Maintaining a make.conf fi

Re: make KNOBS

2008-02-26 Thread Jeremy Chadwick
On Mon, Feb 25, 2008 at 11:35:23PM -0800, Chris H. wrote: > But am struggling with finding the port(s) equivalent. If there isn't > one, I'd be more that happy to dedicate a domain/ web site solely to > providing this resource. Perhaps a wiki that I, and anyone else can > add the WITH_/WITHOUT_ opt

Re: make KNOBS

2008-02-26 Thread Chris H.
Hello Jeremy, and thank you for your /very/ informative reply. You rock! :) Quoting Jeremy Chadwick <[EMAIL PROTECTED]>: On Mon, Feb 25, 2008 at 11:35:23PM -0800, Chris H. wrote: But am struggling with finding the port(s) equivalent. If there isn't one, I'd be more that happy to dedicate a doma

Re: make KNOBS

2008-02-25 Thread Chris H.
Hello, and thank you for your reply. Quoting Ruslan Ermilov <[EMAIL PROTECTED]>: On Mon, Feb 25, 2008 at 09:55:22PM -0800, Chris H. wrote: Hello All, Maintaining a make.conf file can be a fairly daunting task within itself. But when upgrading, it becomes even more laborious. Peeking into the p

Re: make KNOBS

2008-02-25 Thread Ruslan Ermilov
On Mon, Feb 25, 2008 at 09:55:22PM -0800, Chris H. wrote: > Hello All, > Maintaining a make.conf file can be a fairly daunting task within > itself. But when upgrading, it becomes even more laborious. Peeking > into the port Makefile to discover any /new/, or /changed/ knobs is > standard fare. But

make KNOBS

2008-02-25 Thread Chris H.
Hello All, Maintaining a make.conf file can be a fairly daunting task within itself. But when upgrading, it becomes even more laborious. Peeking into the port Makefile to discover any /new/, or /changed/ knobs is standard fare. But it's not always obvious exactly /what/ the WITH_, or WITHOUT_ actu