Page MenuHomeFreeBSD

D19767.id55649.diff
No OneTemporary

D19767.id55649.diff

Index: astro/siril/Makefile
===================================================================
--- astro/siril/Makefile
+++ astro/siril/Makefile
@@ -2,7 +2,7 @@
PORTNAME= siril
DISTVERSION= 0.9.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro graphics
MASTER_SITES= https://free-astro.org/download/
Index: biology/abyss/Makefile
===================================================================
--- biology/abyss/Makefile
+++ biology/abyss/Makefile
@@ -2,6 +2,7 @@
PORTNAME= abyss
DISTVERSION= 2.1.5
+PORTREVISION= 1
CATEGORIES= biology
MASTER_SITES= http://www.bcgsc.ca/platform/bioinfo/software/${PORTNAME}/releases/${DISTVERSION}/
Index: biology/py-fastTSNE/Makefile
===================================================================
--- biology/py-fastTSNE/Makefile
+++ biology/py-fastTSNE/Makefile
@@ -2,6 +2,7 @@
PORTNAME= fastTSNE
DISTVERSION= 0.2.13
+PORTREVISION= 1
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Index: comms/wsjtx/Makefile
===================================================================
--- comms/wsjtx/Makefile
+++ comms/wsjtx/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wsjtx
PORTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= SF/wsjt/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}
Index: converters/pdf2djvu/Makefile
===================================================================
--- converters/pdf2djvu/Makefile
+++ converters/pdf2djvu/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pdf2djvu
PORTVERSION= 0.9.12
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= converters
MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/
Index: devel/openmp/Makefile
===================================================================
--- devel/openmp/Makefile
+++ devel/openmp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= openmp
DISTVERSION= 8.0.0
DISTVERSIONSUFFIX= .src
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://llvm.org/releases/${DISTVERSION}/
@@ -12,6 +13,8 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Part of base system since FreeBSD 11.3/12.1
+EXPIRATION_DATE=2019-12-31
ONLY_FOR_ARCHS= amd64 i386
USES= cmake compiler:c++11-lib perl5 tar:xz
@@ -23,8 +26,6 @@
lib/libgomp.so \
lib/libiomp5.so \
lib/libomp.so \
- lib/libomp.so.0 \
- lib/libomptarget.so \
- lib/libomptarget.so.0
+ lib/libomptarget.so
.include <bsd.port.mk>
Index: devel/openmp/files/patch-libomptarget_src_CMakeLists.txt
===================================================================
--- devel/openmp/files/patch-libomptarget_src_CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Prevent consumers from picking up libomptarget.so from devel/llvm* ports
-
---- libomptarget/src/CMakeLists.txt.orig 2017-12-06 21:59:15 UTC
-+++ libomptarget/src/CMakeLists.txt
-@@ -27,5 +27,9 @@ target_link_libraries(omptarget
- ${CMAKE_DL_LIBS}
- "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/exports")
-
-+if(NOT WIN32)
-+ set_target_properties(omptarget PROPERTIES SOVERSION 0)
-+endif()
-+
- # Install libomptarget under the lib destination folder.
- install(TARGETS omptarget LIBRARY DESTINATION lib${OPENMP_LIBDIR_SUFFIX})
Index: devel/openmp/files/patch-runtime_src_CMakeLists.txt
===================================================================
--- devel/openmp/files/patch-runtime_src_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Prevent consumers from picking up libomp.so from devel/llvm* ports
-
---- runtime/src/CMakeLists.txt.orig 2016-06-28 19:25:13 UTC
-+++ runtime/src/CMakeLists.txt
-@@ -235,6 +235,8 @@ if(WIN32)
- -o ${LIBOMP_LIB_NAME}.def ${CMAKE_CURRENT_SOURCE_DIR}/dllexports
- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/dllexports ${LIBOMP_TOOLS_DIR}/generate-def.pl
- )
-+else()
-+ set_target_properties(omp PROPERTIES SOVERSION 0)
- endif()
-
- # Building the Fortran module files
Index: devel/py-numba/Makefile
===================================================================
--- devel/py-numba/Makefile
+++ devel/py-numba/Makefile
@@ -3,7 +3,7 @@
PORTNAME= numba
DISTVERSION= 0.40.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Index: finance/quantlib/Makefile
===================================================================
--- finance/quantlib/Makefile
+++ finance/quantlib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= quantlib
PORTVERSION= 1.15
+PORTREVISION= 1
CATEGORIES= finance math devel
MASTER_SITES= https://dl.bintray.com/${PORTNAME}/releases/
DISTNAME= QuantLib-${PORTVERSION}
Index: french/aster/Makefile
===================================================================
--- french/aster/Makefile
+++ french/aster/Makefile
@@ -3,7 +3,7 @@
PORTNAME= aster
DISTVERSION= ${ASTER_DISTVERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= french cad
MAINTAINER= thierry@FreeBSD.org
Index: graphics/blender/Makefile
===================================================================
--- graphics/blender/Makefile
+++ graphics/blender/Makefile
@@ -3,7 +3,7 @@
PORTNAME= blender
PORTVERSION= 2.79b
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics games
MASTER_SITES= http://download.blender.org/source/ \
http://mirror.cs.umn.edu/blender.org/source/ \
@@ -128,7 +128,7 @@
# -DOpenMP_C_FLAGS:STRING=-fopenmp -lm \
# -DOpenMP_CXX_FLAGS:STRING=-fopenmp -lm
#OPENMP_CMAKE_OFF= -DWITH_OPENMP:BOOL=OFF
-#OPENMP_LIB_DEPENDS= libomp.so.0:devel/openmp
+#OPENMP_LIB_DEPENDS= libomp.so:devel/openmp
#OPENMP_LDFLAGS= -L${LOCALBASE}/lib
OPENSUBDIV_CMAKE_BOOL= WITH_OPENSUBDIV
OPENSUBDIV_LIB_DEPENDS= libosdCPU.so:graphics/opensubdiv
Index: graphics/darktable/Makefile
===================================================================
--- graphics/darktable/Makefile
+++ graphics/darktable/Makefile
@@ -3,7 +3,7 @@
PORTNAME= darktable
PORTVERSION= 2.6.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
@@ -109,7 +109,7 @@
# Depend on devel/openmp instead of the full LLVM at runtime. Required
# for a consistent libomp experience.
-LIB_DEPENDS+= libomp.so.0:devel/openmp
+LIB_DEPENDS+= libomp.so:devel/openmp
.endif
.if defined(WITH_DEBUG)
Index: graphics/gmic/Makefile
===================================================================
--- graphics/gmic/Makefile
+++ graphics/gmic/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gmic
DISTVERSION= 2.5.5
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://gmic.eu/files/source/
DISTNAME= ${PORTNAME}_${DISTVERSION}
Index: graphics/gthumb/Makefile
===================================================================
--- graphics/gthumb/Makefile
+++ graphics/gthumb/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gthumb
PORTVERSION= 3.6.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: graphics/lightzone/Makefile
===================================================================
--- graphics/lightzone/Makefile
+++ graphics/lightzone/Makefile
@@ -3,8 +3,8 @@
PORTNAME= lightzone
DISTVERSION= 4.1.8-3
-PORTREVISION= 2
DISTVERSIONSUFFIX= -g36e87773
+PORTREVISION= 3
CATEGORIES= graphics java
DIST_SUBDIR= ${PORTNAME}
Index: graphics/mandelbulber/Makefile
===================================================================
--- graphics/mandelbulber/Makefile
+++ graphics/mandelbulber/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mandelbulber
PORTVERSION= 2.17
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= amdmi3@FreeBSD.org
Index: graphics/rawtherapee/Makefile
===================================================================
--- graphics/rawtherapee/Makefile
+++ graphics/rawtherapee/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rawtherapee
PORTVERSION= 5.5
-PORTREVISION= 1
+PORTREVISION= 2
#DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}${DISTVERSIONSUFFIX}
CATEGORIES= graphics
MASTER_SITES= http://rawtherapee.com/shared/source/
Index: math/R/Makefile
===================================================================
--- math/R/Makefile
+++ math/R/Makefile
@@ -3,7 +3,7 @@
PORTNAME= R
DISTVERSION= 3.5.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math lang
MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||}
Index: math/blaze/Makefile
===================================================================
--- math/blaze/Makefile
+++ math/blaze/Makefile
@@ -2,7 +2,7 @@
PORTNAME= blaze
DISTVERSION= 3.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/
Index: math/blazeiterative/Makefile
===================================================================
--- math/blazeiterative/Makefile
+++ math/blazeiterative/Makefile
@@ -2,7 +2,7 @@
PORTNAME= blazeiterative
PORTVERSION= g20180409
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
Index: math/combblas/Makefile
===================================================================
--- math/combblas/Makefile
+++ math/combblas/Makefile
@@ -2,7 +2,7 @@
PORTNAME= CombBLAS
DISTVERSION= 1.6.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= https://people.eecs.berkeley.edu/~aydin/${PORTNAME}_FILES/
DISTNAME= ${PORTNAME}_beta_${DISTVERSION:S/.//:S/./_/}
Index: math/dbcsr/Makefile
===================================================================
--- math/dbcsr/Makefile
+++ math/dbcsr/Makefile
@@ -3,8 +3,8 @@
PORTNAME= dbcsr
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0-rc.0-40
-PORTREVISION= 1
DISTVERSIONSUFFIX= -gd9c0dd54
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
Index: math/gretl/Makefile
===================================================================
--- math/gretl/Makefile
+++ math/gretl/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gretl
DISTVERSION= 2019a
+PORTREVISION= 1
CATEGORIES= math finance
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/
Index: math/hipmcl/Makefile
===================================================================
--- math/hipmcl/Makefile
+++ math/hipmcl/Makefile
@@ -2,6 +2,7 @@
PORTNAME= HipMCL
DISTVERSION= g20180814
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
Index: math/libnormaliz/Makefile
===================================================================
--- math/libnormaliz/Makefile
+++ math/libnormaliz/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libnormaliz
DISTVERSIONPREFIX= v
DISTVERSION= 3.6.3
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= phascolarctos@protonmail.ch
Index: math/libxsmm/Makefile
===================================================================
--- math/libxsmm/Makefile
+++ math/libxsmm/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libxsmm
DISTVERSION= 1.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math science
MAINTAINER= yuri@FreeBSD.org
Index: math/mkl-dnn/Makefile
===================================================================
--- math/mkl-dnn/Makefile
+++ math/mkl-dnn/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mkl-dnn
DISTVERSIONPREFIX= v
DISTVERSION= 0.18.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
Index: math/py-rpy2/Makefile
===================================================================
--- math/py-rpy2/Makefile
+++ math/py-rpy2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rpy2
DISTVERSION= 3.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Index: math/py-yt/Makefile
===================================================================
--- math/py-yt/Makefile
+++ math/py-yt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= yt
DISTVERSION= 3.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math astro python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Index: math/timbl/Makefile
===================================================================
--- math/timbl/Makefile
+++ math/timbl/Makefile
@@ -4,6 +4,7 @@
PORTNAME= timbl
DISTVERSIONPREFIX= v
DISTVERSION= 6.4.13
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
Index: math/tmv/Makefile
===================================================================
--- math/tmv/Makefile
+++ math/tmv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tmv
DISTVERSIONPREFIX= v
DISTVERSION= 0.75
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
Index: misc/urh/Makefile
===================================================================
--- misc/urh/Makefile
+++ misc/urh/Makefile
@@ -2,6 +2,7 @@
PORTNAME= urh
DISTVERSION= 2.5.5
+PORTREVISION= 1
CATEGORIES= misc hamradio python
MASTER_SITES= CHEESESHOP
Index: science/abinit/Makefile
===================================================================
--- science/abinit/Makefile
+++ science/abinit/Makefile
@@ -3,7 +3,7 @@
PORTNAME= abinit
DISTVERSION= 8.10.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= https://www.abinit.org/sites/default/files/packages/
Index: science/code_saturne/Makefile
===================================================================
--- science/code_saturne/Makefile
+++ science/code_saturne/Makefile
@@ -4,7 +4,7 @@
PORTNAME= code_saturne
PORTVERSION= 5.3.2
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science parallel
MAINTAINER= thierry@FreeBSD.org
Index: science/dftbplus/Makefile
===================================================================
--- science/dftbplus/Makefile
+++ science/dftbplus/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dftbplus
DISTVERSION= 18.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
Index: science/gabedit/Makefile
===================================================================
--- science/gabedit/Makefile
+++ science/gabedit/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gabedit
DISTVERSION= 2.5.1
+PORTREVISION= 1
CATEGORIES= science
#MASTER_SITES= http://prdownloads.sourceforge.net/${PORTNAME}/ # old SF-based source
#DISTNAME= GabeditSrc${DISTVERSION:S/.//g}
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= 2
+PORTREVISION= 3
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
Index: science/latte/Makefile
===================================================================
--- science/latte/Makefile
+++ science/latte/Makefile
@@ -3,7 +3,7 @@
PORTNAME= latte
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
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= 2
+PORTREVISION= 3
CATEGORIES= science
MASTER_SITES= http://www.openmx-square.org/ \
http://www.openmx-square.org/bugfixed/18June12/:patch
Index: science/py-GPy/Makefile
===================================================================
--- science/py-GPy/Makefile
+++ science/py-GPy/Makefile
@@ -2,6 +2,7 @@
PORTNAME= GPy
DISTVERSION= 1.9.6
+PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Index: science/py-PyFR/Makefile
===================================================================
--- science/py-PyFR/Makefile
+++ science/py-PyFR/Makefile
@@ -2,7 +2,7 @@
PORTNAME= PyFR
DISTVERSION= 1.8.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science python
MASTER_SITES= http://www.pyfr.org/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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= 1
+PORTREVISION= 2
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Index: science/qmcpack/Makefile
===================================================================
--- science/qmcpack/Makefile
+++ science/qmcpack/Makefile
@@ -3,6 +3,7 @@
PORTNAME= qmcpack
DISTVERSIONPREFIX= v
DISTVERSION= 3.7.0
+PORTREVISION= 1
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
Index: textproc/libfolia/Makefile
===================================================================
--- textproc/libfolia/Makefile
+++ textproc/libfolia/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libfolia
DISTVERSIONPREFIX= v
DISTVERSION= 1.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
Index: textproc/ucto/Makefile
===================================================================
--- textproc/ucto/Makefile
+++ textproc/ucto/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ucto
DISTVERSIONPREFIX= v
DISTVERSION= 0.14.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 30, 1:47 AM (18 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34480115
Default Alt Text
D19767.id55649.diff (16 KB)

Event Timeline