diff options
author | thierry <thierry@FreeBSD.org> | 2014-11-28 05:21:55 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-11-28 05:21:55 +0800 |
commit | 84a6fd52d714380c91adc47969f4907b289f7c53 (patch) | |
tree | b9bc2a2c28bf05276a52f7bcc01f870d3d5e5de2 /cad | |
parent | c8417393bbfd3eed908a508abfbd86910c5d493a (diff) | |
download | freebsd-ports-graphics-84a6fd52d714380c91adc47969f4907b289f7c53.tar.gz freebsd-ports-graphics-84a6fd52d714380c91adc47969f4907b289f7c53.tar.zst freebsd-ports-graphics-84a6fd52d714380c91adc47969f4907b289f7c53.zip |
Unbreak. The tarball has been rerolled: now VTK could be optional.
Since there is no option for VTK in the port, there is no impact.
I'll try to add this option with the next update.
Full diff at
<http://people.freebsd.org/~thierry/ports/opencascade-6.8.0_141110_141120.diff>
Diffstat (limited to 'cad')
-rw-r--r-- | cad/opencascade/Makefile | 3 | ||||
-rw-r--r-- | cad/opencascade/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 2f58994e318..fc2294fbcbd 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -3,6 +3,7 @@ PORTNAME= opencascade PORTVERSION= 6.8.0 +PORTREVISION= 1 CATEGORIES= cad science MASTER_SITES= http://files.opencascade.com/OCCT/OCC_${PORTVERSION}_release/ @@ -14,8 +15,6 @@ LICENSE_NAME= LGPL21 with exception LICENSE_FILE= ${WRKSRC}/OCCT_LGPL_EXCEPTION.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN= Checksum and size mismatch - LIB_DEPENDS= libtbb.so:${PORTSDIR}/devel/tbb \ libvtksys-${VTKVER}.so:${PORTSDIR}/math/vtk6 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash diff --git a/cad/opencascade/distinfo b/cad/opencascade/distinfo index 2018d0bef44..24c09ecdaed 100644 --- a/cad/opencascade/distinfo +++ b/cad/opencascade/distinfo @@ -1,2 +1,2 @@ -SHA256 (opencascade-6.8.0.tgz) = 6646c1af4b54228db15173862be6999ffb60b1d79d7b77dbc6d5e342498f0236 -SIZE (opencascade-6.8.0.tgz) = 198312319 +SHA256 (opencascade-6.8.0.tgz) = b8d8293402b0ce828dd4319b48d14bad4137696ef76afeeca614e7ef81f7d371 +SIZE (opencascade-6.8.0.tgz) = 198310135 |