Index: astro/siril/Makefile =================================================================== --- astro/siril/Makefile +++ astro/siril/Makefile @@ -2,7 +2,7 @@ PORTNAME= siril DISTVERSION= 0.9.10 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ @@ -40,7 +40,6 @@ OPTIONS_DEFAULT= OPENMP OPENMP_CONFIGURE_ENABLE= openmp -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata ${STAGEDIR}${PREFIX}/share/mime/packages Index: biology/abyss/Makefile =================================================================== --- biology/abyss/Makefile +++ biology/abyss/Makefile @@ -2,7 +2,7 @@ PORTNAME= abyss DISTVERSION= 2.1.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= biology MASTER_SITES= http://www.bcgsc.ca/platform/bioinfo/software/${PORTNAME}/releases/${DISTVERSION}/ @@ -19,8 +19,7 @@ ghc:lang/ghc \ pandoc:textproc/hs-pandoc # pandoc is required just for one man page: abyss-sealer LIB_DEPENDS= libffi.so:devel/libffi \ - libgmp.so:math/gmp \ - libomp.so:devel/openmp + libgmp.so:math/gmp RUN_DEPENDS= bash:shells/bash \ gmake:devel/gmake Index: biology/hhsuite/Makefile =================================================================== --- biology/hhsuite/Makefile +++ biology/hhsuite/Makefile @@ -3,7 +3,7 @@ PORTNAME= hhsuite DISTVERSIONPREFIX= v DISTVERSION= 3.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology science MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= openmpi>0:net/openmpi -LIB_DEPENDS= libomp.so:devel/openmp RUN_DEPENDS= openmpi>0:net/openmpi USES= cmake compiler:c++11-lang perl5 python shebangfix Index: biology/py-fastTSNE/Makefile =================================================================== --- biology/py-fastTSNE/Makefile +++ biology/py-fastTSNE/Makefile @@ -2,7 +2,7 @@ PORTNAME= fastTSNE DISTVERSION= 0.2.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} -LIB_DEPENDS= libfftw3.so:math/fftw3 \ - libomp.so:devel/openmp +LIB_DEPENDS= libfftw3.so:math/fftw3 RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}numba>=0.38.1:devel/py-numba@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ Index: comms/wsjtx/Makefile =================================================================== --- comms/wsjtx/Makefile +++ comms/wsjtx/Makefile @@ -2,7 +2,7 @@ PORTNAME= wsjtx DISTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= SF/wsjt/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} @@ -19,8 +19,7 @@ ${LOCALBASE}/share/xsl/docbook:textproc/docbook-xsl LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ - libxslt.so:textproc/libxslt \ - libomp.so:devel/openmp + libxslt.so:textproc/libxslt USES= cmake compiler:c++11-lib fortran gl \ makeinfo pkgconfig qt:5 tar:tgz Index: converters/pdf2djvu/Makefile =================================================================== --- converters/pdf2djvu/Makefile +++ converters/pdf2djvu/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.9.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ @@ -44,7 +44,6 @@ NLS_USES= gettext-runtime MULTITHREADING_CONFIGURE_ENABLE=openmp -MULTITHREADING_LIB_DEPENDS= libomp.so:devel/openmp XMP_CONFIGURE_ENABLE= xmp XMP_LIB_DEPENDS= libexiv2.so:graphics/exiv2 Index: devel/R-cran-data.table/Makefile =================================================================== --- devel/R-cran-data.table/Makefile +++ devel/R-cran-data.table/Makefile @@ -3,6 +3,7 @@ PORTNAME= data.table DISTVERSION= 1.12.8 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -20,6 +21,5 @@ OPTIONS_DEFAULT= OPENMP OPENMP_CONFIGURE_ENABLE= openmp -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp .include Index: devel/dmlc-core/Makefile =================================================================== --- devel/dmlc-core/Makefile +++ devel/dmlc-core/Makefile @@ -4,6 +4,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.3-123 DISTVERSIONSUFFIX= -gb3a4c71 +PORTREVISION= 1 CATEGORIES= devel # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -18,11 +19,4 @@ CMAKE_ON= BUILD_SHARED_LIBS -.include - -# XXX Drop after FreeBSD 12.0 EOL -.if ${CHOSEN_COMPILER_TYPE} == clang && !exists(/usr/include/omp.h) -LIB_DEPENDS+= libomp.so:devel/openmp -.endif - -.include +.include Index: devel/py-numba/Makefile =================================================================== --- devel/py-numba/Makefile +++ devel/py-numba/Makefile @@ -3,7 +3,7 @@ PORTNAME= numba DISTVERSION= 0.40.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>1.7,1:math/py-numpy@${PY_FLAVOR} -LIB_DEPENDS= libomp.so:devel/openmp \ - libtbb.so:devel/tbb +LIB_DEPENDS= libtbb.so:devel/tbb RUN_DEPENDS= ${PY_ENUM34} \ ${PYTHON_PKGNAMEPREFIX}llvmlite>=0.12:devel/py-llvmlite@${PY_FLAVOR} py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${PY_FLAVOR} \ Index: finance/quantlib/Makefile =================================================================== --- finance/quantlib/Makefile +++ finance/quantlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= quantlib PORTVERSION= 1.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance math devel MASTER_SITES= https://dl.bintray.com/${PORTNAME}/releases/ DISTNAME= QuantLib-${PORTVERSION} @@ -52,7 +52,6 @@ # OPENMP_USES= compiler:openmp - XXX broken, insists on gcc, # but boost is built with clang... -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp OPENMP_CFLAGS= -I${LOCALBASE}/include OPENMP_LDFLAGS= -L${LOCALBASE}/lib # devel/openmp installs its own -lomp, which is cleaner. Index: graphics/blender/Makefile =================================================================== --- graphics/blender/Makefile +++ graphics/blender/Makefile @@ -3,7 +3,7 @@ PORTNAME= blender DISTVERSION= 2.80 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics multimedia MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ @@ -131,7 +131,6 @@ OPENIMAGEIO_LIB_DEPENDS= libOpenImageIO.so:graphics/openimageio # openmp usually works on amd64 OPENMP_CMAKE_BOOL= WITH_OPENMP -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp OPENSUBDIV_CMAKE_BOOL= WITH_OPENSUBDIV OPENSUBDIV_LIB_DEPENDS= libosdCPU.so:graphics/opensubdiv OPENVDB_CMAKE_BOOL= WITH_OPENVDB WITH_OPENVDB_BLOSC Index: graphics/ebsynth/Makefile =================================================================== --- graphics/ebsynth/Makefile +++ graphics/ebsynth/Makefile @@ -2,6 +2,7 @@ PORTNAME= ebsynth PORTVERSION= 0.0.0.20190510 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= FreeBSD@ShaneWare.biz @@ -9,8 +10,6 @@ LICENSE= PD -LIB_DEPENDS= libomp.so:devel/openmp - USES= compiler:c++11-lang localbase USE_GITHUB= yes GH_ACCOUNT= jamriska Index: graphics/gmic/Makefile =================================================================== --- graphics/gmic/Makefile +++ graphics/gmic/Makefile @@ -2,7 +2,7 @@ PORTNAME= gmic DISTVERSION= 2.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://gmic.eu/files/source/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -41,7 +41,6 @@ OPTIONS_SUB= yes OPENMP_CMAKE_BOOL= ENABLE_OPENMP -OPENMP_LIB_DEPENDS= libgomp.so:devel/openmp PLUGINS_CMAKE_BOOL= BUILD_PLUGIN PLUGINS_USES= gnome @@ -55,11 +54,4 @@ X11_USES= xorg X11_USE= XORG=ice,sm,x11,xext -.include - -# XXX Drop after FreeBSD 12.0 EOL -.if ${CHOSEN_COMPILER_TYPE} == clang && !exists(/usr/include/omp.h) -LIB_DEPENDS+= libomp.so:devel/openmp -.endif - -.include +.include Index: graphics/gthumb/Makefile =================================================================== --- graphics/gthumb/Makefile +++ graphics/gthumb/Makefile @@ -4,7 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.6.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -22,7 +22,6 @@ libjson-glib-1.0.so:devel/json-glib \ liblcms2.so:graphics/lcms2 \ liboauth.so:net/liboauth \ - libomp.so:devel/openmp \ libpng.so:graphics/png \ libsoup-2.4.so:devel/libsoup \ libtiff.so:graphics/tiff Index: graphics/lightzone/Makefile =================================================================== --- graphics/lightzone/Makefile +++ graphics/lightzone/Makefile @@ -4,7 +4,7 @@ PORTNAME= lightzone DISTVERSION= 4.1.8-3 DISTVERSIONSUFFIX= -g36e87773 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics java DIST_SUBDIR= ${PORTNAME} @@ -23,7 +23,6 @@ tidy:www/tidy-lib \ autoconf:devel/autoconf LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ - libomp.so:devel/openmp \ libtiff.so:graphics/tiff RUN_DEPENDS= jhindexer:java/javahelp Index: graphics/mandelbulber/Makefile =================================================================== --- graphics/mandelbulber/Makefile +++ graphics/mandelbulber/Makefile @@ -3,6 +3,7 @@ PORTNAME= mandelbulber DISTVERSION= 2.20 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org @@ -37,8 +38,6 @@ OPENCL_BUILD_DEPENDS= opencl>=0:devel/opencl -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp - post-patch-OPENMP-off: @${REINPLACE_CMD} -e 's|-fopenmp||' \ ${CMAKE_SOURCE_PATH}/CMakeLists.txt Index: graphics/photoflare/Makefile =================================================================== --- graphics/photoflare/Makefile +++ graphics/photoflare/Makefile @@ -3,6 +3,7 @@ PORTNAME= photoflare DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -11,8 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md -LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick \ - libomp.so:devel/openmp +LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick USES= compiler:c++17-lang desktop-file-utils gl qmake qt:5 localbase pkgconfig USE_GITHUB= yes @@ -20,6 +20,6 @@ USE_GL= gl CXXFLAGS+= `pkg-config --cflags GraphicsMagick++` -LDFLAGS+= `pkg-config --libs GraphicsMagick++` ${LOCALBASE}/lib/libomp.so +LDFLAGS+= `pkg-config --libs GraphicsMagick++` -lomp .include Index: graphics/rawtherapee/Makefile =================================================================== --- graphics/rawtherapee/Makefile +++ graphics/rawtherapee/Makefile @@ -3,7 +3,7 @@ PORTNAME= rawtherapee PORTVERSION= 5.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://rawtherapee.com/shared/source/ @@ -112,7 +112,6 @@ .endif .if !empty(PORT_OPTIONS:MOPENMP) && !empty(OPTIONS_DEFINE:MOPENMP) -LIB_DEPENDS+= libomp.so:devel/openmp OPENMP_FLAGS= -lm -lomp LDFLAGS+= ${OPENMP_FLAGS} .endif Index: graphics/tesseract/Makefile =================================================================== --- graphics/tesseract/Makefile +++ graphics/tesseract/Makefile @@ -3,7 +3,7 @@ PORTNAME= tesseract PORTVERSION= 4.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= pkubaj@FreeBSD.org @@ -50,12 +50,6 @@ libfontconfig.so:x11-fonts/fontconfig TOOLS_USE= GNOME=cairo,glib20,pango -.include - -.if ${OSREL:R} >= 12 && ${OSVERSION} < 1201000 -OPENMP_LIB_DEPENDS=libomp.so:devel/openmp -.endif - post-patch: @${REINPLACE_CMD} -e 's|-O3 -DNDEBUG||' ${WRKSRC}/configure.ac @@ -69,4 +63,4 @@ post-install-TOOLS-on: @cd ${WRKSRC} && ${MAKE} DESTDIR=${STAGEDIR} training-install -.include +.include Index: math/R-cran-gower/Makefile =================================================================== --- math/R-cran-gower/Makefile +++ math/R-cran-gower/Makefile @@ -3,6 +3,7 @@ PORTNAME= gower DISTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,6 +17,4 @@ OPTIONS_DEFINE= OPENMP OPTIONS_DEFAULT= OPENMP -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp - .include Index: math/R/Makefile =================================================================== --- math/R/Makefile +++ math/R/Makefile @@ -3,6 +3,7 @@ PORTNAME= R DISTVERSION= 3.6.2 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} @@ -144,9 +145,6 @@ # This will be moot after 12.1 when openmp will be in base. .if ! ${PORT_OPTIONS:MFLANG} USES+= fortran -.if ${PORT_OPTIONS:MOPENMP} -LIB_DEPENDS+= libomp.so:devel/openmp -.endif .endif post-patch: Index: math/ambit/Makefile =================================================================== --- math/ambit/Makefile +++ math/ambit/Makefile @@ -3,6 +3,7 @@ PORTNAME= ambit DISTVERSIONPREFIX= v DISTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= math PKGNAMESUFFIX= -tensor # avoid clash with shells/ambit @@ -13,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libhdf5.so:science/hdf5 \ - libomp.so:devel/openmp \ libopenblas.so:math/openblas \ libsz.so:science/szip Index: math/blaze/Makefile =================================================================== --- math/blaze/Makefile +++ math/blaze/Makefile @@ -2,7 +2,7 @@ PORTNAME= blaze DISTVERSION= 3.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/ @@ -13,11 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ - openblas>0:math/openblas \ - openmp>0:devel/openmp + openblas>0:math/openblas RUN_DEPENDS= boost-libs>0:devel/boost-libs \ - openblas>0:math/openblas \ - openmp>0:devel/openmp + openblas>0:math/openblas USES= cmake compiler:c++14-lang fortran localbase:ldflags NO_ARCH= yes Index: math/blazeiterative/Makefile =================================================================== --- math/blazeiterative/Makefile +++ math/blazeiterative/Makefile @@ -2,7 +2,7 @@ PORTNAME= blazeiterative PORTVERSION= g20180409 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -12,8 +12,7 @@ BUILD_DEPENDS= blaze>0:math/blaze \ boost-libs>0:devel/boost-libs \ - openblas>0:math/openblas \ - openmp>0:devel/openmp + openblas>0:math/openblas RUN_DEPENDS= blaze>0:math/blaze USES= cmake compiler:c++14-lang fortran localbase:ldflags Index: math/combblas/Makefile =================================================================== --- math/combblas/Makefile +++ math/combblas/Makefile @@ -2,7 +2,7 @@ PORTNAME= CombBLAS DISTVERSION= 1.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= https://people.eecs.berkeley.edu/~aydin/${PORTNAME}_FILES/ DISTNAME= ${PORTNAME}_beta_${DISTVERSION:S/.//:S/./_/} @@ -13,8 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libmpi.so:net/mpich \ - libomp.so:devel/openmp +LIB_DEPENDS= libmpi.so:net/mpich RUN_DEPENDS= ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so.1:lang/gcc${GCC_DEFAULT} # because of the link flags induced by mpich USES= cmake compiler:c++14-lang localbase:ldflags tar:tgz Index: math/csdp/Makefile =================================================================== --- math/csdp/Makefile +++ math/csdp/Makefile @@ -3,6 +3,7 @@ PORTNAME= csdp DISTVERSIONPREFIX= releases/ DISTVERSION= 6.2.0 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= coin-or- @@ -31,14 +32,7 @@ bin/rand_graph \ bin/theta -.include - -# XXX Drop after FreeBSD 12.0 EOL -.if !exists(/usr/include/omp.h) -LIB_DEPENDS+= libomp.so:devel/openmp -.endif - post-stage: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* -.include +.include Index: math/darknet/Makefile =================================================================== --- math/darknet/Makefile +++ math/darknet/Makefile @@ -4,6 +4,7 @@ DISTVERSIONPREFIX= darknet_yolo_v DISTVERSION= 3-446 DISTVERSIONSUFFIX= -gf2fc239 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math # machine-learning @@ -13,8 +14,6 @@ LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libomp.so:devel/openmp - USES= cmake compiler:c11 USE_GITHUB= yes GH_ACCOUNT= AlexeyAB Index: math/dbcsr/Makefile =================================================================== --- math/dbcsr/Makefile +++ math/dbcsr/Makefile @@ -3,7 +3,7 @@ PORTNAME= dbcsr DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -35,7 +35,6 @@ MPI_LIB_DEPENDS= libmpi.so:net/openmpi OPENMP_CMAKE_BOOL= USE_OPENMP -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp C_API_DESC= Build the C API library C_API_CMAKE_BOOL= WITH_C_API Index: math/ensmallen/Makefile =================================================================== --- math/ensmallen/Makefile +++ math/ensmallen/Makefile @@ -2,6 +2,7 @@ PORTNAME= ensmallen DISTVERSION= 2.11.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://ensmallen.org/files/ @@ -11,10 +12,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${LOCALBASE}/include/armadillo_bits/config.hpp:math/armadillo \ - openmp>0:devel/openmp -RUN_DEPENDS= ${LOCALBASE}/include/armadillo_bits/config.hpp:math/armadillo \ - openmp>0:devel/openmp +BUILD_DEPENDS= ${LOCALBASE}/include/armadillo_bits/config.hpp:math/armadillo +RUN_DEPENDS= ${LOCALBASE}/include/armadillo_bits/config.hpp:math/armadillo USES= cmake localbase CMAKE_OFF= BUILD_TESTS Index: math/gretl/Makefile =================================================================== --- math/gretl/Makefile +++ math/gretl/Makefile @@ -3,6 +3,7 @@ PORTNAME= gretl DISTVERSION= 2019d +PORTREVISION= 1 CATEGORIES= math finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ @@ -85,13 +86,6 @@ CONFIGURE_ARGS+= --enable-sse2=no .endif -.include - -# XXX Drop after FreeBSD 12.0 EOL -.if !exists(/usr/include/omp.h) -LIB_DEPENDS+= libomp.so:devel/openmp -.endif - post-patch: @${SED} -i '.orig' -E -e '/#include[[:blank:]]+/\ {x; s/.*/#include /; H; x;}' \ @@ -108,4 +102,4 @@ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gretl-gtk2/*.so @${RMDIR} ${STAGEDIR}${DATADIR}/doc -.include +.include Index: math/hipmcl/Makefile =================================================================== --- math/hipmcl/Makefile +++ math/hipmcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= HipMCL DISTVERSION= g20180814 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ @@ -13,8 +13,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt LIB_DEPENDS= libCombBLAS.so:math/combblas \ - libmpi.so:net/mpich \ - libomp.so:devel/openmp + libmpi.so:net/mpich RUN_DEPENDS= ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so.1:lang/gcc${GCC_DEFAULT} # because of the link flags induced by mpich USES= cmake compiler:c++14-lang dos2unix localbase:ldflags Index: math/libnormaliz/Makefile =================================================================== --- math/libnormaliz/Makefile +++ math/libnormaliz/Makefile @@ -3,7 +3,7 @@ PORTNAME= libnormaliz DISTVERSIONPREFIX= v DISTVERSION= 3.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= salvadore@FreeBSD.org @@ -38,7 +38,6 @@ FLINT_BUILD_DEPENDS= ${LOCALBASE}/lib/libflint.so:math/flint2 FLINT_CONFIGURE_ENABLE= flint FLINT_LDFLAGS= -lpthread -OPENMP_BUILD_DEPENDS= ${LOCALBASE}/lib/libomp.so:devel/openmp OPENMP_CONFIGURE_ENABLE= openmp do-install: Index: math/libxsmm/Makefile =================================================================== --- math/libxsmm/Makefile +++ math/libxsmm/Makefile @@ -2,7 +2,7 @@ PORTNAME= libxsmm DISTVERSION= 1.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math science MAINTAINER= yuri@FreeBSD.org @@ -15,7 +15,6 @@ ONLY_FOR_ARCHS_REASON= relies on hard-coded x86 code, and is only supported on 64-bit BUILD_DEPENDS= bash:shells/bash -LIB_DEPENDS= libomp.so:devel/openmp USES= fortran gmake localbase:ldflags python:build shebangfix SHEBANG_GLOB= *.sh Index: math/lis/Makefile =================================================================== --- math/lis/Makefile +++ math/lis/Makefile @@ -2,6 +2,7 @@ PORTNAME= lis DISTVERSION= 2.0.20 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://www.ssisc.org/lis/dl/ @@ -23,7 +24,6 @@ MPI_LIB_DEPENDS= libmpi.so:net/mpich OPENMPI_CONFIGURE_ENABLE= omp -OPENMPI_LIB_DEPENDS= libomp.so:devel/openmp PORTEXAMPLES= * Index: math/mandelbulber2/Makefile =================================================================== --- math/mandelbulber2/Makefile +++ math/mandelbulber2/Makefile @@ -2,6 +2,7 @@ PORTNAME= mandelbulber2 DISTVERSION= 2.20 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -15,7 +16,6 @@ libIlmImf.so:graphics/openexr \ libImath.so:graphics/ilmbase \ liblzo2.so:archivers/lzo2 \ - libomp.so:devel/openmp \ libOpenCL.so:devel/ocl-icd \ libpng.so:graphics/png \ libsndfile.so:audio/libsndfile \ Index: math/mkl-dnn/Makefile =================================================================== --- math/mkl-dnn/Makefile +++ math/mkl-dnn/Makefile @@ -3,6 +3,7 @@ PORTNAME= mkl-dnn DISTVERSIONPREFIX= v DISTVERSION= 1.1.20191027 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -25,7 +26,6 @@ OPTIONS_DEFAULT= OPENMP OPENMP_CMAKE_BOOL= USE_OPENMP -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp OPENMP_BROKEN_OFF= still requires omp.h, see https://github.com/intel/mkl-dnn/issues/581 CXXFLAGS_amd64= -msse4.1 Index: math/py-rpy2/Makefile =================================================================== --- math/py-rpy2/Makefile +++ math/py-rpy2/Makefile @@ -3,6 +3,7 @@ PORTNAME= rpy2 PORTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -36,10 +37,4 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_rinterface_cffi_api.abi3.so -.include - -.if ${CHOSEN_COMPILER_TYPE} == clang && !exists(/usr/include/omp.h) -LIB_DEPENDS+= libomp.so:devel/openmp -.endif - -.include +.include Index: math/py-yt/Makefile =================================================================== --- math/py-yt/Makefile +++ math/py-yt/Makefile @@ -3,7 +3,7 @@ PORTNAME= yt DISTVERSION= 3.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${PY_FLAVOR} -LIB_DEPENDS= libembree.so:graphics/embree \ - libomp.so:devel/openmp +LIB_DEPENDS= libembree.so:graphics/embree RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=1.0:math/py-sympy@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${PY_FLAVOR} \ Index: math/timbl/Makefile =================================================================== --- math/timbl/Makefile +++ math/timbl/Makefile @@ -4,7 +4,7 @@ PORTNAME= timbl DISTVERSIONPREFIX= v DISTVERSION= 6.4.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -13,8 +13,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libomp.so:devel/openmp \ - libticcutils.so:devel/ticcutils +LIB_DEPENDS= libticcutils.so:devel/ticcutils USES= autoreconf compiler:c++11-lang gmake gnome libtool \ pathfix pkgconfig Index: misc/mxnet/Makefile =================================================================== --- misc/mxnet/Makefile +++ misc/mxnet/Makefile @@ -3,7 +3,7 @@ PORTNAME= mxnet DISTVERSION= 1.6.0 DISTVERSIONSUFFIX= .rc0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc # machine-learning PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -20,7 +20,6 @@ ${LOCALBASE}/include/dnnl.h:math/mkl-dnn LIB_DEPENDS= libdmlc.so:devel/dmlc-core \ liblapack.so:math/lapack \ - libomp.so:devel/openmp \ libopenblas.so:math/openblas USES= cmake localbase:ldflags Index: misc/opennn/Makefile =================================================================== --- misc/opennn/Makefile +++ misc/opennn/Makefile @@ -3,6 +3,7 @@ PORTNAME= opennn DISTVERSION= 0.1-86 DISTVERSIONSUFFIX= -g449b346 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -27,7 +28,6 @@ MPI_BROKEN= https://github.com/Artelnics/OpenNN/issues/86 OPENMP_CMAKE_BOOL= __OPENNN_OMP__ -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp OPENMP_USES= localbase:ldflags do-install: Index: misc/urh/Makefile =================================================================== --- misc/urh/Makefile +++ misc/urh/Makefile @@ -2,6 +2,7 @@ PORTNAME= urh DISTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= misc hamradio python MASTER_SITES= CHEESESHOP @@ -11,7 +12,6 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${PYNUMPY} -LIB_DEPENDS= libomp.so:devel/openmp RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} Index: misc/xgboost/Makefile =================================================================== --- misc/xgboost/Makefile +++ misc/xgboost/Makefile @@ -4,6 +4,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.90-235 DISTVERSIONSUFFIX= -gad4a1c73 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -26,7 +27,6 @@ OPTIONS_DEFINE= OPENMP OPENMP_CMAKE_BOOL= USE_OPENMP -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp OPENMP_BROKEN= error: unsupported argument 'libomp -I/usr/local/include -L/usr/local/lib' to option 'fopenmp=' post-patch: # https://github.com/dmlc/rabit/issues/131 Index: multimedia/libopenshot/Makefile =================================================================== --- multimedia/libopenshot/Makefile +++ multimedia/libopenshot/Makefile @@ -4,6 +4,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.2.3-490 DISTVERSIONSUFFIX= -gc271352 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= tatsuki_makino@hotmail.com @@ -17,7 +18,6 @@ ${LOCALBASE}/include/zmq.hpp:net/cppzmq LIB_DEPENDS= libopenshot-audio.so:audio/libopenshot-audio \ libjsoncpp.so:devel/jsoncpp \ - libomp.so:devel/openmp \ libzmq.so:net/libzmq4 USES= cmake compiler:c++11-lang pkgconfig python:3.5+ qt:5 Index: science/abinit/Makefile =================================================================== --- science/abinit/Makefile +++ science/abinit/Makefile @@ -3,7 +3,7 @@ PORTNAME= abinit DISTVERSION= 8.10.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= https://www.abinit.org/sites/default/files/packages/ @@ -34,7 +34,6 @@ OPENMP_CONFIGURE_ENABLE= openmp OPENMP_LDFLAGS= -lomp -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp MPI_CONFIGURE_ENABLE= mpi MPI_VARS= FFLAGS+=-I${LOCALBASE}/include FCFLAGS+=-I${LOCALBASE}/include Index: science/chrono/Makefile =================================================================== --- science/chrono/Makefile +++ science/chrono/Makefile @@ -3,7 +3,7 @@ PORTNAME= chrono DISTVERSION= 4.0.0-89 DISTVERSIONSUFFIX= -ge36b5a9ce -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science devel MAINTAINER= yuri@FreeBSD.org @@ -15,7 +15,6 @@ BROKEN_i386= use of overloaded operator '[]' is ambiguous (with operand types 'chrono::quaternion' and 'int'): https://github.com/projectchrono/chrono/issues/158 BUILD_DEPENDS= openmpi>0:net/openmpi -LIB_DEPENDS= libomp.so:devel/openmp USES= cmake compiler:c++14-lang fortran USE_GITHUB= yes Index: science/code_saturne/Makefile =================================================================== --- science/code_saturne/Makefile +++ science/code_saturne/Makefile @@ -3,8 +3,8 @@ PORTNAME= code_saturne PORTVERSION= 5.3.3 -PORTREVISION= 2 DISTVERSIONPREFIX= v +PORTREVISION= 3 CATEGORIES= science parallel MAINTAINER= thierry@FreeBSD.org @@ -16,7 +16,6 @@ LIB_DEPENDS= libsysinfo.so:devel/libsysinfo \ libcgns.so:science/cgnslib \ libhdf5.so:science/hdf5 \ - libomp.so:devel/openmp \ libmedC.so:french/med RUN_DEPENDS= xmgrace:math/grace \ bash:shells/bash \ Index: science/gabedit/Makefile =================================================================== --- science/gabedit/Makefile +++ science/gabedit/Makefile @@ -2,7 +2,7 @@ PORTNAME= gabedit DISTVERSION= 2.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science #MASTER_SITES= http://prdownloads.sourceforge.net/${PORTNAME}/ # old SF-based source #DISTNAME= GabeditSrc${DISTVERSION:S/.//g} @@ -41,8 +41,6 @@ OPTIONS_DEFINE= OPENMP OPTIONS_DEFAULT= OPENMP -OPENMP_LIB_DEPENDS= libgomp.so:devel/openmp - post-patch: @${REINPLACE_CMD} 's|/usr/|${PREFIX}/|; s| -O2| ${CFLAGS}|; s|gcc|${CC}|' ${WRKSRC}/CONFIG Index: science/gromacs/Makefile =================================================================== --- science/gromacs/Makefile +++ science/gromacs/Makefile @@ -3,6 +3,7 @@ PORTNAME= gromacs DISTVERSION= 2019.5 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ @@ -54,7 +55,6 @@ OPENMP_USES= compiler:openmp OPENMP_CMAKE_ON= -DGMX_CXX11:BOOL=OFF OPENMP_CMAKE_OFF= -DGMX_OPENMP:BOOL=OFF -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp SIMD_CMAKE_OFF= -DGMX_SIMD:STRING="None" Index: science/lammps/Makefile =================================================================== --- science/lammps/Makefile +++ science/lammps/Makefile @@ -2,7 +2,7 @@ PORTNAME= lammps PORTVERSION= ${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -64,7 +64,6 @@ .if ${PORT_OPTIONS:MOPENMP} USES+= localbase CMAKE_ARGS+= -DBUILD_OMP:BOOL=true -LIB_DEPENDS+= libomp.so:devel/openmp .endif post-patch: Index: science/latte/Makefile =================================================================== --- science/latte/Makefile +++ science/latte/Makefile @@ -3,7 +3,7 @@ PORTNAME= latte DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -32,7 +32,6 @@ DBCSR_BROKEN= see https://github.com/lanl/LATTE/issues/92 OPENMP_CMAKE_BOOL= OPENMP -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp MPI_CMAKE_BOOL= DO_MPI MPI_LIB_DEPENDS= libmpi.so:net/openmpi Index: science/nest/Makefile =================================================================== --- science/nest/Makefile +++ science/nest/Makefile @@ -3,7 +3,7 @@ PORTNAME= nest DISTVERSIONPREFIX= v DISTVERSION= 2.18.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science biology # NEST is used in neuroscience PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -18,8 +18,7 @@ BROKEN_i386= https://github.com/nest/nest-simulator/issues/1205 LIB_DEPENDS= libgsl.so:math/gsl \ - libltdl.so:devel/libltdl \ - libomp.so:devel/openmp + libltdl.so:devel/libltdl USES= cmake compiler:c++11-lang ncurses pkgconfig readline USE_GITHUB= yes Index: science/openmx/Makefile =================================================================== --- science/openmx/Makefile +++ science/openmx/Makefile @@ -2,7 +2,7 @@ PORTNAME= openmx DISTVERSION= 3.8.5 # the 18June12 patch upgrades 3.8 -> 3.8.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= http://www.openmx-square.org/ \ http://www.openmx-square.org/bugfixed/18June12/:patch @@ -23,8 +23,7 @@ LIB_DEPENDS= libblas.so:math/blas \ libfftw3.so:math/fftw3 \ liblapack.so:math/lapack \ - libmpich.so:net/mpich \ - libiomp5.so:devel/openmp + libmpich.so:net/mpich USES= dos2unix fortran gmake localbase:ldflags DOS2UNIX_FILES= openmx_common.h Index: science/openmx/files/patch-makefile =================================================================== --- science/openmx/files/patch-makefile +++ science/openmx/files/patch-makefile @@ -9,7 +9,7 @@ -LIB= -L/opt/intel/mkl/lib -mkl=parallel -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lpthread -lifcore -lmpi -lmpi_f90 -lmpi_f77 +CC = mpicc $(CFLAGS) -fopenmp +FC = mpif90 $(FFLAGS) -fopenmp -+LIB= $(LDFLAGS) -lpthread -llapack -lblas -lgfortran -lfftw3 -liomp5 ++LIB= $(LDFLAGS) -lpthread -llapack -lblas -lgfortran -lfftw3 -lomp Index: science/py-GPy/Makefile =================================================================== --- science/py-GPy/Makefile +++ science/py-GPy/Makefile @@ -2,6 +2,7 @@ PORTNAME= GPy DISTVERSION= 1.9.9 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +13,11 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYNUMPY} \ - ${LOCALBASE}/lib/libomp.so:devel/openmp +BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.16:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}paramz>=0.9.0:science/py-paramz@${PY_FLAVOR} \ - ${LOCALBASE}/lib/libomp.so:devel/openmp + ${PYTHON_PKGNAMEPREFIX}paramz>=0.9.0:science/py-paramz@${PY_FLAVOR} USES= localbase python:-3.6 USE_PYTHON= distutils autoplist Index: science/py-PyFR/Makefile =================================================================== --- science/py-PyFR/Makefile +++ science/py-PyFR/Makefile @@ -2,6 +2,7 @@ PORTNAME= PyFR DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= http://www.pyfr.org/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -32,8 +33,7 @@ OPENCL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyopencl>0:devel/py-pyopencl@${PY_FLAVOR} \ clblas>0:math/clblas -OPENMP_RUN_DEPENDS= openmp>0:devel/openmp \ - libxsmm>0:math/libxsmm +OPENMP_RUN_DEPENDS= libxsmm>0:math/libxsmm pre-build: # patch in pre-build to make the patch less error-prone (it has %%LOCALBASE%%) @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/pyfr/backends/openmp/compiler.py Index: science/py-phono3py/Makefile =================================================================== --- science/py-phono3py/Makefile +++ science/py-phono3py/Makefile @@ -2,7 +2,7 @@ PORTNAME= phono3py DISTVERSION= 1.13.3.27 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,14 +18,12 @@ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}phonopy>=1.13.2:science/py-phonopy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ - ${LOCALBASE}/include/lapacke.h:math/lapacke \ - openmp>0:devel/openmp + ${LOCALBASE}/include/lapacke.h:math/lapacke RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}phonopy>=1.13.2:science/py-phonopy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ - openmp>0:devel/openmp + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= blaslapack:openblas localbase python USE_PYTHON= distutils cython autoplist Index: science/py-scikit-learn/Makefile =================================================================== --- science/py-scikit-learn/Makefile +++ science/py-scikit-learn/Makefile @@ -3,6 +3,7 @@ PORTNAME= scikit-learn DISTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,6 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}joblib>=0.11.0:devel/py-joblib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.17.0:science/py-scipy@${PY_FLAVOR} -LIB_DEPENDS= libomp.so:devel/openmp RUN_DEPENDS:= ${BUILD_DEPENDS} USES= fortran python:3.5+ localbase Index: science/qmcpack/Makefile =================================================================== --- science/qmcpack/Makefile +++ science/qmcpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= qmcpack DISTVERSIONPREFIX= v DISTVERSION= 3.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,6 @@ libfftw3.so:math/fftw3 \ libhdf5.so:science/hdf5 \ libmpich.so:net/mpich \ - libomp.so:devel/openmp \ libopenblas.so:math/openblas \ libsz.so:science/szip Index: textproc/libfolia/Makefile =================================================================== --- textproc/libfolia/Makefile +++ textproc/libfolia/Makefile @@ -3,7 +3,7 @@ PORTNAME= libfolia DISTVERSIONPREFIX= v DISTVERSION= 1.15 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -14,7 +14,6 @@ BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive LIB_DEPENDS= libicui18n.so:devel/icu \ - libomp.so:devel/openmp \ libticcutils.so:devel/ticcutils USES= autoreconf compiler:c++11-lang gmake gnome libtool pkgconfig Index: textproc/ucto/Makefile =================================================================== --- textproc/ucto/Makefile +++ textproc/ucto/Makefile @@ -3,7 +3,7 @@ PORTNAME= ucto DISTVERSIONPREFIX= v DISTVERSION= 0.14.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -17,7 +17,6 @@ LIB_DEPENDS= libexttextcat-2.0.so:textproc/libexttextcat \ libfolia.so:textproc/libfolia \ libicuio.so:devel/icu \ - libomp.so:devel/openmp \ libticcutils.so:devel/ticcutils RUN_DEPENDS= uctodata>0:textproc/uctodata