Ticket #5067: patch-Portfile.diff

File patch-Portfile.diff, 1.3 KB (added by cssdev@…, 19 years ago)

Patch for Coin's Portfile

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/Coin/Portfile,v
    retrieving revision 1.1
    diff -u -r1.1 Portfile
     
    22
    33PortSystem              1.0
    44name                    Coin
    5 version                 2.4.3
     5version                 2.4.4
    66description             cross platform C++ OpenGL scene graph library
    77long_description        Coin is a high-level 3D graphics library with a   \
    88        C++ Application Programming Interface. Coin uses scene-graph data \
     
    1414platforms               darwin
    1515maintainers             cssdev@mac.com
    1616master_sites            http://ftp.coin3d.org/coin/src/all/
    17 checksums               md5 57c039a55133c5037ebef6759d26f603
     17checksums               md5 7976fcf2d1154bc8574d75b99bab45ee
    1818
    1919depends_build           lib:libX11.6:XFree86 bin:doxygen:doxygen
    2020depends_lib             port:simage
     
    4141        configure.args-append   --enable-man --mandir=${prefix}/share/man
    4242        post-destroot {
    4343                file rename ${destroot}${prefix}/share/man/man3/threads.3 \
    44                         ${destroot}${prefix}/share/man/man3/threads.3coin
     44                        ${destroot}${prefix}/share/man/man3/threads-coin.3
    4545                file rename ${destroot}${prefix}/share/man/man3/manips.3 \
    46                         ${destroot}${prefix}/share/man/man3/manips.3coin
     46                        ${destroot}${prefix}/share/man/man3/manips-coin.3
    4747        }
    4848}
    4949