Re: python upgrade 2.5 to 2.6

2009-06-09 Thread Frank Shute
On Tue, Jun 09, 2009 at 11:16:42AM +0100, Anton Shterenlikht wrote:
>
> I use portmaster. What shall I use instead of pkg_which?
> 
> PORTUPGRADE_CMD?=   ${LOCALBASE}/sbin/portmaster
> ^ changed to portmaster
> PKG_WHICH_CMD?=${LOCALBASE}/sbin/pkg_which
>^ this I haven't got
> 
> many thanks
> anton

It seems that: pkg_info -q -W should produce similar output and
pkg_info(1) is part of base.

I guess you might need to change your Makefile to use a variable like
PKG_WHICH_CMD_ARGS also.


Regards,

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

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


python upgrade 2.5 to 2.6

2009-06-09 Thread Anton Shterenlikht
I use portmaster. What shall I use instead of pkg_which?

PORTUPGRADE_CMD?=   ${LOCALBASE}/sbin/portmaster
  ^ changed to portmaster
PKG_WHICH_CMD?=${LOCALBASE}/sbin/pkg_which
 ^ this I haven't got

many thanks
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"