Fix pkg-plist of lang/python27 in case of installing with WITHOUT_THREADS knob set. Python doesn't install %%PYTHON_LIBDIR%%/lib-dynload/_multiprocessing.so in that case. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->lwhsu I'll take it.
lwhsu 2011-08-19 13:09:30 UTC FreeBSD ports repository Modified files: lang/python26 Makefile pkg-plist lang/python27 Makefile pkg-plist lang/python31 Makefile pkg-plist lang/python32 Makefile pkg-plist Log: - Fix pkg-plist when building with WITHOUT_THREADS PR: ports/159842 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Revision Changes Path 1.173 +2 -0 ports/lang/python26/Makefile 1.85 +1 -1 ports/lang/python26/pkg-plist 1.176 +2 -0 ports/lang/python27/Makefile 1.86 +1 -1 ports/lang/python27/pkg-plist 1.171 +3 -1 ports/lang/python31/Makefile 1.87 +1 -1 ports/lang/python31/pkg-plist 1.175 +3 -1 ports/lang/python32/Makefile 1.91 +1 -1 ports/lang/python32/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks! PORTREVISION did not be bumped since WITHOUT_THREADS is not default. And also fixed other versions.