Ticket #32936: Portfile.diff
File Portfile.diff, 1.4 KB (added by someuser12, 12 years ago) |
---|
-
Portfile
old new 5 5 PortGroup xcodeversion 1.0 6 6 7 7 name tiff 8 version 3.9.58 version 4.0.2 9 9 categories graphics 10 10 license BSD 11 11 maintainers waqar openmaintainer … … 30 30 http://dl.maptools.org/dl/libtiff/ \ 31 31 freebsd 32 32 33 checksums sha1 f40aab20fb2f609b5cbc1171c40b66a1445e3773\34 rmd160 c67742bf6b9b10ca0700e69ce575007d40c4f89c33 checksums sha256 aa29f1f5bfe3f443c3eb4dac472ebde15adc8ff0464b83376f35e3b2fef935da \ 34 rmd160 520c5a6d17d1b0c3957e3889b66eadce0accf53f 35 35 36 36 depends_lib port:jpeg port:zlib 37 37 … … 65 65 ${destroot}${prefix}/share/doc/${name} 66 66 } 67 67 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-framework73 }74 }75 76 68 minimum_xcodeversions {9 3.1} 77 69 78 70 variant jbig description {Enable JBIG support} { … … 81 73 configure.args-append --enable-jbig 82 74 } 83 75 76 variant opengl description {Enable OpenGL support} { 77 depends_lib-append port:mesa port:freeglut 78 } 79 84 80 livecheck.type regex 85 81 livecheck.url http://www.remotesensing.org/libtiff/ 86 82 livecheck.regex {v(\d+(?:\.\d+)*)</a>}