Ticket #29514: 0.26-2.diff

File 0.26-2.diff, 1.5 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

revised patch proposal

  • Portfile

     
    44PortSystem          1.0
    55
    66name                pkgconfig
    7 version             0.25
    8 revision            2
     7version             0.26
    98categories          devel
    109maintainers         ryandesign
    1110license             GPL-2+
     
    2322                    about installed libraries in the system. It is typically \
    2423                    used to compile and link against one or more libraries.
    2524
    26 checksums           md5     a3270bab3f4b69b7dc6dbdacbcae9745 \
    27                     sha1    8922aeb4edeff7ed554cc1969cbb4ad5a4e6b26e \
    28                     rmd160  835509d01f68c45823ee89c718776eb66f61316b
     25checksums           sha1    fd71a70b023b9087c8a7bb76a0dc135a61059652 \
     26                    rmd160  face3d16ec338b9b1ab41d56d6e4d1a5624b52d0
    2927
    30 patchfiles          patch-underquoting.diff
     28depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2
    3129
    3230configure.args      --with-pc-path=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig
    3331
     32configure.env       PKG_CONFIG=false \
     33                    GLIB_CFLAGS="-I${prefix}/include/glib-2.0 -I${prefix}/lib/glib-2.0/include -I${prefix}/include" \
     34                    GLIB_LIBS="-L${prefix}/lib -lglib-2.0 -lintl"
     35
    3436test.run            yes
    3537test.target         check
    3638
     
    4042    xinstall -m 644 -W ${worksrcpath} \
    4143        AUTHORS \
    4244        COPYING \
    43         ChangeLog \
    4445        NEWS \
    4546        README \
    4647        ${docdir}