Ticket #35231: Portfile.diff
File Portfile.diff, 1.5 KB (added by raphael-st (Raphael Straub), 12 years ago) |
---|
-
Portfile
old new 5 5 PortGroup cmake 1.0 6 6 7 7 name cgal 8 version 4.0 9 revision 1 8 version 4.0.2 10 9 license LGPL-3+ GPL-3+ 11 10 categories gis science 12 11 maintainers vince … … 25 24 homepage http://www.cgal.org/ 26 25 27 26 fetch.ignore_sslcert yes 28 master_sites https://gforge.inria.fr/frs/download.php/3 0387/27 master_sites https://gforge.inria.fr/frs/download.php/31175/ 29 28 30 29 distname CGAL-${version} 31 checksums rmd160 57b3112a511a5c811e1382dfe7cac3b8600c9b56\32 sha256 dde1431f56537890666dc6a396bcd591f04397998dfbe20c2897c4ed74da509930 checksums rmd160 1d11da6d1d78ae22cc113f7378d66247cf5afae2 \ 31 sha256 f125ed9d484e1e58d351f173aad184ce7a0d13c3f79205e69d819789727cfb2a 33 32 34 33 depends_lib-append port:boost \ 35 34 port:mpfr \ 36 35 port:zlib \ 37 port:gmp 36 port:gmp \ 37 port:eigen3 38 39 patchfiles patch-CGAL_SetupBoost.cmake.diff 38 40 39 41 configure.args-append -DCGAL_INSTALL_CMAKE_DIR="lib/cmake" \ 40 42 -DWITH_CGAL_Qt3:BOOL=OFF \ … … 51 53 52 54 variant demos description {Create demos} requires qt4 { 53 55 depends_lib-append port:libQGLViewer \ 54 port:ipe 56 port:ipe \ 57 port:metis 55 58 56 patchfiles patch-CMakeLists.txt.diff59 patchfiles-append patch-CMakeLists.txt.diff 57 60 58 61 # The demos don't compile with clang. 59 62 if {${configure.compiler} == "clang"} {