New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16883: patch-Portfile.diff

File patch-Portfile.diff, 1.2 KB (added by myschizobuddy@…, 5 years ago)
  • Portfile

     
    33PortSystem              1.0 
    44 
    55name                    ImageMagick 
    6 version                 6.4.4-6 
     6version                 6.4.4-8 
    77homepage                http://www.imagemagick.org/ 
    88categories              graphics devel 
    99maintainers             ryandesign 
     
    3737#    ftp://ftp.nluug.nl/pub/${name}/ \ 
    3838 
    3939checksums \ 
    40     md5     75d7637d1990e616c17456ca6626a770 \ 
    41     sha1    703b0e5017fcffd4f6dca4f607862e984d8b5d1a \ 
    42     rmd160  e64f485d54118d6c99df392001645da213e2756b 
     40    md5     b5950b2c325a769847543e42e83a8719 \ 
     41    sha1    0379095c374ced98cf053739823ac841053a1848 \ 
     42    rmd160  84c9c8cec1d7c569b1d27a907179ea83c7523573 
    4343 
    4444depends_lib \ 
    4545    lib:libX11.6:XFree86 \ 
     
    8080    --without-wmf \ 
    8181    --without-gvc \ 
    8282    --without-rsvg \ 
     83    --without-lqr \ 
    8384    --mandir=${prefix}/share/man 
    8485 
    8586test.run                yes 
     
    212213        --without-magick-plus-plus 
    213214} 
    214215 
     216variant lqr description {Liquid Rescale support (experimental)} { 
     217   configure.args-delete     --without-lqr 
     218   configure.args-append     --with-lqr 
     219} 
     220 
    215221platform darwin 6 { 
    216222    depends_lib-append \ 
    217223        lib:libdl:dlcompat \