Ticket #31718: Portfile-xymon.diff

File Portfile-xymon.diff, 1.9 KB (added by fclaire@…, 13 years ago)
  • Portfile

    old new  
    66name                    xymon
    77conflicts               xymon-server
    88epoch                   1
    9 version                 4.3.4
     9version                 4.3.5
    1010categories              net
    1111platforms               darwin
    1212maintainers             free.fr:fclaire
     
    2222homepage                http://www.xymon.com/
    2323master_sites            sourceforge:project/xymon/Xymon/${version}
    2424
    25 checksums               sha1    8ee5150204bfcf12b4efe20d1aa06200e413354c \
    26                         rmd160  4b01fb69d3f85f3defaa877d53ef3c5e9426a7d5
     25checksums               sha1    cd49d689bbf9c27ed4d2010cf75223d7f43f656e \
     26                        rmd160  31110454d30835f758d844e3c142066566546548
    2727
    2828depends_lib             port:rrdtool \
    2929                        port:fping \
     
    3232                        port:openssl \
    3333                        port:openldap
    3434
     35universal_variant       no
     36
    3537patchfiles              patch-build-Makefile.rules.diff \
     38                        patch-build-Makefile.Darwin.diff \
    3639                        patch-lib-Makefile.diff \
    3740                        patch-client-xymonclient-darwin.sh.diff
    3841
     
    7275                        INSTALLTMPDIR=${xytmpdir} \
    7376                        INSTALLWEBDIR=${xywebdir} \
    7477                        INSTALLWWWDIR=${xywwwdir} \
    75                         XYMONVAR=${xyvardir}
     78                        XYMONVAR=${xyvardir} \
     79                        CC=${configure.cc} \
     80                        CXX=${configure.cxx} \
     81                        CPP=${configure.cpp}
     82
     83build.args-append       CC=${configure.cc} \
     84                        CXX=${configure.cxx} \
     85                        CPP=${configure.cpp}
    7686
    7787destroot.env-append     INSTALLROOT=${destroot}
    7888destroot.keepdirs       ${destroot}${xytopdir} \