Date: Wed, 10 Jun 2015 09:24:46 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 168159] Mk/bsd.python.mk: CMake python detection gets confused if multiple python versions are installed Message-ID: <bug-168159-21822-AnaTwGxuZZ@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 --- Comment #15 from commit-hook@freebsd.org --- A commit references this bug: Author: makc Date: Wed Jun 10 09:23:54 UTC 2015 New revision: 389024 URL: https://svnweb.freebsd.org/changeset/ports/389024 Log: Pass the default Python version (or the version required by port) for CMake based ports. By default CMake picks up the highest available version of Python package, therefore ports which use CMake may fail to build or link to different Python library than one could expect (e.g. bugs 199685, 200518). In essence this commit reverts r366996. PR: 168159 Exp-run by: antoine Approved by: mva Changes: head/Mk/Uses/python.mk -- 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-AnaTwGxuZZ>