Subject: CVS commit: pkgsrc/lang
From: Tobias Nygren
Date: 2015-03-16 14:53:05
Message id: 20150316135305.5823C98@cvs.netbsd.org

Log Message:
Fix a MAKE_JOBS safety problem. In the recipe for Python/importlib.h it
launches a submake for _freeze_importlib before all the object files have
been compiled. List $(LIBRARY_OBJS_OMIT_FROZEN) as dependencies to make it
wait until it is safe to launch the submake.

Should fix occasional errors of the sort:
Python/Python-ast.o: file not recognized: File truncated
*** [Modules/_freeze_importlib] Error code 1

Files:
RevisionActionfile
1.30modifypkgsrc/lang/python33/Makefile
1.21modifypkgsrc/lang/python33/distinfo
1.3modifypkgsrc/lang/python33/patches/patch-au
1.17modifypkgsrc/lang/python34/distinfo
1.2modifypkgsrc/lang/python34/patches/patch-au