Index: head/math/py-yt/Makefile =================================================================== --- head/math/py-yt/Makefile (revision 430251) +++ head/math/py-yt/Makefile (revision 430252) @@ -1,38 +1,38 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= yt PORTVERSION= 3.3.3 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@rawbw.com COMMENT= Analysis and visualization toolkit for volumetric data LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.txt BUILD_DEPENDS= cython:lang/cython \ ${PYNUMPY} RUN_DEPENDS= isympy:math/py-sympy \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython LIB_DEPENDS= libembree.so:graphics/embree \ libomp.so:devel/openmp -USES= localbase python +USES= dos2unix localbase python USE_PYTHON= autoplist distutils post-patch: @${REINPLACE_CMD} -e "s|\['-fopenmp', filename\]|['-I${LOCALBASE}/include', '-L${LOCALBASE}/lib', '-lm', '-fopenmp', filename]|" \ ${WRKSRC}/setupext.py post-install: # workaround for the bug https://bitbucket.org/yt_analysis/yt/issues/1296 @${ECHO} "${PYTHON_SITELIBDIR}/yt/__hg_version__.py" >> ${_PYTHONPKGLIST} @${ECHO} "${PYTHON_SITELIBDIR}/yt/__hg_version__.pyc" >> ${_PYTHONPKGLIST} @${ECHO} "${PYTHON_SITELIBDIR}/yt/__hg_version__.pyo" >> ${_PYTHONPKGLIST} .include Index: head/math/py-yt/files/patch-yt_extern_tqdm___utils.py =================================================================== --- head/math/py-yt/files/patch-yt_extern_tqdm___utils.py (revision 430251) +++ head/math/py-yt/files/patch-yt_extern_tqdm___utils.py (revision 430252) @@ -1,10 +1,11 @@ ---- yt/extern/tqdm/_utils.py.orig 2016-10-25 16:08:30 UTC +--- yt/extern/tqdm/_utils.py.orig 2017-01-01 20:57:19 UTC +++ yt/extern/tqdm/_utils.py @@ -40,7 +40,7 @@ def _environ_cols_wrapper(): # pragma: _environ_cols = _environ_cols_windows if _environ_cols is None: _environ_cols = _environ_cols_tput - if current_os in ['Linux', 'Darwin'] or current_os.startswith('CYGWIN'): + if current_os in ['FreeBSD', 'Linux', 'Darwin'] or current_os.startswith('CYGWIN'): _environ_cols = _environ_cols_linux return _environ_cols + Index: head/math/py-yt/files/patch-yt_utilities_lib_platform__dep.h =================================================================== --- head/math/py-yt/files/patch-yt_utilities_lib_platform__dep.h (nonexistent) +++ head/math/py-yt/files/patch-yt_utilities_lib_platform__dep.h (revision 430252) @@ -0,0 +1,11 @@ +--- yt/utilities/lib/platform_dep.h.orig 2017-01-01 20:57:35 UTC ++++ yt/utilities/lib/platform_dep.h +@@ -57,7 +57,7 @@ double erf(double x) + + #else + #include +-#include "alloca.h" ++#include + #include + #endif + Property changes on: head/math/py-yt/files/patch-yt_utilities_lib_platform__dep.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property