Ticket #30133: rrdtool-Portfile.patch
File rrdtool-Portfile.patch, 1.4 KB (added by jpo@…, 13 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name rrdtool 6 version 1.4.4 7 revision 1 6 version 1.4.5 8 7 categories net 9 8 maintainers markd 10 9 description Round Robin Database … … 12 11 homepage http://oss.oetiker.ch/rrdtool/ 13 12 platforms darwin 14 13 master_sites ${homepage}pub/ 15 checksums md5 93ad2fc2e9ddcd7d99c611fe30284a54 14 checksums md5 4d116dba9a0888d8aaac179e35d3980a \ 15 sha1 56638e8aedd5d5522152e86746e382b75dc48c35 \ 16 rmd160 9c45c3be7bcb8e17260055a33e936f307884914f 16 17 17 18 depends_build port:pkgconfig 18 19 depends_lib port:expat \ … … 43 44 44 45 build.type gnu 45 46 46 variant python description {Python bindings for RRDtool} { 47 depends_lib-append port:python24 47 variant python25 description {Python bindings for RRDtool} conflicts python26 python27 { 48 depends_lib-append port:python25 49 configure.args-delete --disable-python 50 configure.args-append --enable-python 51 } 52 53 variant python26 description {Python bindings for RRDtool} conflicts python25 python27 { 54 depends_lib-append port:python26 55 configure.args-delete --disable-python 56 configure.args-append --enable-python 57 } 58 59 variant python27 description {Python bindings for RRDtool} conflicts python25 python26 { 60 depends_lib-append port:python27 48 61 configure.args-delete --disable-python 49 62 configure.args-append --enable-python 50 63 }