Ticket #36762: root.diff
File root.diff, 1.9 KB (added by cjones051073 (Chris Jones), 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name root 7 version 5.34.0 27 version 5.34.03 8 8 revision 0 9 9 categories science 10 10 maintainers gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc … … 19 19 master_sites http://root.cern.ch/download/ \ 20 20 ftp://root.cern.ch/root/ 21 21 22 checksums rmd160 fe5b66552e3b70a90add16a271d86a4a7a94d788\23 sha256 4 01ae3b69a397e0ab557faf640a13f49f8aab41dc03b4e7ebddbe37be32fedb122 checksums rmd160 966ff58f3747b0f49e70971b094c91ab009304f1 \ 23 sha256 4ce18154f507fcdd8d580b776568d4b87004756d7d17f86796fcba0b2499a1a1 24 24 25 25 worksrcdir root 26 26 … … 278 278 depends_lib-append port:libxml2 279 279 } 280 280 281 variant mysql description {Builds port with mysqlsupport} {281 variant mysql conflicts mysql55 description {Builds port with mysql5 support} { 282 282 configure.args-delete --disable-mysql 283 283 configure.args-append --enable-mysql \ 284 284 --with-mysql-incdir="${prefix}/include/mysql5/mysql" \ … … 286 286 depends_lib-append port:mysql5 287 287 } 288 288 289 variant mysql55 conflicts mysql description {Builds port with mysql55 support} { 290 configure.args-delete --disable-mysql 291 configure.args-append --enable-mysql \ 292 --with-mysql-incdir="${prefix}/include/mysql55/mysql" \ 293 --with-mysql-libdir="${prefix}/lib/mysql55/mysql" 294 depends_lib-append port:mysql55 295 } 296 289 297 variant postgresql90 conflicts postgresql92 description {Builds port with PostgreSQL 9.2 support} { 290 298 configure.args-delete --disable-pgsql 291 299 configure.args-append --enable-pgsql \