New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17965: Portfile.diff

File Portfile.diff, 0.7 KB (added by mainka@…, 3 years ago)

Portfile diff

  • Portfile

    old new  
    2323                                sha1 facf11bc9f6988b76538e46a7ce8a379a9296cb0 \ 
    2424                                rmd160 1848e00b3b46c93fdd383092a3db8728b6b8bae0 
    2525 
     26 
     27variant libyaml "Enable LibYAML bindings" { 
     28    depends_lib_append      port:libyaml \ 
     29                            port:py-pyrex 
     30    patchfiles              patch_setup_with_libyaml.py.diff 
     31    build.cmd               ${python.bin} setup_with_libyaml.py 
     32    build.env               LDFLAGS=-L${prefix}/lib 
     33} 
     34 
    2635post-destroot { 
    2736        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
    2837        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples