Ticket #35231: Portfile.diff

File Portfile.diff, 1.5 KB (added by raphael-st (Raphael Straub), 12 years ago)
  • Portfile

    old new  
    55PortGroup                       cmake 1.0
    66
    77name                            cgal
    8 version                         4.0
    9 revision                        1
     8version                         4.0.2
    109license                         LGPL-3+ GPL-3+
    1110categories                      gis science
    1211maintainers                     vince
     
    2524homepage                        http://www.cgal.org/
    2625
    2726fetch.ignore_sslcert    yes
    28 master_sites            https://gforge.inria.fr/frs/download.php/30387/
     27master_sites            https://gforge.inria.fr/frs/download.php/31175/
    2928
    3029distname                        CGAL-${version}
    31 checksums           rmd160  57b3112a511a5c811e1382dfe7cac3b8600c9b56 \
    32                     sha256  dde1431f56537890666dc6a396bcd591f04397998dfbe20c2897c4ed74da5099
     30checksums           rmd160  1d11da6d1d78ae22cc113f7378d66247cf5afae2 \
     31                    sha256  f125ed9d484e1e58d351f173aad184ce7a0d13c3f79205e69d819789727cfb2a
    3332
    3433depends_lib-append      port:boost \
    3534                                        port:mpfr \
    3635                                        port:zlib \
    37                                         port:gmp
     36                                        port:gmp \
     37                                        port:eigen3
     38
     39patchfiles              patch-CGAL_SetupBoost.cmake.diff
    3840
    3941configure.args-append   -DCGAL_INSTALL_CMAKE_DIR="lib/cmake" \
    4042                        -DWITH_CGAL_Qt3:BOOL=OFF \
     
    5153
    5254variant demos description {Create demos} requires qt4 {
    5355        depends_lib-append              port:libQGLViewer \
    54                                                         port:ipe
     56                                                        port:ipe \
     57                                                        port:metis
    5558
    56         patchfiles                              patch-CMakeLists.txt.diff
     59        patchfiles-append                               patch-CMakeLists.txt.diff
    5760
    5861        # The demos don't compile with clang.
    5962        if {${configure.compiler} == "clang"} {