Ticket #29018: glw-7.8.2.diff

File glw-7.8.2.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

proposed patch

  • Portfile

     
    33PortSystem 1.0
    44
    55name            glw
    6 version         7.2
    7 revision        1
     6version         7.8.2
    87categories      x11 devel graphics
    98maintainers     css
    109description     Mesa OpenGL widget library
     
    1615distname        MesaLib-${version}
    1716dist_subdir     mesa
    1817use_bzip2       yes
    19 use_autoconf    yes
    2018
    21 checksums       md5     04d379292e023df0b0266825cb0dbde5 \
    22                 sha1    a6dce814cc56a562890ab79cf4e205f62459a29c \
    23                 rmd160  1e7c2cc6aa27ebaf7e726ac2086c10a5155d0832
     19checksums       sha1    21de672a1cbe307135d7f172dc6952041a38e1c7 \
     20                rmd160  d06c95bc36304b8ef72211b5defd3ac338fe7956
    2421
    25 universal_variant no
    26 
    2722depends_lib     port:xorg-libsm \
    2823                port:mesa \
    2924                lib:libXm:openmotif
     
    3530worksrcdir      Mesa-${version}
    3631build.dir       ${worksrcpath}/src/glw
    3732build.target
    38 
    39 platform darwin {
    40         post-configure {
    41                 reinplace "s|\.so$|\.dylib|g" ${worksrcpath}/configs/current
    42                 reinplace "s|\$(GLW_LIB_NAME)\\*|libGLw.\*dylib|g" ${worksrcpath}/configs/default
    43         }
    44 }