Date: Sun, 31 May 2015 19:47:04 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 168159] [bsd.python.mk] [patch] cmake python detection gets confused if multiple python versions are installed Message-ID: <bug-168159-21822-NL3IVRyQNE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-168159-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-168159-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=168159 Max Brazhnikov <makc@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |makc@FreeBSD.org --- Comment #4 from Max Brazhnikov <makc@FreeBSD.org> --- Created attachment 157311 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157311&action=edit Enforce default Python provided by the ports tree While this bug was resolved with the update of CMake to 3.0.1 in r366996, the workaround was still useful: by default CMake picks up the highest available version of Python package, while we want to use the default version provided by the ports framework. The attached patch fixes build issues reported in https://bugs.freebsd.org/199685 and https://bugs.freebsd.org/200518. -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-168159-21822-NL3IVRyQNE>