Ticket #32936: Portfile.diff

File Portfile.diff, 1.4 KB (added by someuser12, 12 years ago)
  • Portfile

    old new  
    55PortGroup  xcodeversion 1.0
    66
    77name            tiff
    8 version         3.9.5
     8version         4.0.2
    99categories      graphics
    1010license         BSD
    1111maintainers     waqar openmaintainer
     
    3030                http://dl.maptools.org/dl/libtiff/ \
    3131                freebsd
    3232
    33 checksums       sha1    f40aab20fb2f609b5cbc1171c40b66a1445e3773 \
    34                 rmd160  c67742bf6b9b10ca0700e69ce575007d40c4f89c
     33checksums           sha256  aa29f1f5bfe3f443c3eb4dac472ebde15adc8ff0464b83376f35e3b2fef935da \
     34                    rmd160  520c5a6d17d1b0c3957e3889b66eadce0accf53f
    3535
    3636depends_lib     port:jpeg port:zlib
    3737
     
    6565                ${destroot}${prefix}/share/doc/${name}
    6666}
    6767
    68 platform macosx {
    69     # Tiger does not have 64-bit OpenGL.
    70     if {${os.major} > 8 || (![variant_isset universal] && ![string match *64* $build_arch])
    71         || ([variant_isset universal] && ![string match *64* $universal_archs])} {
    72         configure.args-append   --with-apple-opengl-framework
    73     }
    74 }
    75 
    7668minimum_xcodeversions {9 3.1}
    7769
    7870variant jbig description {Enable JBIG support} {
     
    8173    configure.args-append   --enable-jbig
    8274}
    8375
     76variant opengl description {Enable OpenGL support} {
     77    depends_lib-append      port:mesa port:freeglut
     78}
     79
    8480livecheck.type  regex
    8581livecheck.url   http://www.remotesensing.org/libtiff/
    8682livecheck.regex {v(\d+(?:\.\d+)*)</a>}