Ticket #38425: Portfile.diff

File Portfile.diff, 1.1 KB (added by mklein-de (Michael Klein), 11 years ago)
  • dports/sysutils/dvdisaster/Portfile

    commit 81aa4a6ef9631588f8d61cc68dae44a7c8c6d047
    Author: Michael Klein <michael.klein@puffin.lb.shuttle.de>
    Date:   Mon Mar 18 20:03:49 2013 +0100
    
        dvdisaster build fix (#38425)
        
        * build fix for recent versions of glib and libpng
    
    diff --git a/dports/sysutils/dvdisaster/Portfile b/dports/sysutils/dvdisaster/Portfile
    index 9c10849..7a59ffd 100644
    a b configure.args --buildroot=${destroot} \ 
    2828                        --localedir=${prefix}/share/locale \
    2929                        --png-includes=${prefix}/include
    3030
     31patchfiles              patch-glib+libpng-buildfixes.diff
     32
    3133build.args              CC=${configure.cc}
    3234
    3335post-patch {
    post-patch { 
    3537        reinplace "/^REQUIRE_GCC/d" ${worksrcpath}/configure ${worksrcpath}/tools/configure
    3638}
    3739
    38 livecheck.url           ${homepage}en/
    39 livecheck.regex         "<i>Version *\(.*?\) */.*</i>"
     40# livecheck disabled as upstream has dropped OS X support in 0.72.4
     41livecheck.type           none