tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: The right way to change PLIST for lang/python24 for QNX



On Mon, Apr 07, 2008 at 04:50:25PM +0200, Christian Leutloff wrote:
> 1) First I want to exclude some files from the package especially for QNX. 
> There are some dynamic libraries not build, e.g. for NIS. As NIS seems not to
> be available for QNX I will simply exclude the related dynamic module from 
> PLIST. 
> What is the best way to achieve this? I have not found a conditional for 
> PLIST.

For NIS I have actually done that in the past. See NISMODULE in both
PLIST and Makefile.

> 2) Another issue is the naming of the dynamic python library:

If possible, patch Python to match what we do on the other platforms.
That saves sanity. The naming scheme includes the python version before
the .so and a version afterwards, that should work well for QNX too.

Joerg


Home | Main Index | Thread Index | Old Index