Ticket #14305: gtk2.diff

File gtk2.diff, 1.0 KB (added by shreevatsa.public@…, 16 years ago)
Line 
17c7
2< version         2.12.4
3---
4> version         2.12.6
526a27,30
6> if {[variant_isset no_x11]} {
7>     default_variants    +quartz
8> }
9>
1042,44c46,48
11< checksums       md5 72e2a930f65667ab86dc46141bbaf9e2 \
12<                 sha1 e9d727298ed61cc3c8779b42384c50480eecc46e \
13<                 rmd160 d9e031274e7fc209646cf35dd64ab5802f646808
14---
15> checksums       md5 c870a51276f7ad6eee94ab313a9e833a\
16>                 sha1 654b22ff1fae93e165ec182cf83ad1f8fe2be707\
17>                 rmd160 cf5ca78de048c40d55a615e2a0d175b7d25f85d2
1899c103,112
19< variant quartz conflicts x11 description {Enable Quartz rendering} {
20---
21> variant no_x11 description {Same as +quartz} {
22>     pre-fetch {
23>         if {[file exists ${prefix}/lib/libpangox-1.0.dylib]} {
24>             ui_error "Please uninstall or deactivate the pango port and reinstall it by running `port install pango +no_x11`."
25>             error "pango must be installed with the no_x11 variant enabled."
26>         }
27>     }
28> }
29>
30> variant quartz requires no_x11 conflicts x11 description {Enable Quartz rendering} {