Ticket #31718: Portfile-xymon.diff
File Portfile-xymon.diff, 1.9 KB (added by fclaire@…, 13 years ago) |
---|
-
Portfile
old new 6 6 name xymon 7 7 conflicts xymon-server 8 8 epoch 1 9 version 4.3. 49 version 4.3.5 10 10 categories net 11 11 platforms darwin 12 12 maintainers free.fr:fclaire … … 22 22 homepage http://www.xymon.com/ 23 23 master_sites sourceforge:project/xymon/Xymon/${version} 24 24 25 checksums sha1 8ee5150204bfcf12b4efe20d1aa06200e413354c\26 rmd160 4b01fb69d3f85f3defaa877d53ef3c5e9426a7d525 checksums sha1 cd49d689bbf9c27ed4d2010cf75223d7f43f656e \ 26 rmd160 31110454d30835f758d844e3c142066566546548 27 27 28 28 depends_lib port:rrdtool \ 29 29 port:fping \ … … 32 32 port:openssl \ 33 33 port:openldap 34 34 35 universal_variant no 36 35 37 patchfiles patch-build-Makefile.rules.diff \ 38 patch-build-Makefile.Darwin.diff \ 36 39 patch-lib-Makefile.diff \ 37 40 patch-client-xymonclient-darwin.sh.diff 38 41 … … 72 75 INSTALLTMPDIR=${xytmpdir} \ 73 76 INSTALLWEBDIR=${xywebdir} \ 74 77 INSTALLWWWDIR=${xywwwdir} \ 75 XYMONVAR=${xyvardir} 78 XYMONVAR=${xyvardir} \ 79 CC=${configure.cc} \ 80 CXX=${configure.cxx} \ 81 CPP=${configure.cpp} 82 83 build.args-append CC=${configure.cc} \ 84 CXX=${configure.cxx} \ 85 CPP=${configure.cpp} 76 86 77 87 destroot.env-append INSTALLROOT=${destroot} 78 88 destroot.keepdirs ${destroot}${xytopdir} \