aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2011-02-26 18:23:19 +0800
committerthierry <thierry@FreeBSD.org>2011-02-26 18:23:19 +0800
commit2525b6c664837fbe66a02a23bff5281d9d872428 (patch)
tree45dcb9a0c45b36b0b965499c525c820604bf2ba5 /cad
parent05aeea625b0110e119763cd6cf86762dde026cf6 (diff)
downloadfreebsd-ports-gnome-2525b6c664837fbe66a02a23bff5281d9d872428.tar.gz
freebsd-ports-gnome-2525b6c664837fbe66a02a23bff5281d9d872428.tar.zst
freebsd-ports-gnome-2525b6c664837fbe66a02a23bff5281d9d872428.zip
Chase the upgrade of science/cgnslib to 2.5-5; this implies to
switch some dependencies from science/hdf5 to science/hdf5-18. As a side note: I think that all ports depending on science/hdf5 could be switched to science/hdf5-18, by defining H5_USE_16_API when necessary, and then science/hdf5 could be deprecated. PR: ports/154736
Diffstat (limited to 'cad')
-rw-r--r--cad/salome-kernel/Makefile1
-rw-r--r--cad/salome-med/Makefile1
-rw-r--r--cad/salome/Makefile.ext2
3 files changed, 3 insertions, 1 deletions
diff --git a/cad/salome-kernel/Makefile b/cad/salome-kernel/Makefile
index 3c542bbbc963..8bde5d75bc70 100644
--- a/cad/salome-kernel/Makefile
+++ b/cad/salome-kernel/Makefile
@@ -10,6 +10,7 @@ MASTERDIR= ${.CURDIR}/../salome
PORTNAME= salome
PKGNAMESUFFIX= -kernel
+PORTREVISION= 1
SAL_MODULE_UPPER= KERNEL
.include "${MASTERDIR}/Makefile"
diff --git a/cad/salome-med/Makefile b/cad/salome-med/Makefile
index da0027e1d3f2..18ea058a9739 100644
--- a/cad/salome-med/Makefile
+++ b/cad/salome-med/Makefile
@@ -10,6 +10,7 @@ MASTERDIR= ${.CURDIR}/../salome
PORTNAME= salome
PKGNAMESUFFIX= -med
+PORTREVISION= 1
SAL_MODULE_UPPER= MED
.include "${MASTERDIR}/Makefile"
diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext
index 3f2ed97234a7..f241e8c2a88b 100644
--- a/cad/salome/Makefile.ext
+++ b/cad/salome/Makefile.ext
@@ -133,7 +133,7 @@ AUTOMAKE_ARGS=--add-missing --copy --gnu
#Dependency from HDF5
.if !${SAL_MODULE} == "randomizer" && !${SAL_MODULE} == "yacs" && !${SAL_MODULE} == "hello" && !${SAL_MODULE} == "pyhello"
-LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5
+LIB_DEPENDS+= hdf5.6:${PORTSDIR}/science/hdf5-18
CONFIGURE_ARGS+= --with-hdf5=${LOCALBASE}
AUTOTOOLS_ENV+= HDF5HOME=${LOCALBASE}
.endif