lang/python26 -- without threads

2010-03-08 Thread Christopher Sean Hilton
The port lang/python26 can be built with or without threads. If built without 
the package will not install the file:

 %%PYTHON_LIBDIR%%/lib-dynload/_multiprocessing.so

This causes error building a package from the port as well as maintaining it 
afterwards. 

I don't know the exact magic-foo to fix this kind of problem in the ports 
collection but I can look it up and find it. I'm just under the gun on another 
project right now. When I can revisit this I'll come up with a solution for the 
problem, put in a proper PR and a patch to fix the Makefile and or pkg-plist.

-- Chris

   There will be an answer, Let it be.
  ch...@vindaloo.com



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


Re: lang/python26 -- without threads

2010-03-08 Thread Garrett Cooper
On Mon, Mar 8, 2010 at 8:35 AM, Christopher Sean Hilton
ch...@vindaloo.com wrote:
 The port lang/python26 can be built with or without threads. If built without 
 the package will not install the file:

     %%PYTHON_LIBDIR%%/lib-dynload/_multiprocessing.so

 This causes error building a package from the port as well as maintaining it 
 afterwards.

 I don't know the exact magic-foo to fix this kind of problem in the ports 
 collection but I can look it up and find it. I'm just under the gun on 
 another project right now. When I can revisit this I'll come up with a 
 solution for the problem, put in a proper PR and a patch to fix the Makefile 
 and or pkg-plist.

I sent an email off to Martin with this patch this weekend. A similar
issue exists with lang/python31.
Thanks,
-Garrett


python-2.6-nothreading-mp-fixes.diff
Description: Binary data
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org