Ticket #33332: virtuoso_Portfile.diff

File virtuoso_Portfile.diff, 664 bytes (added by jjstickel (Jonathan Stickel), 12 years ago)
  • devel/virtuoso/Portfile

    old new  
    3030}
    3131
    3232post-configure {
     33    ui_msg "\n Disable antivirus when building this port.\n"
     34   
    3335    reinplace "s|\"gcc\"|\"${configure.cc}\"|" ${worksrcpath}/bin/libtool.macosx
    3436}
    3537
    3638livecheck.url       http://sourceforge.net/api/file/index/project-id/161622/mtime/desc/rss?path=/virtuoso
    3739livecheck.type      regex
    3840livecheck.regex     ${name}/(\\d+(\\.\\d+)+)/${name}-opensource-(\\d+(\\.\\d+)+)
    39 
    40 notes "Diable antivirus when building this port."