Re: Passing make options to portmanager

2005-12-17 Thread Dimitris Tsamis
RW wrote:

>On Saturday 17 December 2005 17:54, Dimitris Tsamis wrote:
>
>  
>
>>I prefer to use pkgtools.conf because from what I understand it is a
>>system file, whereas pm-020.conf is only for portmanager
>>
>>
>
>This is incorrect.  
>
>pkgtools.conf is the configuration file for portupgrade and the other 
>package-tools installed by the portupgrade port.  Portmanager has recently 
>aquired the ability to read  pkgtools.conf, but it is not a system file, and 
>it is not read by the ports system if you use the make targets directly. 
>
>  
>
Ok, the name pkgtools is misleading - I thought it refered to pkg_add
and family.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Passing make options to portmanager

2005-12-17 Thread RW
On Saturday 17 December 2005 17:54, Dimitris Tsamis wrote:

> I prefer to use pkgtools.conf because from what I understand it is a
> system file, whereas pm-020.conf is only for portmanager

This is incorrect.  

pkgtools.conf is the configuration file for portupgrade and the other 
package-tools installed by the portupgrade port.  Portmanager has recently 
aquired the ability to read  pkgtools.conf, but it is not a system file, and 
it is not read by the ports system if you use the make targets directly. 

If you want  to set options in a more general way, put them in make.conf, 
using "alternative configuration" method given on the portmanager man-page.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Passing make options to portmanager

2005-12-17 Thread Michael C. Shultz
On Saturday 17 December 2005 09:54, Dimitris Tsamis wrote:
> Michael C. Shultz wrote:
> >On Friday 16 December 2005 16:31, Dimitris Tsamis wrote:
> >>I want to switch from portupgrade to portmanager, but I have a few
> >>questions.
> >>
> >>First of all, how do I pass make options to portmanager? (like the -m
> >>option  for portupgrade). I often pass selected make options to
> >>multimedia players to choose what formats will be supported.
> >
> >Place make options in either pkgtools.conf, pm-020.conf or /etc/make.conf,
> >man portmanager explains how.  There isn't a way to pass make options
> >from portmanager's command line.
>
> Thanks for clearing it up.
>
> >>Can someone verify that portmanager reads pkgtools.conf?
> >
> >You can see for yourself, run portmanager -u -ui, it will stop
> >before upgrading the first port.  As it collects initial information
> >any make options found in either pm-020.conf or pkgtools.conf
> >will be shown to the right of the port name.  One caveat, you
> >must have ruby and portupgrade installed or portmanager will
> >ignore pkgtools.conf.
>
> I prefer to use pkgtools.conf because from what I understand it is a
> system file, whereas pm-020.conf is only for portmanager (I have ruby
> and portupgrade installed).
>
> >>Thanks for your time
> >
> >welcome
> >
> >-Mike
>
> Thanks for your answer :)

Welcome

-Mike

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Passing make options to portmanager

2005-12-17 Thread Dimitris Tsamis
Michael C. Shultz wrote:

>On Friday 16 December 2005 16:31, Dimitris Tsamis wrote:
>  
>
>>I want to switch from portupgrade to portmanager, but I have a few
>>questions.
>>
>>First of all, how do I pass make options to portmanager? (like the -m
>>option  for portupgrade). I often pass selected make options to
>>multimedia players to choose what formats will be supported.
>>
>>
>
>Place make options in either pkgtools.conf, pm-020.conf or /etc/make.conf,
>man portmanager explains how.  There isn't a way to pass make options
>from portmanager's command line.
>  
>
Thanks for clearing it up.

>>Can someone verify that portmanager reads pkgtools.conf?
>>
>>
>
>You can see for yourself, run portmanager -u -ui, it will stop
>before upgrading the first port.  As it collects initial information
>any make options found in either pm-020.conf or pkgtools.conf
>will be shown to the right of the port name.  One caveat, you
>must have ruby and portupgrade installed or portmanager will
>ignore pkgtools.conf.
>  
>
I prefer to use pkgtools.conf because from what I understand it is a
system file, whereas pm-020.conf is only for portmanager (I have ruby
and portupgrade installed).

>  
>
>>Thanks for your time
>>
>>
>
>welcome
>
>-Mike
>  
>
Thanks for your answer :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Passing make options to portmanager

2005-12-16 Thread Michael C. Shultz
On Friday 16 December 2005 16:31, Dimitris Tsamis wrote:
> I want to switch from portupgrade to portmanager, but I have a few
> questions.
>
> First of all, how do I pass make options to portmanager? (like the -m
> option  for portupgrade). I often pass selected make options to
> multimedia players to choose what formats will be supported.

Place make options in either pkgtools.conf, pm-020.conf or /etc/make.conf,
man portmanager explains how.  There isn't a way to pass make options
from portmanager's command line.
>
> Can someone verify that portmanager reads pkgtools.conf?

You can see for yourself, run portmanager -u -ui, it will stop
before upgrading the first port.  As it collects initial information
any make options found in either pm-020.conf or pkgtools.conf
will be shown to the right of the port name.  One caveat, you
must have ruby and portupgrade installed or portmanager will
ignore pkgtools.conf.

>
> Thanks for your time

welcome

-Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Passing make options to portmanager

2005-12-16 Thread Dimitris Tsamis
I want to switch from portupgrade to portmanager, but I have a few
questions.

First of all, how do I pass make options to portmanager? (like the -m
option  for portupgrade). I often pass selected make options to
multimedia players to choose what formats will be supported.

Can someone verify that portmanager reads pkgtools.conf?

Thanks for your time
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"