diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-12-04 03:41:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-12-04 03:41:32 +0800 |
commit | e1e935554223e7f656d07f3b8d4b19b651e96425 (patch) | |
tree | 8156e20afca01d9216c718d4023eba75e0a0f37a /science | |
parent | 4891de5cd9ed73b29d7e93a2897aef0e68afa4d1 (diff) | |
download | freebsd-ports-gnome-e1e935554223e7f656d07f3b8d4b19b651e96425.tar.gz freebsd-ports-gnome-e1e935554223e7f656d07f3b8d4b19b651e96425.tar.zst freebsd-ports-gnome-e1e935554223e7f656d07f3b8d4b19b651e96425.zip |
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 231008
Exp-run by: antoine
Diffstat (limited to 'science')
-rw-r--r-- | science/lm/Makefile | 5 | ||||
-rw-r--r-- | science/paraview/Makefile | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/science/lm/Makefile b/science/lm/Makefile index 743fa7f1a5b5..e7566605701e 100644 --- a/science/lm/Makefile +++ b/science/lm/Makefile @@ -2,7 +2,7 @@ PORTNAME= lm DISTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -src CATEGORIES= science MASTER_SITES= http://scs.illinois.edu/schulten/${PORTNAME}/download/${PORTNAME}${DISTVERSION:R:S/.//}/ @@ -21,11 +21,12 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \ libprotobuf.so:devel/protobuf \ libsz.so:science/szip -USES= gettext-runtime gmake +USES= compiler:c++11-lang gettext-runtime gmake WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} CXXFLAGS+= -DLINUX MAKE_ENV= BUILD_DIR=${WRKSRC} PROTOBUF_DIR=${LOCALBASE} +USE_CXXSTD= c++11 OPTIONS_DEFINE= MPI PYTHON VMD OPTIONS_DEFAULT= MPI PYTHON # VMD can't be default because VMD requires manual tarball fetch diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 576305dbc217..602e3a6497ea 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -3,7 +3,7 @@ PORTNAME= paraview DISTVERSION= 5.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION} |