How to depend on package in EGG?

2010-04-21 Thread Ruslan Mahmatkhanov
Good day! I want add option in port's Makefile to depend on textproc/py-enchant. But how i can do it? It installs as python egg. .if defined(WITH_ENCHANT) RUN_DEPENDS+=${LOCALBASE}//enchant/__init__.py:${PORTSDIR}/textproc/py-enchant .endif What should i wrote instead in left part of t

Re: How to depend on package in EGG?

2010-04-21 Thread Garrett Cooper
On Wed, Apr 21, 2010 at 2:11 PM, Ruslan Mahmatkhanov wrote: > Good day! > > I want add option in port's Makefile to depend on textproc/py-enchant. > But how i can do it? It installs as python egg. > > .if defined(WITH_ENCHANT) > RUN_DEPENDS+=${LOCALBASE}//enchant/__init__.py:${PORTSDIR}/textpr

Re: How to depend on package in EGG?

2010-04-21 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ruslan Mahmatkhanov wrote: > Good day! > > I want add option in port's Makefile to depend on textproc/py-enchant. > But how i can do it? It installs as python egg. > > .if defined(WITH_ENCHANT) > RUN_DEPENDS+=${LOCALBASE}//enchant/__init__.py:${P

RFC: review a patch to lang/python25

2010-04-21 Thread Mark Linimon
This is to (partially) fix the build on powerpc, which currently turns out to be a 32-bit arch just like i386 :-) The patch appears to be pretty trivial. I've tested it on powerpc but not yet on i386/amd64. Thanks. mcl Index: Makefile ===

RFC: review a patch to lang/python26

2010-04-21 Thread Mark Linimon
This is to (partially) fix the build on powerpc. (FWIW, the powerpc build claims that 5171 other ports depend on it ...) It has been tested on powerpc. It shouldn't have an effect anywhere else, but I haven't tinderboxed it yet. The patch appears to be pretty trivial. (This is the diff to the