Ticket #21330: Portfile.diff

File Portfile.diff, 1.8 KB (added by howarth@…, 15 years ago)

diff for Portfile changes to update to 2.3.2, apply uintptr_t patch and explicitly set path for libjpeg and libpng

  • Portfile

    old new  
    33PortSystem      1.0
    44
    55name            openmotif
    6 version         2.3.1-1
    7 revision        2
     6version         2.3.2
     7revision        1
    88set branch      [join [lrange [split ${version} .] 0 1] .]
    99set subdir      [lindex [split ${version} -] 0]
    1010worksrcdir      ${name}-${subdir}
     
    2222                ftp://ftp.ics.com/openmotif/${branch}/${subdir}/
    2323fetch.use_epsv  no
    2424
    25 checksums       md5     1372108f50f3554ee2f28367ff76bd32 \
    26                 sha1    3245375f4bd8e2d2eb02c2636d5491e834d8bb1a \
    27                 rmd160  e03422204b6077fa6556894f194236d40e92e42b
     25checksums       md5     bf5479d52bc114d299200ec20e463e96 \
     26                sha1    c98ac1bf3640ce57da34a0704bdeb2b12011ae1f \
     27                rmd160  2346a93fcec57b9c18b6657d1cc681b6001cba28
    2828
    2929depends_build \
    3030        port:pkgconfig \
     
    4242        port:xorg-libXt
    4343
    4444patchfiles      patch-demos-programs-peridoc-Makefile.in.diff \
    45                 patch-lib-Mrm-Makefile.in.diff
     45                patch-lib-Mrm-Makefile.in.diff \
     46                patch-uintptr_t-cast.diff
    4647
    4748post-patch {
    4849    reinplace "s|iconv_open|libiconv_open|g" ${worksrcpath}/configure
     
    5253configure.args  --mandir=${prefix}/share/man    \
    5354                --enable-xft    \
    5455                --enable-jpeg   \
     56                --with-libjpeg-includes=${prefix}/include \
     57                --with-libjpeg-lib=${prefix}/lib \
    5558                --enable-png \
    56                 --x-include=${prefix}/include --x-lib=${prefix}/lib
     59                --with-libpng-includes=${prefix}/include \
     60                --with-libpng-lib=${prefix}/lib \
     61                --x-include=${prefix}/include --x-lib=${prefix}/lib
    5762
    5863use_parallel_build  no
    5964build.env       LANG=C