Ticket #49677: xrootd.diff
File xrootd.diff, 1.8 KB (added by cjones051073 (Chris Jones), 9 years ago) |
---|
-
Portfile
5 5 PortGroup cmake 1.0 6 6 7 7 name xrootd 8 version 3.3.68 version 4.2.3 9 9 revision 0 10 10 11 11 categories science … … 22 22 homepage http://xrootd.org/ 23 23 master_sites ${homepage}download/v${version} 24 24 25 checksums rmd160 0ba0cb959a713be2e8eb3a1ad9a8d41b72ea0033\26 sha256 06656d919f5296bcf49953e97b1f3d1cf601c9a1d676945529032fa0046d721725 checksums rmd160 8533e947b421c24f02efa434247f320f07aa9c2e \ 26 sha256 483f45639ccc795ce7e60dbc796bd013c42a40762a0893e0c0d65d664279fce6 27 27 28 depends_lib port:zlib port:libevent port:swig 28 depends_lib port:zlib port:libevent port:swig port:python27 29 29 30 default_variants +ssl +readline 30 default_variants +ssl +readline +kerberos 31 31 32 patchfiles patch-cmake-XRootDOSDefs.cmake.diff33 34 32 cmake.out_of_source yes 35 33 36 34 configure.args-append -DENABLE_CRYPTO=False \ 37 35 -DENABLE_READLINE=False \ 38 36 -DENABLE_KRB5=False \ 39 -DENABLE_PERL=False 37 -DENABLE_FUSE=False \ 38 -DCMAKE_INSTALL_MANDIR="share/man" 40 39 41 variant perl description {Build with Perl Support} {42 configure.args-delete -DENABLE_PERL=False43 configure.args-append -DENABLE_PERL=True44 45 depends_lib-append port:perl546 depends_build-append port:swig-perl47 }48 49 40 variant readline description {Build with Readline Support} { 50 41 configure.args-delete -DENABLE_READLINE=False 51 42 configure.args-append -DENABLE_READLINE=True -DREADLINE_ROOT_DIR="${prefix}"