Date: Wed, 10 Jun 2009 00:24:29 +0100 From: Frank Shute <frank@shute.org.uk> To: Anton Shterenlikht <mexas@bristol.ac.uk> Cc: python@freebsd.org, freebsd-questions@freebsd.org Subject: Re: python upgrade 2.5 to 2.6 Message-ID: <20090609232429.GA14221@melon.esperance-linux.co.uk> In-Reply-To: <20090609101642.GA38980@mech-cluster238.men.bris.ac.uk> References: <20090609101642.GA38980@mech-cluster238.men.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090609232429.GA14221>