Date: Mon, 25 Jun 2018 00:11:19 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473285 - in head/misc/py-SoapySDR: . files Message-ID: <201806250011.w5P0BJVG078172@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Jun 25 00:11:19 2018 New Revision: 473285 URL: https://svnweb.freebsd.org/changeset/ports/473285 Log: misc/py-SoapySDR: Simplify the port. Based on the upstream author's advice now most patches are removed. Deleted: head/misc/py-SoapySDR/files/patch-python3_CMakeLists.txt head/misc/py-SoapySDR/files/patch-python3_FindPython3Interp.cmake head/misc/py-SoapySDR/files/patch-python3_FindPython3Libs.cmake Modified: head/misc/py-SoapySDR/Makefile Modified: head/misc/py-SoapySDR/Makefile ============================================================================== --- head/misc/py-SoapySDR/Makefile Sun Jun 24 23:50:39 2018 (r473284) +++ head/misc/py-SoapySDR/Makefile Mon Jun 25 00:11:19 2018 (r473285) @@ -23,11 +23,9 @@ USE_GITHUB= yes GH_ACCOUNT= pothosware USE_PYTHON= flavors -CMAKE_ARGS= -DFREEBSD_PYTHON_VERSION:INTEGER=${PYTHON_VER:S/.//} \ - -DFREEBSD_PYTHON_VER2:STRING=${PYTHON_VER} -CMAKE_OFF= ENABLE_DOCS +CMAKE_ARGS= -DPYTHON_EXECUTABLE:STRING=${PYTHON_CMD} -WRKSRC_SUBDIR= python${PYTHON_VER:R:R:S/2//} # WARNING There are handcrafted paths in patches with '../' added to match this WRKSRC_SUBDIR for all python flavors +WRKSRC_SUBDIR= python PLIST_FILES= ${PYTHON_SITELIBDIR}/SoapySDR.py \ ${PYTHON_SITELIBDIR}/_SoapySDR.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806250011.w5P0BJVG078172>