Date: Fri, 31 May 2013 16:03:49 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319529 - head/Mk Message-ID: <201305311603.r4VG3nV9058768@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri May 31 16:03:49 2013 New Revision: 319529 URL: http://svnweb.freebsd.org/changeset/ports/319529 Log: - Remove support for USE_CMAKE and KDE4_BUILDENV, they are no of use anymore. Unconditionally set CMAKE_ARGS in bsd.python.mk, as it don't affect non-cmake ports PR: 177356 Submitted by: makc@ Modified: head/Mk/bsd.python.mk Modified: head/Mk/bsd.python.mk ============================================================================== --- head/Mk/bsd.python.mk Fri May 31 15:54:30 2013 (r319528) +++ head/Mk/bsd.python.mk Fri May 31 16:03:49 2013 (r319529) @@ -671,10 +671,9 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twist # This in turn might cause it to link against version X while using the # includes of version Y, leading to a broken port. # Enforce a certain Python version by using PYTHON_VER for cmake. -.if defined(USE_CMAKE) + CMAKE_ARGS+= -DPythonLibs_FIND_VERSION:STRING="${PYTHON_VER}" \ -DPythonInterp_FIND_VERSION:STRING="${PYTHON_VER}" -.endif .endif # !defined(_POSTMKINCLUDED) && !defined(Python_Pre_Include)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305311603.r4VG3nV9058768>